Compare commits
19
Commits
v7.5.3
...
5f2804b233
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f2804b233 | ||
|
|
b0448ad26f | ||
|
|
bffc231193 | ||
|
|
44c36b8ac9 | ||
|
|
746f1ba6ea | ||
|
|
8856079c1e | ||
|
|
1d82d30411 | ||
|
|
35ecaea4ad | ||
|
|
9a59864c78 | ||
|
|
615e5acf98 | ||
|
|
415545d616 | ||
|
|
9ca6fb1203 | ||
|
|
95faeea1ee | ||
|
|
b2da8b11bb | ||
|
|
c3b6e8e05c | ||
|
|
a7515e0f7a | ||
|
|
8f8f80d78d | ||
|
|
9026788ead | ||
|
|
66962af697 |
@@ -2,6 +2,19 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [7.5.5] - 2026-02-11
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Update dependency robotframework-browser to v19.12.5 (#284)
|
||||
|
||||
## [7.5.4] - 2026-02-07
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Update dependency faker to v40.4.0 (#281)
|
||||
- *(deps)* Update python:3.14.3-slim docker digest to 486b809 (#283)
|
||||
|
||||
## [7.5.3] - 2026-02-05
|
||||
|
||||
### Chore
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.14.3-slim@sha256:f7d955e94c5750e0dc1ff69a38b80a9e5676289acb4fdfb3fe1dad9c6c0d43f4
|
||||
FROM python:3.14.3-slim@sha256:6a27522252aef8432841f224d9baaa6e9fce07b07584154fa0b9a96603af7456
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
+3
-3
@@ -1,8 +1,8 @@
|
||||
robotframework==7.4.1
|
||||
robotframework-browser==19.12.4
|
||||
robotframework-browser==19.12.5
|
||||
robotframework-seleniumlibrary==6.8.0
|
||||
urllib3==2.6.3
|
||||
psycopg[binary]==3.3.2
|
||||
psycopg[binary]==3.3.3
|
||||
PyMySQL==1.1.2
|
||||
robotframework-appiumlibrary==3.2.1
|
||||
robotframework-databaselibrary==2.4.1
|
||||
@@ -10,5 +10,5 @@ robotframework-httplibrary==0.4.2
|
||||
robotframework-http-rabbitmq==1.0.3
|
||||
robotframework-requests==0.9.7
|
||||
requests==2.32.5
|
||||
faker==40.1.2
|
||||
faker==40.5.1
|
||||
python-dotenv==1.2.1
|
||||
|
||||
Reference in New Issue
Block a user