Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b384dbb0c1 | |||
| ad87312805 | |||
|
127c3b1867
|
|||
| 582a3212aa |
+12
-1
@@ -2,7 +2,18 @@
|
|||||||
|
|
||||||
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.44] - 2025-10-05
|
## [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
|
### Chore
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.13.7-slim@sha256:5f55cdf0c5d9dc1a415637a5ccc4a9e18663ad203673173b8cda8f8dcacef689
|
FROM python:3.14.0-slim@sha256:9dc4ef3e628432af2237d1418908f5c6d4528e9f776aaa6e7c95c18854c86e48
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|||||||
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
robotframework==7.3.2
|
robotframework==7.3.2
|
||||||
robotframework-browser==19.8.0
|
robotframework-browser==19.9.0
|
||||||
robotframework-seleniumlibrary==6.8.0
|
robotframework-seleniumlibrary==6.8.0
|
||||||
urllib3==2.5.0
|
urllib3==2.5.0
|
||||||
psycopg2-binary==2.9.10
|
psycopg[binary]==3.2.10
|
||||||
PyMySQL==1.1.2
|
PyMySQL==1.1.2
|
||||||
robotframework-appiumlibrary==3.1
|
robotframework-appiumlibrary==3.1
|
||||||
robotframework-databaselibrary==2.3.1
|
robotframework-databaselibrary==2.3.1
|
||||||
|
|||||||
Reference in New Issue
Block a user