Skip to content

Commit

Permalink
Bump click from 8.1.7 to 8.1.8
Browse files Browse the repository at this point in the history
Bumps [click](https://github.com/pallets/click) from 8.1.7 to 8.1.8.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and miterion committed Jan 3, 2025
1 parent 66f7623 commit 73471db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 73471db

Please sign in to comment.