Skip to content

Commit

Permalink
Merge pull request #5476 from wazuh/bug/5471-fix-requests-requirement
Browse files Browse the repository at this point in the history
Set requests version
  • Loading branch information
juliamagan committed Jun 10, 2024
2 parents 50d1fac + df5282b commit 9d88470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ All notable changes to this project will be documented in this file.

### Fixed

- Set a stable `requets` version ([#5476](https://github.com/wazuh/wazuh-qa/pull/5476)) \- (Framework)
- Include logic to retry package installation if the lock file is currently in use ([#5421](https://github.com/wazuh/wazuh-qa/pull/5421)) \- (Framework)
- Increase E2E Vulnerability detection change manager test timeout ([#5414](https://github.com/wazuh/wazuh-qa/pull/5414)) \- (Tests)
- Fix filter vulnerabilities function in case of multiple packages are used ([#5419](https://github.com/wazuh/wazuh-qa/pull/5419)) \- (Framework)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pytest-html==3.1.1
pytest==6.2.2 ; python_version < "3.9"
pytest==7.1.2 ; python_version >= "3.9"
pyyaml==6.0.1
requests>=2.23.0
requests==2.27.1
scipy>=1.0; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
seaborn>=0.11.1; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
setuptools~=56.0.0
Expand Down

0 comments on commit 9d88470

Please sign in to comment.