osint-cli-tool-skeleton
osint-cli-tool-skeleton copied to clipboard
Bump termcolor from 1.1.0 to 2.0.1
Bumps termcolor from 1.1.0 to 2.0.1.
Release notes
Sourced from termcolor's releases.
Release 2.0.1
Fixed
- Update source URL (#21)
@felixonmarsRelease 2.0.0
Added
- Add support for Python 3.11 and PyPy (#9)
@hugovk- Add support for Python 3.10 (#5)
@hugovk- Support
NO_COLOR(#7)@hugovk- Add type annotations to the project and run mypy on CI (#11)
@jdufresne- Add tests (#1)
@hugovkChanged
- Refer to GitHub Releases for release notes for 2.0.0+ (#20)
@hugovk- Autodeploy to TestPyPI and to PyPI for GH releases (#19)
@hugovk- Migrate from setuptools + setuptools_scm to hatchling + hatch-vcs (#17)
@hugovk- Replace deprecated
license_filewithlicense_filesinsetup.cfg(#14)@jdufresne- Use declarative metadata in
setup.cfg(#10)@hugovk- Replace
3.9-devwith3.9in CI to use Python 3.9 final (#3)@CozyDoomerRemoved
- Drop support for EOL Python <= 3.6 (#9)
@hugovk- Remove hardcoded
VERSIONconstant (#18)@hugovkTo find the version, use:try: # Python 3.8+ import importlib.metadata as importlib_metadata except ImportError: # Python 3.7 import importlib_metadataprint(importlib_metadata.version("termcolor"))
Fixed
Commits
b73d508Merge pull request #21 from felixonmars/patch-1d88d526Update source URLcbff439Merge pull request #20 from hugovk/update-changes4ae717bRefer to GitHub Releases for release notes for 2.0.0+75cd076Remove redundant setup.py callcd67962Merge pull request #19 from hugovk/autodeploy781fdabAutodeploy to TestPyPI and to PyPI for GH releases72c0544Merge pull request #18 from hugovk/rm-VERSION18ae230Remove hardcoded VERSION constantbde5a71Merge pull request #17 from hugovk/migrate-packaging- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)