We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c892e1 commit e6678b2Copy full SHA for e6678b2
2 files changed
requirements.txt
@@ -1,2 +1,2 @@
1
-cryptography==43.0.0
+cryptography>=44.0.0
2
yapf==0.43.0
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='py3sshpubkeys',
12
- version='3.4.0',
+ version='3.4.1',
13
description='SSH public key parser',
14
long_description=long_description,
15
url='https://github.com/ojarva/python-sshpubkeys',
@@ -32,7 +32,7 @@
32
packages=["sshpubkeys"],
33
test_suite="tests",
34
python_requires='>=3',
35
- install_requires=['cryptography==43.0.0'],
+ install_requires=['cryptography>=44.0.0'],
36
setup_requires=['setuptools', 'pytest-runner'],
37
tests_require=['pytest'],
38
extras_require={
0 commit comments