Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 986819dc9c | |||
| 8f9fb2676e | |||
| e4d8bec616 |
@@ -2,6 +2,13 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [7.2.2] - 2024-12-28
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Update dependency urllib3 to v2.3.0
|
||||
- *(deps)* Update python:3.12-slim docker digest to 10f3aaa
|
||||
|
||||
## [7.2.1] - 2024-12-20
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12-slim@sha256:2b0079146a74e23bf4ae8f6a28e1b484c6292f6fb904cbb51825b4a19812fcd8
|
||||
FROM python:3.12-slim@sha256:10f3aaab98db50cba827d3b33a91f39dc9ec2d02ca9b85cbc5008220d07b17f3
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
robotframework==7.1.1
|
||||
robotframework-browser==19.1.2
|
||||
robotframework-seleniumlibrary==6.6.1
|
||||
urllib3==2.2.3
|
||||
urllib3==2.3.0
|
||||
psycopg2-binary==2.9.10
|
||||
PyMySQL==1.1.1
|
||||
robotframework-appiumlibrary==2.1.0
|
||||
|
||||
Reference in New Issue
Block a user