Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2025

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

Changelog

Sourced from flake8-logging's changelog.

1.8.0 (2025-09-09)

  • Support Python 3.14.

1.7.0 (2024-10-27)

  • Drop Python 3.8 support.

  • Support Python 3.13.

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.

... (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.7.0...1.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies topic: modify/update a dependency label Sep 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 13, 2025 02:04
@jkowalleck jkowalleck merged commit 7ff437f into main Sep 15, 2025
33 checks passed
@dependabot dependabot bot deleted the dependabot/pip/flake8-logging-1.8.0 branch September 15, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies topic: modify/update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants