Compare commits

...

6 Commits

Author SHA1 Message Date
Unbound Release a8b13efbe4 chore(release): prepare for v7.2.46 2025-10-08 21:28:39 +02:00
Renovate dcf3662ffc chore(deps): update dependency robotframework-databaselibrary to v2.3.2 2025-10-08 19:04:40 +00:00
Unbound Release b384dbb0c1 chore(release): prepare for v7.2.45 2025-10-08 11:21:47 +02:00
Renovate ad87312805 chore(deps): update python docker tag to v3.14.0 2025-10-08 09:04:17 +00:00
argoyle 127c3b1867 fix: update psycopg2-binary to psycopg[binary] version
Update psycopg2-binary to psycopg[binary] version 3.2.10 in the 
requirements file to ensure compatibility with the latest 
dependencies and improve performance.
2025-10-08 09:45:45 +02:00
Renovate 582a3212aa chore(deps): update dependency robotframework-browser to v19.9.0 2025-10-07 19:18:06 +00:00
4 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
{"version":"v7.2.44"}
{"version":"v7.2.46"}
+18 -1
View File
@@ -2,7 +2,24 @@
All notable changes to this project will be documented in this file.
## [7.2.44] - 2025-10-05
## [7.2.46] - 2025-10-08
### Chore
- *(deps)* Update dependency robotframework-databaselibrary to v2.3.2
## [7.2.45] - 2025-10-08
### 🐛 Bug Fixes
- Update psycopg2-binary to psycopg[binary] version
### Chore
- *(deps)* Update dependency robotframework-browser to v19.9.0
- *(deps)* Update python docker tag to v3.14.0
## [7.2.44] - 2025-10-07
### Chore
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.13.7-slim@sha256:5f55cdf0c5d9dc1a415637a5ccc4a9e18663ad203673173b8cda8f8dcacef689
FROM python:3.14.0-slim@sha256:9dc4ef3e628432af2237d1418908f5c6d4528e9f776aaa6e7c95c18854c86e48
ARG TARGETOS
ARG TARGETARCH
+3 -3
View File
@@ -1,10 +1,10 @@
robotframework==7.3.2
robotframework-browser==19.8.0
robotframework-browser==19.9.0
robotframework-seleniumlibrary==6.8.0
urllib3==2.5.0
psycopg2-binary==2.9.10
psycopg[binary]==3.2.10
PyMySQL==1.1.2
robotframework-appiumlibrary==3.1
robotframework-databaselibrary==2.3.1
robotframework-databaselibrary==2.3.2
robotframework-httplibrary==0.4.2
robotframework-http-rabbitmq==1.0.3