Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2561e9947c | |||
| 207f595344 | |||
| 85719a6600 | |||
| 418fa21f40 | |||
| 96ab140c24 | |||
| c646c3f9fd |
@@ -2,6 +2,15 @@
|
|||||||
|
|
||||||
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.5.12] - 2026-04-09
|
||||||
|
|
||||||
|
### 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)
|
||||||
|
|
||||||
## [7.5.11] - 2026-04-01
|
## [7.5.11] - 2026-04-01
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.14.3-slim@sha256:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca
|
FROM python:3.14.3-slim@sha256:5e59aae31ff0e87511226be8e2b94d78c58f05216efda3b07dbbed938ec8583b
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
robotframework==7.4.2
|
robotframework==7.4.2
|
||||||
robotframework-browser==19.13.0
|
robotframework-browser==19.14.2
|
||||||
robotframework-seleniumlibrary==6.8.0
|
robotframework-seleniumlibrary==6.8.0
|
||||||
urllib3==2.6.3
|
urllib3==2.6.3
|
||||||
psycopg[binary]==3.3.3
|
psycopg[binary]==3.3.3
|
||||||
@@ -10,5 +10,5 @@ robotframework-httplibrary==0.4.2
|
|||||||
robotframework-http-rabbitmq==1.0.3
|
robotframework-http-rabbitmq==1.0.3
|
||||||
robotframework-requests==0.9.7
|
robotframework-requests==0.9.7
|
||||||
requests==2.33.1
|
requests==2.33.1
|
||||||
faker==40.12.0
|
faker==40.13.0
|
||||||
python-dotenv==1.2.2
|
python-dotenv==1.2.2
|
||||||
|
|||||||
Reference in New Issue
Block a user