Skip to content

Commit f20e6bb

Browse files
Bump pyupgrade from 3.19.0 to 3.19.1 (#377)
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.19.0 to 3.19.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/asottile/pyupgrade/commit/ce40a160603ab0e7d9c627ae33d7ef3906e2d2b2"><code>ce40a16</code></a> v3.19.1</li> <li><a href="https://github.com/asottile/pyupgrade/commit/2f55fdee346d7de38d1e4646f0b6c490ec7b777e"><code>2f55fde</code></a> Merge pull request <a href="https://redirect.github.com/asottile/pyupgrade/issues/994">#994</a> from asottile/fstring-find-call</li> <li><a href="https://github.com/asottile/pyupgrade/commit/832a3a0425317b06ff2afc88cbb385fa08aab26b"><code>832a3a0</code></a> fix search for .encode(...) call with 3.12+ f-string tokens</li> <li><a href="https://github.com/asottile/pyupgrade/commit/7dc1fb3d169df9720b921f645db2dc036b7fa3ab"><code>7dc1fb3</code></a> Merge pull request <a href="https://redirect.github.com/asottile/pyupgrade/issues/993">#993</a> from asottile/upgrade-gha</li> <li><a href="https://github.com/asottile/pyupgrade/commit/3f8ae67fb4fea188a8f2f582ec6a87cb9c44f385"><code>3f8ae67</code></a> upgrade gha</li> <li><a href="https://github.com/asottile/pyupgrade/commit/67705a48d8474d800777356955e66ce2c712c2b2"><code>67705a4</code></a> Merge pull request <a href="https://redirect.github.com/asottile/pyupgrade/issues/992">#992</a> from asottile/typo-module-name</li> <li><a href="https://github.com/asottile/pyupgrade/commit/b36f0ad0faf12c30e2599738689281bd22de0571"><code>b36f0ad</code></a> fix typo in module name</li> <li><a href="https://github.com/asottile/pyupgrade/commit/ead7440b01d7912d7385c9e71c631742da0710e7"><code>ead7440</code></a> Merge pull request <a href="https://redirect.github.com/asottile/pyupgrade/issues/985">#985</a> from asottile/pre-commit-ci-update-config</li> <li><a href="https://github.com/asottile/pyupgrade/commit/8f6385c0c90756164c9f7bfe54aad6c0bbdd0ec0"><code>8f6385c</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/asottile/pyupgrade/commit/dea830d879b3cf3fb083c9d2729712bd2a8d7883"><code>dea830d</code></a> Merge pull request <a href="https://redirect.github.com/asottile/pyupgrade/issues/974">#974</a> from asottile/pre-commit-ci-update-config</li> <li>Additional commits viewable in <a href="https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1">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.0&new-version=3.19.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 ff8b31d commit f20e6bb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 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.13"
3333
flake8 = "^7.1.1"
34-
pyupgrade = "^3.19.0"
34+
pyupgrade = "^3.19.1"
3535

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

0 commit comments

Comments
 (0)