Compare commits

...

6 Commits

Author SHA1 Message Date
Unbound Release 966f0139f4 chore(release): prepare for v7.2.6 2025-01-31 07:03:21 +00:00
Renovate e58d66cc47 chore(deps): update dependency robotframework-browser to v19.3.0 2025-01-30 21:09:26 +00:00
Unbound Release f1b1b57670 chore(release): prepare for v7.2.5 2025-01-26 18:40:49 +00:00
Renovate 50ad27f389 chore(deps): update dependency robotframework-browser to v19.2.0 2025-01-26 15:08:48 +00:00
argoyle c83e0e83ed fix(docker): update python version to 3.13.1-slim
Updates the base Python version in the Dockerfile to 3.13.1-slim. 
This change ensures that the latest bug fixes and improvements 
are included, enhancing stability and performance.
2025-01-25 00:11:09 +01:00
Renovate bccaeef235 chore(deps): update python:3.13-slim docker digest to 026dd41 2025-01-24 22:17:12 +00:00
3 changed files with 20 additions and 3 deletions
+18 -1
View File
@@ -2,7 +2,24 @@
All notable changes to this project will be documented in this file.
## [7.2.4] - 2025-01-15
## [7.2.6] - 2025-01-31
### Chore
- *(deps)* Update dependency robotframework-browser to v19.3.0
## [7.2.5] - 2025-01-26
### 🐛 Bug Fixes
- *(docker)* Update python version to 3.13.1-slim
### Chore
- *(deps)* Update python:3.13-slim docker digest to 026dd41
- *(deps)* Update dependency robotframework-browser to v19.2.0
## [7.2.4] - 2025-01-17
### Chore
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.13-slim@sha256:23a81be7b258c8f516f7a60e80943cace4350deb8204cf107c7993e343610d47
FROM python:3.13.1-slim@sha256:026dd417a88d0be8ed5542a05cff5979d17625151be8a1e25a994f85c87962a5
ARG TARGETOS
ARG TARGETARCH
+1 -1
View File
@@ -1,5 +1,5 @@
robotframework==7.2
robotframework-browser==19.1.2
robotframework-browser==19.3.0
robotframework-seleniumlibrary==6.7.0
urllib3==2.3.0
psycopg2-binary==2.9.10