Compare commits

...

7 Commits

Author SHA1 Message Date
Unbound Release 605b019fec chore(release): prepare for v7.2.38 2025-09-09 12:56:07 +02:00
Renovate fb085e9084 chore(deps): update python:3.13.7-slim docker digest to 1bca020 2025-09-09 10:02:28 +00:00
Renovate 3c2eb077e4 chore(deps): update dependency robotframework-databaselibrary to v2.1.5 2025-09-09 08:02:39 +00:00
Renovate af9919e85f chore(deps): update python:3.13.7-slim docker digest to f247c2a 2025-09-09 07:02:25 +00:00
Renovate 3a1bde45b2 chore(deps): update python:3.13.7-slim docker digest to 8ebd0ea 2025-09-09 03:13:10 +00:00
Unbound Release 6f1c4bf671 chore(release): prepare for v7.2.37 2025-08-25 04:52:27 +00:00
Renovate 7d60f55443 chore(deps): update dependency pymysql to v1.1.2 2025-08-24 13:04:34 +00:00
3 changed files with 19 additions and 4 deletions
+16 -1
View File
@@ -2,6 +2,21 @@
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.2.38] - 2025-09-09
### Chore
- *(deps)* Update python:3.13.7-slim docker digest to 8ebd0ea
- *(deps)* Update python:3.13.7-slim docker digest to f247c2a
- *(deps)* Update dependency robotframework-databaselibrary to v2.1.5
- *(deps)* Update python:3.13.7-slim docker digest to 1bca020
## [7.2.37] - 2025-08-25
### Chore
- *(deps)* Update dependency pymysql to v1.1.2
## [7.2.36] - 2025-08-21 ## [7.2.36] - 2025-08-21
### Chore ### Chore
@@ -288,7 +303,7 @@ All notable changes to this project will be documented in this file.
### 🚀 Features ### 🚀 Features
- Add robotframework-browser dependency - Add robotframework-browser dependency
### 🚜 Refactor ### 🚜 Refactor
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.13.7-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24 FROM python:3.13.7-slim@sha256:1bca0202e953784ac2a1daf36ebbc9cbebed48afcfba12d1225aaab3793eca33
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH
+2 -2
View File
@@ -3,8 +3,8 @@ robotframework-browser==19.7.2
robotframework-seleniumlibrary==6.7.1 robotframework-seleniumlibrary==6.7.1
urllib3==2.5.0 urllib3==2.5.0
psycopg2-binary==2.9.10 psycopg2-binary==2.9.10
PyMySQL==1.1.1 PyMySQL==1.1.2
robotframework-appiumlibrary==3.1 robotframework-appiumlibrary==3.1
robotframework-databaselibrary==2.1.4 robotframework-databaselibrary==2.1.5
robotframework-httplibrary==0.4.2 robotframework-httplibrary==0.4.2
robotframework-http-rabbitmq==1.0.3 robotframework-http-rabbitmq==1.0.3