Compare commits

...

6 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
Unbound Release e95d5f2c10 chore(release): prepare for v7.3.2 2025-10-19 09:55:04 +02:00
Renovate 2d991c544b chore(deps): update dependency psycopg to v3.2.11 2025-10-18 23:01:50 +00:00
Unbound Release cff5f8e65b chore(release): prepare for v7.3.1 2025-10-16 22:25:05 +02:00
Renovate 03a34fa495 chore(deps): update dependency robotframework-browser to v19.10.1 2025-10-16 16:03:26 +00:00
3 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
{"version":"v7.3.0"}
{"version":"v7.3.3"}
+18
View File
@@ -2,6 +2,24 @@
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
### Chore
- *(deps)* Update dependency robotframework-browser to v19.10.1
## [7.3.0] - 2025-10-14
### 🚀 Features
+3 -2
View File
@@ -1,13 +1,14 @@
robotframework==7.3.2
robotframework-browser==19.10.0
robotframework-browser==19.10.1
robotframework-seleniumlibrary==6.8.0
urllib3==2.5.0
psycopg[binary]==3.2.10
psycopg[binary]==3.2.11
PyMySQL==1.1.2
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