philippnormann / nvidia-sniper

🎯 Autonomously buy Nvidia Founders Edition GPUs as soon as they become available.
394 stars 99 forks source link

Bump coloredlogs from 14.0 to 14.2 #95

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps coloredlogs from 14.0 to 14.2.

Changelog

Sourced from coloredlogs's changelog.

Release 14.2_ (2020-12-10)

Honor the $NO_COLOR environment variable as suggested in issue [#88](https://github.com/xolox/python-coloredlogs/issues/88)_.

.. _Release 14.2: https://github.com/xolox/python-coloredlogs/compare/14.1...14.2 .. _#88: xolox/python-coloredlogs#88

Release 14.1_ (2020-12-10)

Bug fixes:

  • Don't allow interactive terminal detection to disable colored text when colored text is being forced by the caller (reported in issue [#84](https://github.com/xolox/python-coloredlogs/issues/84)_).

  • Automatically disable colored text when logging output is being redirected to a file in such a way that it actually works 😬 (reported in issue [#100](https://github.com/xolox/python-coloredlogs/issues/100)_).

Other changes:

  • Start testing on PyPy 3 (because why not?)

.. _Release 14.1: https://github.com/xolox/python-coloredlogs/compare/14.0...14.1 .. _#84: xolox/python-coloredlogs#84 .. _#100: xolox/python-coloredlogs#100

Commits
  • 857f2b2 Release 14.2: Honor the $NO_COLOR environment variable (fixes #88)
  • 5924f77 Release 14.1: Bug fixes for force enable / auto detect disable (#84 and #100)
  • 066eb01 Start testing on PyPy 3 (because why not?)
  • 879105c Minor follow-up to previous commit
  • ddd5aa3 Bug fix for issue #84 (force enable colored text)
  • 4f8c9aa Bug fix for issue #100 (disable colored text on output redirection)
  • See full diff 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 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)
dependabot[bot] commented 3 years ago

Superseded by #96.