Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 67e8307d1f | |||
| e0b15c94b9 | |||
| 2975226b7d |
@@ -2,6 +2,13 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [7.2.3] - 2025-01-06
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Update dependency robotframework-seleniumlibrary to v6.7.0
|
||||
- *(deps)* Update python docker tag to v3.13
|
||||
|
||||
## [7.2.2] - 2024-12-28
|
||||
|
||||
### Chore
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12-slim@sha256:10f3aaab98db50cba827d3b33a91f39dc9ec2d02ca9b85cbc5008220d07b17f3
|
||||
FROM python:3.13-slim@sha256:1127090f9fff0b8e7c3a1367855ef8a3299472d2c9ed122948a576c39addeaf1
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
robotframework==7.1.1
|
||||
robotframework-browser==19.1.2
|
||||
robotframework-seleniumlibrary==6.6.1
|
||||
robotframework-seleniumlibrary==6.7.0
|
||||
urllib3==2.3.0
|
||||
psycopg2-binary==2.9.10
|
||||
PyMySQL==1.1.1
|
||||
|
||||
Reference in New Issue
Block a user