Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f81354f8c2 | |||
| 827e96961b | |||
| 22fa2c8649 | |||
| 9db64a659e | |||
| e0088179ae | |||
| 7f75878d5d | |||
| 6f8a6ba7a8 | |||
| d4e8f6403b | |||
| ba89b8d791 | |||
| 31df35ed83 | |||
| 9212f6de33 | |||
| 844e509ab2 | |||
| 5969cf8805 | |||
| 2131ace136 | |||
| f37a4708d2 | |||
| 44ea031378 | |||
| 9f33c26766 |
@@ -2,6 +2,16 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [7.5.1] - 2026-01-14
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Update python:3.14.2-slim docker digest to caa9622 (#266)
|
||||
- *(deps)* Update python:3.14.2-slim docker digest to 38b6cc0 (#268)
|
||||
- *(deps)* Update dependency robotframework-databaselibrary to v2.4.1 (#269)
|
||||
- *(deps)* Update python:3.14.2-slim docker digest to 1f741ae (#270)
|
||||
- *(deps)* Update dependency faker to v40.1.2 (#271)
|
||||
|
||||
## [7.5.0] - 2026-01-11
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.14.2-slim@sha256:3955a7dd66ccf92b68d0232f7f86d892eaf75255511dc7e98961bdc990dc6c9b
|
||||
FROM python:3.14.2-slim@sha256:1f741aef81d09464251f4c52c83a02f93ece0a636db125d411bd827bf381a763
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
+2
-2
@@ -5,10 +5,10 @@ urllib3==2.6.3
|
||||
psycopg[binary]==3.3.2
|
||||
PyMySQL==1.1.2
|
||||
robotframework-appiumlibrary==3.2.1
|
||||
robotframework-databaselibrary==2.4.0
|
||||
robotframework-databaselibrary==2.4.1
|
||||
robotframework-httplibrary==0.4.2
|
||||
robotframework-http-rabbitmq==1.0.3
|
||||
robotframework-requests==0.9.7
|
||||
requests==2.32.5
|
||||
faker==40.1.0
|
||||
faker==40.1.2
|
||||
python-dotenv==1.2.1
|
||||
|
||||
Reference in New Issue
Block a user