Compare commits

..

2 Commits

Author SHA1 Message Date
Unbound Release 40e0704b67 chore(release): prepare for v7.3.3 2025-10-19 11:05:23 +02:00
argoyle 1f2d09e584 fix(deps): add robotframework-requests to requirements
Add `robotframework-requests` version 0.9.7 to the requirements file. This 
change is made to enable HTTP request testing capabilities within the 
Robot Framework environment, enhancing the project's testing 
capabilities.
2025-10-19 10:57:35 +02:00
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
{"version":"v7.3.2"}
{"version":"v7.3.3"}
+6
View File
@@ -2,6 +2,12 @@
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
+1
View File
@@ -8,6 +8,7 @@ robotframework-appiumlibrary==3.1
robotframework-databaselibrary==2.3.2
robotframework-httplibrary==0.4.2
robotframework-http-rabbitmq==1.0.3
robotframework-requests==0.9.7
requests==2.32.5
faker==37.11.0
python-dotenv==1.1.1