Skip to content

Commit 504a33c

Browse files
authored
Merge pull request #28 from FragmentScreen/fix/security-vulnerabilities
Fix security vulnerabilities in dependencies
2 parents 9a25010 + ab6316f commit 504a33c

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)