Skip to content

Commit ce43c75

Browse files
Bump pyupgrade from 3.19.1 to 3.21.0 (#437)
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.19.1 to 3.21.0. <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.19.1...v3.21.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyupgrade&package-manager=pip&previous-version=3.19.1&new-version=3.21.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f2cc5c commit ce43c75

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pylint = "^3.2.7"
3131
isort = "^5.10.1"
3232
mypy = "^1.19"
3333
flake8 = "^7.1.2"
34-
pyupgrade = "^3.19.1"
34+
pyupgrade = "^3.21.0"
3535

3636
[build-system]
3737
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)