Skip to content

Commit

Permalink
CLI: update cryptography & requests
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinet committed Apr 1, 2024
1 parent 74a444f commit 4e65c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
'bin/secadmin'
],
install_requires=[
'requests>=2.28,<3',
'requests>=2.31,<3',
'python-magic>=0.4,<1',
'cryptography==37.*',
'cryptography==42.*',
'progressbar2==4.*'
],
extras_require={
Expand Down

0 comments on commit 4e65c72

Please sign in to comment.