Skip to content

Commit c272f33

Browse files
Bump click from 8.1.8 to 8.3.0
Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.3.0. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.8...8.3.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 776b9b9 commit c272f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version='0.4.9',
99
license='MIT',
1010
description='Certificate client based on the soap API of the dfn',
11-
install_requires =['click==8.1.8', 'termcolor==3.1.0', 'suds-py3==1.4.5.0', 'cryptography==46.0.2'],
11+
install_requires =['click==8.3.0', 'termcolor==3.1.0', 'suds-py3==1.4.5.0', 'cryptography==46.0.2'],
1212
packages=find_packages(),
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)