chore(deps-dev): Update flake8-logging requirement from 1.7.0 to 1.8.0 by dependabot[bot] · Pull Request #969 · CycloneDX/cyclonedx-python
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
extrakeys to includemessage.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=Trueoutside 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
WARNconstant.
... (truncated)
Commits
78a6f4cVersion 1.8.08eacf2dSupport Python 3.14 (#159)b95b5bc[pre-commit.ci] pre-commit autoupdate (#157)ff9203bBump the github-actions group with 2 updates (#158)5877a44Upgrade dependencies (#156)9d45476[pre-commit.ci] pre-commit autoupdate (#154)176b64aUse uvx to run tox on GitHub Actions (#155)5fbd7cc[pre-commit.ci] pre-commit autoupdate (#153)152db2f[pre-commit.ci] pre-commit autoupdate (#151)c74576cUpgrade dependencies (#152)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)