Compare commits

..

2 Commits

Author SHA1 Message Date
releaser 2225da2b4e chore(release): prepare for v7.5.19 (#380)
Release / release (push) Successful in 1m3s
robotframework / build (push) Successful in 40s
## [7.5.19] - 2026-06-17

### Chore

- *(deps)* Update python docker tag to v3.14.6 (#379)

<!-- generated by git-cliff -->

---

**Note:** Please use **Squash Merge** when merging this PR.

Reviewed-on: #380
Co-authored-by: Unbound Releaser <releaser@unbound.se>
Co-committed-by: Unbound Releaser <releaser@unbound.se>
2026-06-17 06:44:15 +00:00
renovate b839c1b8be chore(deps): update python docker tag to v3.14.6 (#379)
robotframework / build (push) Successful in 43s
Release / release (push) Successful in 1m0s
2026-06-17 01:18:53 +00:00
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "v7.5.18" "version": "v7.5.19"
} }
+6
View File
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [7.5.19] - 2026-06-17
### Chore
- *(deps)* Update python docker tag to v3.14.6 (#379)
## [7.5.18] - 2026-06-15 ## [7.5.18] - 2026-06-15
### Chore ### Chore
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.14.5-slim@sha256:c845af9399020c7e562969a13689e929074a10fd057acd1b1fad06a2fb068e97 FROM python:3.14.6-slim@sha256:44dd04494ee8f3b538294360e7c4b3acb87c8268e4d0a4828a6500b1eff50061
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH