diff --git a/setup.py b/setup.py index 8879519..f39fee0 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version='0.4.9', license='MIT', description='Certificate client based on the soap API of the dfn', - install_requires =['click==8.1.8', 'termcolor==3.2.0', 'suds-py3==1.4.5.0', 'cryptography==46.0.3'], + install_requires =['click==8.3.1', 'termcolor==3.2.0', 'suds-py3==1.4.5.0', 'cryptography==46.0.3'], packages=find_packages(), long_description=long_description, long_description_content_type="text/markdown",