Skip to content

Commit ab6316f

Browse files
vredchenkoclaude
andcommitted
Fix security vulnerabilities in dependencies
Update pinned versions to address: - CVE-2025-47273, CVE-2024-6345: setuptools 68.2.2 → 78.1.1 - CVE-2024-35195, CVE-2024-47081: requests 2.31.0 → 2.32.3 - CVE-2024-26130, CVE-2024-12797, GHSA-h4gh-qq45-vh27: cryptography 42.0.2 → 44.0.1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9a25010 commit ab6316f

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,8 +1,8 @@
11
click==8.1.7
2-
requests==2.31.0
2+
requests==2.32.3
33
keyring==24.3.0
44
python-dotenv==1.0.0
55
questionary==2.0.1
66
PyYAML==6.0.1
7-
cryptography==42.0.2
8-
setuptools==68.2.2
7+
cryptography==44.0.1
8+
setuptools==78.1.1

0 commit comments

Comments
 (0)