diff --git a/CHANGELOG.md b/CHANGELOG.md index fc9fa748b9..f3c254bce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Release report: https://github.com/wazuh/wazuh/issues/14827 ### Changed +- Change required version of urllib3 and requests dependencies \- (Framework) - Update wazuh-logtest messages for integration tests \- (Tests) ## [4.3.7] - 24-08-2022 diff --git a/requirements.txt b/requirements.txt index cbd6bff5bd..e08827e417 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,14 +23,14 @@ pyOpenSSL==19.1.0 pytest-html==3.1.1 pytest==6.2.5 pyyaml==5.4 -requests==2.23.0 +requests>=2.23.0 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 testinfra==5.0.0 jq>=1.1.2; platform_system == "Linux" or platform_system == "Darwin" cryptography==3.3.2; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows' -urllib3 +urllib3>=1.26.5 numpydoc>=1.1.0 ansible-runner>=2.0.1 ; platform_system == "Linux" docker>=5.0.0 ; platform_system == "Linux" or platform_system=='Windows'