Skip to content

Commit 59fe3de

Browse files
committed
security: Update critical dependencies to latest secure versions
- cryptography: 41.0.7 → 44.0.1 (security fix for OpenSSL vulnerabilities) - aiohttp: 3.9.1 → 3.12.14 (multiple security fixes) - python-multipart: 0.0.6 → 0.0.18 (security and stability fixes) These updates address 15 security vulnerabilities identified by GitHub's security alerts. All updates are backwards compatible and tested. Consolidates security fixes from PRs #19, #24, #25.
1 parent 07dfc22 commit 59fe3de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ pydantic[email]==2.5.0
1212
pydantic-settings==2.1.0
1313
python-jose[cryptography]==3.3.0
1414
passlib[bcrypt]==1.7.4
15-
python-multipart==0.0.6
15+
python-multipart==0.0.18
1616
aiofiles==23.2.1
1717
aiosmtplib==3.0.1
18-
cryptography==41.0.7
18+
cryptography==44.0.1
1919
pyjwt==2.8.0
2020
argon2-cffi==23.1.0
2121
httpx==0.25.2
22-
aiohttp==3.9.1
22+
aiohttp==3.12.14
2323
lxml==4.9.3
2424
xmltodict==0.13.0
2525
python-magic==0.4.27

0 commit comments

Comments
 (0)