Skip to content

Commit 05fb5b1

Browse files
chore(deps-dev): update autopep8 requirement from 2.1.0 to 2.1.1 (#623)
Updates the requirements on [autopep8](https://github.com/hhatto/autopep8) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hhatto/autopep8/releases">autopep8's releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <h2>What's Changed</h2> <ul> <li>force reload pycodestyle module by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/740">hhatto/autopep8#740</a></li> <li>include test/acid.py in sdist package by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/741">hhatto/autopep8#741</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hhatto/autopep8/compare/v2.1.0...v2.1.1">https://github.com/hhatto/autopep8/compare/v2.1.0...v2.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hhatto/autopep8/commit/c9eb24e3c94501ed0440f95845c6c87cf54ad7a5"><code>c9eb24e</code></a> version 2.1.1</li> <li><a href="https://github.com/hhatto/autopep8/commit/4490e0f3d0555a4c5635daf746965005e078da1d"><code>4490e0f</code></a> Merge pull request <a href="https://redirect.github.com/hhatto/autopep8/issues/741">#741</a> from hhatto/include-test-acid-py</li> <li><a href="https://github.com/hhatto/autopep8/commit/4077c2b55d9ffb3f64561025657c7349dad177a1"><code>4077c2b</code></a> include test/acid.py in sdist package</li> <li><a href="https://github.com/hhatto/autopep8/commit/831f71858967add06c1b678899349fab88113bf5"><code>831f718</code></a> refactoring</li> <li><a href="https://github.com/hhatto/autopep8/commit/0b4c5f2cbb1ee0e937c089083d287afd23562d66"><code>0b4c5f2</code></a> Merge pull request <a href="https://redirect.github.com/hhatto/autopep8/issues/740">#740</a> from hhatto/reload</li> <li><a href="https://github.com/hhatto/autopep8/commit/eddf8fafdd4d314c404af9f77fb3d4811b883ba7"><code>eddf8fa</code></a> fix: repeated autopep8 use in runpy by reloading pycodestyle with importlib</li> <li>See full diff in <a href="https://github.com/hhatto/autopep8/compare/v2.1.0...v2.1.1">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 9ba994c commit 05fb5b1

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
@@ -91,7 +91,7 @@ flake8-quotes = "3.4.0"
9191
flake8-use-fstring = "1.4"
9292
pep8-naming = "0.14.1"
9393
isort = "5.13.2"
94-
autopep8 = "2.1.0"
94+
autopep8 = "2.1.1"
9595
mypy = "1.10.0"
9696
tox = "4.15.0"
9797
xmldiff = "2.7.0"

0 commit comments

Comments
 (0)