Compare commits

...

7 Commits

Author SHA1 Message Date
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
Unbound Release 24b7f90f18 chore(release): prepare for v7.2.36 2025-08-21 18:28:17 +00:00
Renovate ba5fcd92d8 chore(deps): update dependency robotframework-browser to v19.7.2 2025-08-21 18:03:26 +00:00
Unbound Release 0860806f2e chore(release): prepare for v7.2.35 2025-08-21 14:25:08 +02:00
Renovate b9f6507af2 chore(deps): update dependency robotframework-browser to v19.7.1 2025-08-21 11:03:00 +00:00
Renovate 24e0723582 chore(deps): update python:3.13.7-slim docker digest to 27f90d7 2025-08-18 19:03:46 +00:00
3 changed files with 23 additions and 4 deletions
+20 -1
View File
@@ -2,6 +2,25 @@
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.37] - 2025-08-25
### Chore
- *(deps)* Update dependency pymysql to v1.1.2
## [7.2.36] - 2025-08-21
### Chore
- *(deps)* Update dependency robotframework-browser to v19.7.2
## [7.2.35] - 2025-08-21
### Chore
- *(deps)* Update python:3.13.7-slim docker digest to 27f90d7
- *(deps)* Update dependency robotframework-browser to v19.7.1
## [7.2.34] - 2025-08-18 ## [7.2.34] - 2025-08-18
### Chore ### Chore
@@ -275,7 +294,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:8220ccec22e88cddd9a541cacd1bf48423bda8cdeb1015249e4b298edf86cdc7 FROM python:3.13.7-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH
+2 -2
View File
@@ -1,9 +1,9 @@
robotframework==7.3.2 robotframework==7.3.2
robotframework-browser==19.7.0 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.4
robotframework-httplibrary==0.4.2 robotframework-httplibrary==0.4.2