Skip to content

Commit 79c8fa0

Browse files
author
Abhinav Akash
committed
Upgrade cyptography to >=44.0.0
1 parent 6c892e1 commit 79c8fa0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cryptography==43.0.0
1+
cryptography>=44.0.0
22
yapf==0.43.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='py3sshpubkeys',
12-
version='3.4.0',
12+
version='3.4.1',
1313
description='SSH public key parser',
1414
long_description=long_description,
1515
url='https://github.com/ojarva/python-sshpubkeys',
@@ -32,7 +32,7 @@
3232
packages=["sshpubkeys"],
3333
test_suite="tests",
3434
python_requires='>=3',
35-
install_requires=['cryptography==43.0.0'],
35+
install_requires=['cryptography>=44.0.0'],
3636
setup_requires=['setuptools', 'pytest-runner'],
3737
tests_require=['pytest'],
3838
extras_require={

0 commit comments

Comments
 (0)