Skip to content

Commit 8fe4141

Browse files
authored
Merge pull request #4508 from tpurschke/fix/security-pip-cryptography
Fix/security pip cryptography
2 parents 97f0265 + 721f5a9 commit 8fe4141

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
ansible>2.13
2+
cryptography>=46.0.7

roles/importer/files/importer/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python-dateutil>=2.8
55
netaddr>=1.0
66

77
# Crypto (AES/CBC via cryptography.hazmat)
8-
cryptography>=40.0
8+
cryptography>=46.0.7
99

1010
# HTTP / GraphQL stack
1111
# Note: Requests >=2.32.0 is compatible with urllib3 2.x

0 commit comments

Comments
 (0)