Skip to content

Commit 244e12f

Browse files
authored
Merge pull request #889 from Pri1235/fix/update-cryptography-46.0.7
fix: update cryptography to 47.0.0 to address CVE-2026-39892
2 parents 8fc3a83 + 4e0365b commit 244e12f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
backoff==2.2.1
22
certifi==2024.8.30
3-
cryptography==46.0.5
3+
cryptography==47.0.0
44
distro==1.9.0
55
httplib2==0.22.0
66
jinja2==3.1.6

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cffi==2.0.0
1616
# via cryptography
1717
charset-normalizer==2.0.3
1818
# via requests
19-
cryptography==46.0.5
19+
cryptography==47.0.0
2020
# via -r requirements.in
2121
distro==1.9.0
2222
# via -r requirements.in

0 commit comments

Comments
 (0)