Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
117ec3c6f1 | ||
|
|
9296f17b06 | ||
|
|
43d943ea55 | ||
|
|
75be19f4fc | ||
|
|
56771c2cee | ||
|
|
62f0b8d66a |
+15
-1
@@ -2,7 +2,21 @@
|
|||||||
|
|
||||||
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.20] - 2026-07-25
|
## [7.5.22] - 2026-08-08
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update python:3.14.6-slim docker digest to 7bec7dd (#416)
|
||||||
|
- *(deps)* Update python docker tag to v3.14.7 (#418)
|
||||||
|
|
||||||
|
## [7.5.21] - 2026-08-05
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency faker to v40.36.0 (#412)
|
||||||
|
- *(deps)* Update dependency robotframework-browser to v20.2.0 (#414)
|
||||||
|
|
||||||
|
## [7.5.20] - 2026-07-26
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.14.6-slim@sha256:cea0e6040540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6
|
FROM python:3.14.7-slim@sha256:83c1cebb322d099ac9e3a3a532ba74b0146d702838b25e4c75c02fa81ffeb910
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
robotframework==7.4.2
|
robotframework==7.4.2
|
||||||
robotframework-browser==20.1.0
|
robotframework-browser==20.2.0
|
||||||
robotframework-seleniumlibrary==6.9.0
|
robotframework-seleniumlibrary==6.9.0
|
||||||
urllib3==2.7.0
|
urllib3==2.7.0
|
||||||
psycopg[binary]==3.3.4
|
psycopg[binary]==3.3.4
|
||||||
@@ -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.34.2
|
requests==2.34.2
|
||||||
faker==40.35.0
|
faker==40.36.0
|
||||||
python-dotenv==1.2.2
|
python-dotenv==1.2.2
|
||||||
|
|||||||
Reference in New Issue
Block a user