Skip to content

Commit ffc2f1a

Browse files
committed
hotfix cryptography
1 parent 984da3d commit ffc2f1a

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)