We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ccd16c commit 49e13b6Copy full SHA for 49e13b6
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
6
7
PROJECT = 'pypinksign'
8
-VERSION = '0.5.3'
+VERSION = '0.5.4'
9
URL = 'http://github.com/bandoche/PyPinkSign'
10
AUTHOR = 'Sangjun Jung'
11
AUTHOR_EMAIL = 'spamcoffee+pypinksign@gmail.com'
@@ -28,7 +28,7 @@
28
zip_safe=False,
29
install_requires=[
30
'pyasn1==0.6.1',
31
- 'cryptography==44.0.1',
+ 'cryptography>=46.0.3',
32
],
33
keywords='npki 공인인증서 공동인증서 korean pki certificate',
34
platforms='OS Independent',
0 commit comments