Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c231bb913 | |||
| fb75e0e8f8 | |||
| 54dc70da7e | |||
| 3a7bbbde62 | |||
| b07365aec1 | |||
| c82cb95ea4 |
@@ -2,6 +2,16 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [7.5.15] - 2026-05-17
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Update dependency requests to v2.34.0 (#347)
|
||||
- *(deps)* Update dependency requests to v2.34.1 (#349)
|
||||
- *(deps)* Update dependency faker to v40.18.0 (#352)
|
||||
- *(deps)* Update dependency requests to v2.34.2 (#354)
|
||||
- *(deps)* Update python docker tag to v3.14.5 (#351)
|
||||
|
||||
## [7.5.14] - 2026-05-13
|
||||
|
||||
### Chore
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.14.4-slim@sha256:2ca02f32b4d9d893863367ce07ec1972819f476dd38d8612f2a9cb6a41cbb727
|
||||
FROM python:3.14.5-slim@sha256:7a500125bc50693f2214e842a621440a1b1b9cbb2188f74ab045d29ed2ea5856
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
+2
-2
@@ -9,6 +9,6 @@ robotframework-databaselibrary==2.4.1
|
||||
robotframework-httplibrary==0.4.2
|
||||
robotframework-http-rabbitmq==1.0.3
|
||||
robotframework-requests==0.9.7
|
||||
requests==2.33.1
|
||||
faker==40.15.0
|
||||
requests==2.34.2
|
||||
faker==40.18.0
|
||||
python-dotenv==1.2.2
|
||||
|
||||
Reference in New Issue
Block a user