Compare commits

...

5 Commits

3 changed files with 11 additions and 2 deletions
+9
View File
@@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
## [7.2.30] - 2025-07-29
### Chore
- *(deps)* Update python:3.13.5-slim docker digest to 97fe872
- *(deps)* Update python:3.13.5-slim docker digest to 1020ca4
- *(deps)* Update python:3.13.5-slim docker digest to 4c2cf99
- *(deps)* Update dependency robotframework-browser to v19.7.0
## [7.2.29] - 2025-07-05
### Chore
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.13.5-slim@sha256:6544e0e002b40ae0f59bc3618b07c1e48064c4faed3a15ae2fbd2e8f663e8283
FROM python:3.13.5-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419
ARG TARGETOS
ARG TARGETARCH
+1 -1
View File
@@ -1,5 +1,5 @@
robotframework==7.3.2
robotframework-browser==19.6.2
robotframework-browser==19.7.0
robotframework-seleniumlibrary==6.7.1
urllib3==2.5.0
psycopg2-binary==2.9.10