Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): update flake8-logging requirement from 1.5.0 to 1.6.0 #87

Merged
merged 1 commit into from Mar 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2024

Updates the requirements on flake8-logging to permit the latest version.

Changelog

Sourced from flake8-logging's changelog.

1.6.0 (2024-03-20)

  • Add rule LOG015 that detects use of the root logger through calls like logging.info().

    Thanks to John Litborn in PR [#96](https://github.com/adamchainz/flake8-logging/issues/96) <https://github.com/adamchainz/flake8-logging/pull/96>__.

1.5.0 (2024-01-23)

  • Extend LOG003 disallowed extra keys to include message.

    Thanks to Bartek Ogryczak in PR [#77](https://github.com/adamchainz/flake8-logging/issues/77) <https://github.com/adamchainz/flake8-logging/pull/77>__.

1.4.0 (2023-10-10)

  • Add rule LOG013 that detects mismatches between named %-style formatting placeholders and keys in dict argument.

  • Add rule LOG014 that detects exc_info=True outside of exception handlers.

1.3.1 (2023-09-17)

  • Fix LOG012 false positive with unpacked arguments like *args.

  • Fix LOG012 false positive with %% in formatting strings.

1.3.0 (2023-09-17)

  • Add rule LOG012 that detects mismatches between %-style formatting placeholders and arguments.

1.2.0 (2023-09-04)

  • Add rule LOG009 that detects use of the undocumented WARN constant.

  • Add rule LOG010 that detects passing calls to exception() passing a handled exception as the first argument.

  • Add rule LOG011 that detects pre-formatted log messages.

1.1.0 (2023-08-25)

  • LOG001: Avoid detecting inside function definitions when using Logger directly.

  • Add rule LOG005 that recomends exception() over error() within except clauses.

  • Add rule LOG006 that detects redundant exc_info arguments in calls to exception().

... (truncated)

Commits

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 <dependency name> 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)

Updates the requirements on [flake8-logging](https://github.com/adamchainz/flake8-logging) to permit the latest version.
- [Changelog](https://github.com/adamchainz/flake8-logging/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/flake8-logging@1.5.0...1.6.0)

---
updated-dependencies:
- dependency-name: flake8-logging
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from madpah as a code owner March 23, 2024 05:42
@dependabot dependabot bot requested a review from jkowalleck as a code owner March 23, 2024 05:42
@jkowalleck jkowalleck merged commit 7d64241 into main Mar 26, 2024
18 checks passed
@dependabot dependabot bot deleted the dependabot/pip/flake8-logging-1.6.0 branch March 26, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant