Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps coloredlogs from 14.0 to 15.0.1.

Changelog

Sourced from coloredlogs's changelog.

Release 15.0.1 (2021-06-11)

Bug fix: Restore .StandardErrorHandler functionality

The .StandardErrorHandler class is responsible for dynamically resolving (looking up the value of) sys.stderr for each logged message instead of once when coloredlogs.install() is called.

This was unintentionally broken by changes in release 14.1.

Release 15.0 (2020-12-10)

Don't enable system logging on MacOS and Windows anymore.

This is backwards incompatible (which is why I'm bumping the major version number) however the old behavior has been reported to be rather problematic (see ~coloredlogs.syslog.is_syslog_supported() for details) so this seems like the best choice.

Release 14.3 (2020-12-10)

Merged pull request #89 which enhances coloredlogs.install() to preserve the filters on handlers that are replaced by coloredlogs.

Release 14.2 (2020-12-10)

Honor the $NO_COLOR environment variable as suggested in issue #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).
  • 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).

Other changes:

  • Start testing on PyPy 3 (because why not?)
Commits
  • 65bdfe9 Release 15.0.1: Restore StandardErrorHandler functionality
  • 8a2f2d1 Bug fix: Restore StandardErrorHandler functionality
  • 1851069 Version bump! (lost during rebase 😒)
  • 94848a0 Release 15.0: Disable system logging on MacOS and Windows (new "sane default")
  • f1f99b8 Release 14.3: Preserve handler filters (#89)
  • 6dd730d Merge pull request #89 (preserve handler filters)
  • 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
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 14, 2021
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant