Skip to content

Commit c045791

Browse files
wesellisclaude
andcommitted
Fix vulnerabilities in root requirements.txt
- Upgrade aiohttp from 3.11.10 to 3.12.14 - Upgrade requests from 2.32.3 to 2.32.4 - Upgrade cryptography from 44.0.0 to 44.0.1 Addresses remaining Dependabot alerts #26, #27, #28 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c2bac89 commit c045791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Core dependencies - Latest secure versions (Dec 2024)
2-
requests==2.32.3
3-
aiohttp==3.11.10
2+
requests==2.32.4
3+
aiohttp==3.12.14
44
pandas==2.2.3
55
pydantic==2.10.3
66

77
# Adobe API integration
88
PyJWT==2.10.1
9-
cryptography==44.0.0
9+
cryptography==44.0.1
1010

1111
# Azure integration
1212
azure-identity==1.20.0

0 commit comments

Comments
 (0)