Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 605b019fec | |||
| fb085e9084 | |||
| 3c2eb077e4 | |||
| af9919e85f | |||
| 3a1bde45b2 | |||
| 6f1c4bf671 | |||
| 7d60f55443 |
+16
-1
@@ -2,6 +2,21 @@
|
|||||||
|
|
||||||
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.38] - 2025-09-09
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update python:3.13.7-slim docker digest to 8ebd0ea
|
||||||
|
- *(deps)* Update python:3.13.7-slim docker digest to f247c2a
|
||||||
|
- *(deps)* Update dependency robotframework-databaselibrary to v2.1.5
|
||||||
|
- *(deps)* Update python:3.13.7-slim docker digest to 1bca020
|
||||||
|
|
||||||
|
## [7.2.37] - 2025-08-25
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency pymysql to v1.1.2
|
||||||
|
|
||||||
## [7.2.36] - 2025-08-21
|
## [7.2.36] - 2025-08-21
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
@@ -288,7 +303,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- Add robotframework-browser dependency
|
- Add robotframework-browser dependency
|
||||||
|
|
||||||
### 🚜 Refactor
|
### 🚜 Refactor
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.13.7-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24
|
FROM python:3.13.7-slim@sha256:1bca0202e953784ac2a1daf36ebbc9cbebed48afcfba12d1225aaab3793eca33
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|||||||
+2
-2
@@ -3,8 +3,8 @@ robotframework-browser==19.7.2
|
|||||||
robotframework-seleniumlibrary==6.7.1
|
robotframework-seleniumlibrary==6.7.1
|
||||||
urllib3==2.5.0
|
urllib3==2.5.0
|
||||||
psycopg2-binary==2.9.10
|
psycopg2-binary==2.9.10
|
||||||
PyMySQL==1.1.1
|
PyMySQL==1.1.2
|
||||||
robotframework-appiumlibrary==3.1
|
robotframework-appiumlibrary==3.1
|
||||||
robotframework-databaselibrary==2.1.4
|
robotframework-databaselibrary==2.1.5
|
||||||
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