Skip to content

Commit 9d88470

Browse files
authored
Merge pull request #5476 from wazuh/bug/5471-fix-requests-requirement
Set requests version
2 parents 50d1fac + df5282b commit 9d88470

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ All notable changes to this project will be documented in this file.
6868

6969
### Fixed
7070

71+
- Set a stable `requets` version ([#5476](https://github.com/wazuh/wazuh-qa/pull/5476)) \- (Framework)
7172
- Include logic to retry package installation if the lock file is currently in use ([#5421](https://github.com/wazuh/wazuh-qa/pull/5421)) \- (Framework)
7273
- Increase E2E Vulnerability detection change manager test timeout ([#5414](https://github.com/wazuh/wazuh-qa/pull/5414)) \- (Tests)
7374
- Fix filter vulnerabilities function in case of multiple packages are used ([#5419](https://github.com/wazuh/wazuh-qa/pull/5419)) \- (Framework)

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pytest-html==3.1.1
2525
pytest==6.2.2 ; python_version < "3.9"
2626
pytest==7.1.2 ; python_version >= "3.9"
2727
pyyaml==6.0.1
28-
requests>=2.23.0
28+
requests==2.27.1
2929
scipy>=1.0; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
3030
seaborn>=0.11.1; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
3131
setuptools~=56.0.0

0 commit comments

Comments
 (0)