Skip to content

Commit 4141f60

Browse files
sarve-shreyasclaude
andcommitted
fix: patch security vulnerabilities in dependencies (CTO-4384, CTO-4551, CTO-4554, CTO-4557)
- cryptography 43.0.1 → 46.0.5 (CVE-2026-26007: subgroup attack on SECT curves) - cffi 1.15.1 → 2.0.0 (required by cryptography>=46.0.0 on Python 3.9+) - pyOpenSSL 24.2.1 → 26.0.0 (CVE-2026-27459: DTLS cookie callback buffer overflow) - PyJWT 2.9.0 → 2.12.0 (CVE-2026-32597: unknown crit header extensions accepted, CVSS 7.5) - pyasn1 0.4.8 → 0.6.3 (GHSA-jr27-m4p2-rc6r: DoS via unbounded recursion, CVSS 7.5) - pyasn1-modules 0.2.8 → 0.4.2 (required by pyasn1>=0.6.1 compatibility) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a0727fe commit 4141f60

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

requirements.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ beautifulsoup4==4.9.3
99
bs4==0.0.1
1010
cachetools==4.1.1
1111
certifi==2024.7.4
12-
cffi==1.15.1
12+
cffi==2.0.0
1313
chardet==3.0.4
1414
configparser==5.0.1
15-
cryptography==43.0.1
15+
cryptography==46.0.5
1616
decorator==4.4.2
1717
defusedxml==0.7.1
1818
Deprecated==1.2.10
@@ -54,16 +54,16 @@ pre-commit==2.21.0
5454
prompt-toolkit==3.0.8
5555
ptpython==3.0.7
5656
ptyprocess==0.6.0
57-
pyasn1==0.4.8
58-
pyasn1-modules==0.2.8
57+
pyasn1==0.6.3
58+
pyasn1-modules==0.4.2
5959
pycparser==2.20
6060
pyflakes==3.0.0
6161
PyGithub==1.56
6262
Pygments==2.15.0
63-
PyJWT==2.9.0
63+
PyJWT==2.12.0
6464
PyMySQL==1.1.1
6565
PyNaCl==1.5.0
66-
pyOpenSSL==24.2.1
66+
pyOpenSSL==26.0.0
6767
pyparsing==2.4.7
6868
python-dateutil==2.8.1
6969
python-Levenshtein==0.12.0
@@ -84,7 +84,7 @@ soupsieve==2.0.1
8484
sqlparse==0.5.1
8585
traitlets==5.0.5
8686
uritemplate==3.0.1
87-
urllib3==2.2.2
87+
urllib3==2.6.3
8888
wcwidth==0.2.5
8989
zipp==3.19.1
9090
selenium==4.23.1
@@ -120,3 +120,4 @@ django-session-timeout==0.1.0
120120
django-axes==5.41.1
121121
jsonschema==4.17.3
122122
types-jsonschema==4.17.0
123+

0 commit comments

Comments
 (0)