Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ab05f8d98 | ||
|
|
e1c003ec53 | ||
|
|
ec3ef37056 | ||
|
|
2232081e1b | ||
|
|
582f468066 | ||
|
|
0c54b63069 | ||
|
|
96769d9647 | ||
|
|
d2f932e259 | ||
|
|
7a99a79751 | ||
|
|
e09ae7d91f |
+17
-1
@@ -2,7 +2,23 @@
|
|||||||
|
|
||||||
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.22] - 2026-08-08
|
## [7.5.24] - 2026-08-25
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update python:3.14.7-slim docker digest to ce40764 (#422)
|
||||||
|
- *(deps)* Update dependency python-dotenv to v1.2.3 (#424)
|
||||||
|
- *(deps)* Update dependency robotframework-browser to v20.4.0 (#426)
|
||||||
|
- *(deps)* Update dependency faker to v40.37.0 (#428)
|
||||||
|
- *(deps)* Update python:3.14.7-slim docker digest to 8a14a31 (#429)
|
||||||
|
|
||||||
|
## [7.5.23] - 2026-08-10
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency robotframework-browser to v20.3.0 (#420)
|
||||||
|
|
||||||
|
## [7.5.22] - 2026-08-09
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.14.7-slim@sha256:83c1cebb322d099ac9e3a3a532ba74b0146d702838b25e4c75c02fa81ffeb910
|
FROM python:3.14.7-slim@sha256:cae66f2ef0ec51a9891263eeee7f987dacf0a9879e8aa9353d5606e0530619a5
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|||||||
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
robotframework==7.4.2
|
robotframework==7.4.2
|
||||||
robotframework-browser==20.2.0
|
robotframework-browser==20.4.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.36.0
|
faker==40.37.0
|
||||||
python-dotenv==1.2.2
|
python-dotenv==1.2.3
|
||||||
|
|||||||
Reference in New Issue
Block a user