Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c09665a843 | |||
| 7170a10294 | |||
| af287274fe | |||
| 966f0139f4 | |||
| e58d66cc47 |
@@ -2,6 +2,19 @@
|
|||||||
|
|
||||||
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.7] - 2025-02-04
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update python:3.13.1-slim docker digest to a569688
|
||||||
|
- *(deps)* Update dependency robotframework-databaselibrary to v2.1.0
|
||||||
|
|
||||||
|
## [7.2.6] - 2025-01-31
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency robotframework-browser to v19.3.0
|
||||||
|
|
||||||
## [7.2.5] - 2025-01-26
|
## [7.2.5] - 2025-01-26
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.13.1-slim@sha256:026dd417a88d0be8ed5542a05cff5979d17625151be8a1e25a994f85c87962a5
|
FROM python:3.13.1-slim@sha256:a569688edb9acf677e8356c3db3eac4b56773e9859f83086d0d580c985cccc9b
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|||||||
+2
-2
@@ -1,10 +1,10 @@
|
|||||||
robotframework==7.2
|
robotframework==7.2
|
||||||
robotframework-browser==19.2.0
|
robotframework-browser==19.3.0
|
||||||
robotframework-seleniumlibrary==6.7.0
|
robotframework-seleniumlibrary==6.7.0
|
||||||
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.0.4
|
robotframework-databaselibrary==2.1.0
|
||||||
robotframework-httplibrary==0.4.2
|
robotframework-httplibrary==0.4.2
|
||||||
robotframework-http-rabbitmq==1.0.3
|
robotframework-http-rabbitmq==1.0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user