Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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:486b8092bfb12997e10d4920897213a06563449c951c5506c2a2cfaf591c599f
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
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
|
||||
@@ -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.4.0
|
||||
python-dotenv==1.2.1
|
||||
|
||||
Reference in New Issue
Block a user