diff --git a/setup.py b/setup.py index d97b193..7801950 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.7', 'termcolor==2.5.0', 'suds-py3==1.4.5.0', 'cryptography==43.0.1'], + install_requires =['click==8.1.8', 'termcolor==2.5.0', 'suds-py3==1.4.5.0', 'cryptography==43.0.1'], packages=find_packages(), long_description=long_description, long_description_content_type="text/markdown",