We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee4066 commit a93d08cCopy full SHA for a93d08c
requirements.txt
@@ -32,7 +32,7 @@ testinfra==5.0.0
32
jq==1.1.2 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version <= "3.9"
33
jq==1.2.2 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version == "3.10"
34
jq==1.6.0 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version >= "3.11"
35
-cryptography==42.0.4; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
+cryptography==42.0.8; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
36
urllib3>=1.26.5,<2
37
numpydoc>=1.1.0
38
ansible-runner>=2.0.1 ; platform_system == "Linux"
0 commit comments