Compare commits

...

12 Commits

3 changed files with 23 additions and 3 deletions
+20
View File
@@ -2,6 +2,26 @@
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.17] - 2025-04-10
### Chore
- *(deps)* Update python:3.13.2-slim docker digest to 43ff25c
- *(deps)* Update python:3.13.2-slim docker digest to 8f3aba4
- *(deps)* Update python:3.13.2-slim docker digest to 83509a6
- *(deps)* Update python:3.13.2-slim docker digest to 2999bbd
- *(deps)* Update python:3.13.2-slim docker digest to f2821f3
- *(deps)* Update python:3.13.2-slim docker digest to 6b3223e
- *(deps)* Update python docker tag to v3.13.3
- *(deps)* Update python:3.13.3-slim docker digest to 21e39cf
- *(deps)* Update dependency urllib3 to v2.4.0
## [7.2.16] - 2025-03-17
### Chore
- *(deps)* Update dependency robotframework-browser to v19.4.0
## [7.2.15] - 2025-02-27 ## [7.2.15] - 2025-02-27
### Chore ### Chore
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.13.2-slim@sha256:f3614d98f38b0525d670f287b0474385952e28eb43016655dd003d0e28cf8652 FROM python:3.13.3-slim@sha256:21e39cf1815802d4c6f89a0d3a166cc67ce58f95b6d1639e68a394c99310d2e5
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH
+2 -2
View File
@@ -1,7 +1,7 @@
robotframework==7.2.2 robotframework==7.2.2
robotframework-browser==19.3.1 robotframework-browser==19.4.0
robotframework-seleniumlibrary==6.7.1 robotframework-seleniumlibrary==6.7.1
urllib3==2.3.0 urllib3==2.4.0
psycopg2-binary==2.9.10 psycopg2-binary==2.9.10
PyMySQL==1.1.1 PyMySQL==1.1.1
robotframework-appiumlibrary==2.1.0 robotframework-appiumlibrary==2.1.0