Skip to content

Commit

Permalink
fix(wazuh/wazuh-jenkins#5074): limit urllib3 major
Browse files Browse the repository at this point in the history
  • Loading branch information
jnasselle committed May 9, 2023
1 parent 947106b commit c41a96c
Showing 1 changed file with 1 addition and 1 deletion.
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 c41a96c

Please sign in to comment.