From 4fc760c4b2d18face664278bbe5b332efe81c84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 04:02:14 +0000 Subject: [PATCH] Bump click from 8.1.8 to 8.3.1 Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.3.1. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.8...8.3.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",