terraform-compliance / cli

a lightweight, security focused, BDD test framework against terraform.
https://terraform-compliance.com
MIT License
1.36k stars 150 forks source link

Bump colorful from 0.5.4 to 0.5.6 #744

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps colorful from 0.5.4 to 0.5.6.

Release notes

Sourced from colorful's releases.

0.5.6

What's Changed

New Contributors

Full Changelog: https://github.com/timofurrer/colorful/compare/v0.5.5...v0.5.6

v.0.5.5

Fixed

  • Fix setup(colormode=NO_COLORS)
  • Fix correctnes of __str__ to return always a str
  • Drop Python 2 support
  • Test Python 3.5 - Python 3.11

New Contributors

Full Changelog: https://github.com/timofurrer/colorful/compare/v0.5.4...v0.5.5

Changelog

Sourced from colorful's changelog.

[v0.5.6]

  • Fix PEP420 Implicit name space thanks @​MocioF
  • Test Python 3.12 support

[v0.5.5]

Fixed

  • Fix setup(colormode=NO_COLORS)
  • Fix correctnes of __str__ to return always a str
  • Drop Python 2 support
  • Test Python 3.5 - Python 3.11
Commits
  • 0adf25e release: 0.5.6
  • 4a1a71d Merge pull request #54 from timofurrer/chore/update-py312
  • 03162ce Update outdated Ubuntu 18.04 runners
  • 89ea885 Test for Python 3.12 support
  • e4fc008 Merge pull request #53 from MocioF/master
  • 8987a61 Fixing setup.py for PEP420 Implicit name space
  • 32eeb20 release: 0.5.5
  • 1ab92f7 Merge pull request #51 from timofurrer/bugfix/cleanup-project-setup
  • 676070e Fix correctnes of str to return always a str
  • 662c044 Remove Python 2 support for Colorful.print()
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)