Compare commits

...

11 Commits

3 changed files with 31 additions and 4 deletions
+27
View File
@@ -2,6 +2,33 @@
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.16] - 2025-03-17
### Chore
- *(deps)* Update dependency robotframework-browser to v19.4.0
## [7.2.15] - 2025-02-27
### Chore
- *(deps)* Update python:3.13.2-slim docker digest to 0911c0f
- *(deps)* Update python:3.13.2-slim docker digest to ea836d3
- *(deps)* Update python:3.13.2-slim docker digest to f3614d9
- *(deps)* Update dependency robotframework-seleniumlibrary to v6.7.1
## [7.2.14] - 2025-02-20
### Chore
- *(deps)* Update dependency robotframework-databaselibrary to v2.1.3
## [7.2.13] - 2025-02-15
### Chore
- *(deps)* Update dependency robotframework-databaselibrary to v2.1.2
## [7.2.12] - 2025-02-10 ## [7.2.12] - 2025-02-10
### Chore ### Chore
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.13.2-slim@sha256:ae9f9ac89467077ed1efefb6d9042132d28134ba201b2820227d46c9effd3174 FROM python:3.13.2-slim@sha256:f3614d98f38b0525d670f287b0474385952e28eb43016655dd003d0e28cf8652
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH
+3 -3
View File
@@ -1,10 +1,10 @@
robotframework==7.2.2 robotframework==7.2.2
robotframework-browser==19.3.1 robotframework-browser==19.4.0
robotframework-seleniumlibrary==6.7.0 robotframework-seleniumlibrary==6.7.1
urllib3==2.3.0 urllib3==2.3.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
robotframework-databaselibrary==2.1.1 robotframework-databaselibrary==2.1.3
robotframework-httplibrary==0.4.2 robotframework-httplibrary==0.4.2
robotframework-http-rabbitmq==1.0.3 robotframework-http-rabbitmq==1.0.3