Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce9699a925 | |||
| 87d2b772be | |||
| 0b895206c4 | |||
| 85719a6600 | |||
| 418fa21f40 | |||
| 96ab140c24 | |||
| c646c3f9fd |
@@ -2,6 +2,16 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [7.5.12] - 2026-04-14
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Update python:3.14.3-slim docker digest to 6869258 (#322)
|
||||
- *(deps)* Update python:3.14.3-slim docker digest to 5e59aae (#324)
|
||||
- *(deps)* Update dependency faker to v40.13.0 (#325)
|
||||
- *(deps)* Update dependency robotframework-browser to v19.14.2 (#326)
|
||||
- *(deps)* Update python docker tag to v3.14.4 (#328)
|
||||
|
||||
## [7.5.11] - 2026-04-01
|
||||
|
||||
### Chore
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.14.3-slim@sha256:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca
|
||||
FROM python:3.14.4-slim@sha256:538a18f1db92b4210a0b71aca2d14c156a96dedbe8867465c8ff4dce04d2ec39
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
robotframework==7.4.2
|
||||
robotframework-browser==19.13.0
|
||||
robotframework-browser==19.14.2
|
||||
robotframework-seleniumlibrary==6.8.0
|
||||
urllib3==2.6.3
|
||||
psycopg[binary]==3.3.3
|
||||
@@ -10,5 +10,5 @@ robotframework-httplibrary==0.4.2
|
||||
robotframework-http-rabbitmq==1.0.3
|
||||
robotframework-requests==0.9.7
|
||||
requests==2.33.1
|
||||
faker==40.12.0
|
||||
faker==40.13.0
|
||||
python-dotenv==1.2.2
|
||||
|
||||
Reference in New Issue
Block a user