Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karen-avetisyan-mc committed Feb 20, 2024
1 parent fa19709 commit ea786b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pycryptodome==3.19.1
setuptools>=39.0.1
setuptools>=69.1.0
coverage>=4.5.3
cryptography>=42.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
'Topic :: Software Development :: Libraries :: Python Modules'
],
tests_require=['coverage'],
install_requires=['pycryptodome>=3.8.1', 'pyOpenSSL>=22.1.0,<=23.2.0', 'setuptools>=39.0.1', 'cryptography>=38.0.0']
install_requires=['pycryptodome>=3.19.1', 'setuptools>=69.1.0', 'cryptography>=42.0.0']
)

0 comments on commit ea786b8

Please sign in to comment.