Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 40e0704b67 | |||
|
1f2d09e584
|
|||
| e95d5f2c10 | |||
| 2d991c544b |
@@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
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.3.3] - 2025-10-19
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- *(deps)* Add robotframework-requests to requirements
|
||||||
|
|
||||||
|
## [7.3.2] - 2025-10-19
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency psycopg to v3.2.11
|
||||||
|
|
||||||
## [7.3.1] - 2025-10-16
|
## [7.3.1] - 2025-10-16
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|||||||
+2
-1
@@ -2,12 +2,13 @@ robotframework==7.3.2
|
|||||||
robotframework-browser==19.10.1
|
robotframework-browser==19.10.1
|
||||||
robotframework-seleniumlibrary==6.8.0
|
robotframework-seleniumlibrary==6.8.0
|
||||||
urllib3==2.5.0
|
urllib3==2.5.0
|
||||||
psycopg[binary]==3.2.10
|
psycopg[binary]==3.2.11
|
||||||
PyMySQL==1.1.2
|
PyMySQL==1.1.2
|
||||||
robotframework-appiumlibrary==3.1
|
robotframework-appiumlibrary==3.1
|
||||||
robotframework-databaselibrary==2.3.2
|
robotframework-databaselibrary==2.3.2
|
||||||
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
|
||||||
requests==2.32.5
|
requests==2.32.5
|
||||||
faker==37.11.0
|
faker==37.11.0
|
||||||
python-dotenv==1.1.1
|
python-dotenv==1.1.1
|
||||||
|
|||||||
Reference in New Issue
Block a user