Skip to content

Commit ea786b8

Browse files
updating dependencies
1 parent fa19709 commit ea786b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pycryptodome==3.19.1
2-
setuptools>=39.0.1
2+
setuptools>=69.1.0
33
coverage>=4.5.3
44
cryptography>=42.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
'Topic :: Software Development :: Libraries :: Python Modules'
2323
],
2424
tests_require=['coverage'],
25-
install_requires=['pycryptodome>=3.8.1', 'pyOpenSSL>=22.1.0,<=23.2.0', 'setuptools>=39.0.1', 'cryptography>=38.0.0']
25+
install_requires=['pycryptodome>=3.19.1', 'setuptools>=69.1.0', 'cryptography>=42.0.0']
2626
)

0 commit comments

Comments
 (0)