Skip to content

Commit a93d08c

Browse files
fix: requirements.txt to reduce vulnerabilities (#26)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6913422 Co-authored-by: snyk-bot <[email protected]>
1 parent cee4066 commit a93d08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ testinfra==5.0.0
3232
jq==1.1.2 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version <= "3.9"
3333
jq==1.2.2 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version == "3.10"
3434
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'
35+
cryptography==42.0.8; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
3636
urllib3>=1.26.5,<2
3737
numpydoc>=1.1.0
3838
ansible-runner>=2.0.1 ; platform_system == "Linux"

0 commit comments

Comments
 (0)