Skip to content

Commit

Permalink
Merge pull request #4162 from wazuh/5074-limit-urllib3-required-version
Browse files Browse the repository at this point in the history
Limit urllib3 major required version
  • Loading branch information
damarisg authored May 16, 2023
2 parents 947106b + 56763d3 commit 62c9aeb
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 @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.

### Fixed

- Limit urllib3 major required version ([#4162](https://github.com/wazuh/wazuh-qa/pull/4162)) \- (Framework)
- Fix daemons_handler fixture (fix GCP IT) ([#4134](https://github.com/wazuh/wazuh-qa/pull/4134)) \- (Tests)
- Fix wazuhdb IT. ([#3584](https://github.com/wazuh/wazuh-qa/pull/3584)) \- (Framework + Tests)
- Fix agentd IT for python3.10 AMI ([#3973](https://github.com/wazuh/wazuh-qa/pull/3973)) \- (Tests)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ testinfra==5.0.0
jq==1.1.2 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version <= "3.9"
jq==1.2.2 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version >= "3.10"
cryptography==3.3.2; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
urllib3>=1.26.5
urllib3>=1.26.5,<2
numpydoc>=1.1.0
ansible-runner>=2.0.1 ; platform_system == "Linux"
docker>=5.0.0 ; platform_system == "Linux" or platform_system=='Windows'
Expand Down

0 comments on commit 62c9aeb

Please sign in to comment.