Skip to content

Commit f812b84

Browse files
chore(deps-dev): update pyupgrade requirement from 3.20.0 to 3.21.0 (#896)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Updates the requirements on [pyupgrade](https://github.com/asottile/pyupgrade) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/asottile/pyupgrade/commit/f90119b1b8bd9e46949d9592972b2c4c27d62a97"><code>f90119b</code></a> v3.21.0</li> <li><a href="https://github.com/asottile/pyupgrade/commit/8a237c945d8f83fa6462643d467a2dfdfa78d779"><code>8a237c9</code></a> Merge pull request <a href="https://redirect.github.com/asottile/pyupgrade/issues/1034">#1034</a> from asottile/py314</li> <li><a href="https://github.com/asottile/pyupgrade/commit/6f1d9c5b15b2d8e8dfb30d51683966d08f56150a"><code>6f1d9c5</code></a> regenerate symbols for --py314-plus</li> <li><a href="https://github.com/asottile/pyupgrade/commit/70fcfb47b4aa54a5aeb16c6430ba51a92718df10"><code>70fcfb4</code></a> Merge pull request <a href="https://redirect.github.com/asottile/pyupgrade/issues/1033">#1033</a> from asottile/pre-commit-ci-update-config</li> <li><a href="https://github.com/asottile/pyupgrade/commit/5b443e0e90f2a4236eb2b5b6cb5af1eab5b4ac09"><code>5b443e0</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/asottile/pyupgrade/commit/c02489c60a844045bee8dbadd44a0f330f36f7cc"><code>c02489c</code></a> Merge pull request <a href="https://redirect.github.com/asottile/pyupgrade/issues/1031">#1031</a> from asottile/pre-commit-ci-update-config</li> <li><a href="https://github.com/asottile/pyupgrade/commit/fe2ab3208b4b03c92e3cfb0e3c75deb995dea9fe"><code>fe2ab32</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/asottile/pyupgrade/commit/1b2ebe8c2f425c9d20c5781dd7e5f45e596fa3c2"><code>1b2ebe8</code></a> Merge pull request <a href="https://redirect.github.com/asottile/pyupgrade/issues/1029">#1029</a> from asottile/pre-commit-ci-update-config</li> <li><a href="https://github.com/asottile/pyupgrade/commit/97f5982c09b2fc8c8e6dd974f1e88e145fff42b1"><code>97f5982</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/asottile/pyupgrade/commit/7da659f76e1ee206985e666fe3f7ca7cb7096f43"><code>7da659f</code></a> Merge pull request <a href="https://redirect.github.com/asottile/pyupgrade/issues/1025">#1025</a> from asottile/pre-commit-ci-update-config</li> <li>Additional commits viewable in <a href="https://github.com/asottile/pyupgrade/compare/v3.20.0...v3.21.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6e8cd5 commit f812b84

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
@@ -102,7 +102,7 @@ tomli = { version = "2.2.1", python = "<3.11" }
102102
tox = "4.30.3"
103103
xmldiff = "2.7.0"
104104
bandit = "1.8.6"
105-
pyupgrade = "3.20.0"
105+
pyupgrade = "3.21.0"
106106
deptry = "0.23.1"
107107
# for tests, use the GPL-version of jsonschema format validators - they are faster
108108
jsonschema = { version = "*", extras = ["format"], optional=true }

0 commit comments

Comments
 (0)