Skip to content

Commit 9967a98

Browse files
chore(deps-dev): Update flake8-logging requirement from 1.6.0 to 1.7.0 (#888)
Updates the requirements on [flake8-logging](https://github.com/adamchainz/flake8-logging) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/adamchainz/flake8-logging/blob/main/CHANGELOG.rst">flake8-logging's changelog</a>.</em></p> <blockquote> <h2>1.7.0 (2024-10-27)</h2> <ul> <li> <p>Drop Python 3.8 support.</p> </li> <li> <p>Support Python 3.13.</p> </li> </ul> <h2>1.6.0 (2024-03-20)</h2> <ul> <li> <p>Add rule LOG015 that detects use of the root logger through calls like <code>logging.info()</code>.</p> <p>Thanks to John Litborn in <code>PR [#96](adamchainz/flake8-logging#96) &lt;https://github.com/adamchainz/flake8-logging/pull/96&gt;</code>__.</p> </li> </ul> <h2>1.5.0 (2024-01-23)</h2> <ul> <li> <p>Extend LOG003 disallowed <code>extra</code> keys to include <code>message</code>.</p> <p>Thanks to Bartek Ogryczak in <code>PR [#77](adamchainz/flake8-logging#77) &lt;https://github.com/adamchainz/flake8-logging/pull/77&gt;</code>__.</p> </li> </ul> <h2>1.4.0 (2023-10-10)</h2> <ul> <li> <p>Add rule LOG013 that detects mismatches between named <code>%</code>-style formatting placeholders and keys in dict argument.</p> </li> <li> <p>Add rule LOG014 that detects <code>exc_info=True</code> outside of exception handlers.</p> </li> </ul> <h2>1.3.1 (2023-09-17)</h2> <ul> <li> <p>Fix LOG012 false positive with unpacked arguments like <code>*args</code>.</p> </li> <li> <p>Fix LOG012 false positive with <code>%%</code> in formatting strings.</p> </li> </ul> <h2>1.3.0 (2023-09-17)</h2> <ul> <li>Add rule LOG012 that detects mismatches between <code>%</code>-style formatting placeholders and arguments.</li> </ul> <h2>1.2.0 (2023-09-04)</h2> <ul> <li> <p>Add rule LOG009 that detects use of the undocumented <code>WARN</code> constant.</p> </li> <li> <p>Add rule LOG010 that detects passing calls to <code>exception()</code> passing a handled exception as the first argument.</p> </li> <li> <p>Add rule LOG011 that detects pre-formatted log messages.</p> </li> </ul> <p>1.1.0 (2023-08-25)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adamchainz/flake8-logging/commit/aedc0eeee17a9f862275e41f88154df1b53ee4f7"><code>aedc0ee</code></a> Version 1.7.0</li> <li><a href="https://github.com/adamchainz/flake8-logging/commit/29ac55056a9dda03dbcd9fde9102dd5ab37d0981"><code>29ac550</code></a> Add automated release process (<a href="https://redirect.github.com/adamchainz/flake8-logging/issues/132">#132</a>)</li> <li><a href="https://github.com/adamchainz/flake8-logging/commit/0bc8a174c59176578669f0534140945f4f65dc61"><code>0bc8a17</code></a> Drop Python 3.8 support (<a href="https://redirect.github.com/adamchainz/flake8-logging/issues/131">#131</a>)</li> <li><a href="https://github.com/adamchainz/flake8-logging/commit/b9d9b5f02cd1f93abddbd00a2711ecadb1b3afcb"><code>b9d9b5f</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/adamchainz/flake8-logging/issues/130">#130</a>)</li> <li><a href="https://github.com/adamchainz/flake8-logging/commit/2b7ab4e119e893ac865e8aca921ad62547347372"><code>2b7ab4e</code></a> Bump astral-sh/setup-uv from 1 to 3 in the github-actions group (<a href="https://redirect.github.com/adamchainz/flake8-logging/issues/129">#129</a>)</li> <li><a href="https://github.com/adamchainz/flake8-logging/commit/dc811ac11021f7c9183ee585bc51d38ba5b24fd5"><code>dc811ac</code></a> Support Python 3.13 (<a href="https://redirect.github.com/adamchainz/flake8-logging/issues/128">#128</a>)</li> <li><a href="https://github.com/adamchainz/flake8-logging/commit/4f1822c8882bd1884a982eb59b9cdddf3dc2735a"><code>4f1822c</code></a> Upgrade requirements (<a href="https://redirect.github.com/adamchainz/flake8-logging/issues/127">#127</a>)</li> <li><a href="https://github.com/adamchainz/flake8-logging/commit/68db58455683624bccd34e9c082a2875a0fbe0ce"><code>68db584</code></a> Use uv on GitHub Actions (<a href="https://redirect.github.com/adamchainz/flake8-logging/issues/126">#126</a>)</li> <li><a href="https://github.com/adamchainz/flake8-logging/commit/c795921db0f41c9cbcccbb7081662518c9b952b1"><code>c795921</code></a> Fix GHA upload-artifact config</li> <li><a href="https://github.com/adamchainz/flake8-logging/commit/bf7a07a5cc95cc9628be53fed81cab8cc6c9a9ea"><code>bf7a07a</code></a> Fix Coverage upload on GHA</li> <li>Additional commits viewable in <a href="https://github.com/adamchainz/flake8-logging/compare/1.6.0...1.7.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f2982b commit 9967a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ flake8-isort = "6.1.2"
8787
flake8-quotes = "3.4.0"
8888
flake8-use-fstring = "1.4"
8989
pep8-naming = "0.14.1"
90-
flake8-logging = "1.6.0"
90+
flake8-logging = "1.7.0"
9191
isort = "6.0.1"
9292
autopep8 = "2.3.2"
9393
mypy = "1.15.0"

0 commit comments

Comments
 (0)