Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 418fa21f40 | |||
| 96ab140c24 | |||
| c646c3f9fd | |||
| 697cdda816 | |||
| 744e46d4a4 | |||
| 516609cd5b | |||
| f560bfc439 | |||
| a9ac120a6b | |||
| 603e0186ef | |||
| 92234c07a1 |
@@ -2,6 +2,25 @@
|
|||||||
|
|
||||||
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.11] - 2026-04-01
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency robotframework-browser to v19.13.0 (#320)
|
||||||
|
|
||||||
|
## [7.5.10] - 2026-03-30
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency requests to v2.33.1 (#316)
|
||||||
|
- *(deps)* Update dependency faker to v40.12.0 (#318)
|
||||||
|
|
||||||
|
## [7.5.9] - 2026-03-25
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency requests to v2.33.0 (#314)
|
||||||
|
|
||||||
## [7.5.8] - 2026-03-23
|
## [7.5.8] - 2026-03-23
|
||||||
|
|
||||||
### 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
|
||||||
|
|||||||
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
robotframework==7.4.2
|
robotframework==7.4.2
|
||||||
robotframework-browser==19.12.7
|
robotframework-browser==19.13.0
|
||||||
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
|
||||||
@@ -9,6 +9,6 @@ robotframework-databaselibrary==2.4.1
|
|||||||
robotframework-httplibrary==0.4.2
|
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.32.5
|
requests==2.33.1
|
||||||
faker==40.11.1
|
faker==40.13.0
|
||||||
python-dotenv==1.2.2
|
python-dotenv==1.2.2
|
||||||
|
|||||||
Reference in New Issue
Block a user