Skip to content

Commit

Permalink
Bump termcolor from 2.4.0 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [termcolor](https://github.com/termcolor/termcolor) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/termcolor/termcolor/releases)
- [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md)
- [Commits](termcolor/termcolor@2.4.0...2.5.0)

---
updated-dependencies:
- dependency-name: termcolor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and miterion committed Oct 7, 2024
1 parent 8976b81 commit 66f7623
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.4.0', 'suds-py3==1.4.5.0', 'cryptography==43.0.1'],
install_requires =['click==8.1.7', '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 66f7623

Please sign in to comment.