Skip to content

Commit 3682993

Browse files
wesellisclaude
andcommitted
Fix security vulnerabilities in dependencies
- Upgrade cryptography from 44.0.0 to 44.0.1 (CVE-2024-12797) - Upgrade pypdf from 5.1.0 to 6.0.0 (CVE-2025-55197) - npm packages already updated (multer to 2.0.2) Fixes Dependabot alerts #41, #40 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6d1ae2a commit 3682993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pdf-processing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PDF Processing Dependencies
2-
pypdf==5.1.0
2+
pypdf==6.0.0
33
pymupdf==1.24.0
44
pdf2image==1.17.0
55
pytesseract==0.3.13

python-automation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ numpy==1.25.2
1212
openpyxl==3.1.2
1313

1414
# Enterprise security and encryption
15-
cryptography==44.0.0
15+
cryptography==44.0.1
1616
pyjwt[crypto]==2.8.0
1717
azure-keyvault-secrets==4.7.0
1818
azure-identity==1.20.0

0 commit comments

Comments
 (0)