Skip to content

Commit 31938dc

Browse files
Bump pyupgrade from 3.18.0 to 3.19.0 (#363)
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.18.0 to 3.19.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/asottile/pyupgrade/commit/19364aa1b2ac289ce75e6bbe93994f7b4b9425f6"><code>19364aa</code></a> v3.19.0</li> <li><a href="https://github.com/asottile/pyupgrade/commit/466dfb1145097580f9ac8d78d9283f636b31c6ff"><code>466dfb1</code></a> Merge pull request <a href="https://redirect.github.com/asottile/pyupgrade/issues/980">#980</a> from asottile/named-escapes-in-fstrings</li> <li><a href="https://github.com/asottile/pyupgrade/commit/aa12347a1997d2acdf7a1973af7b5dbce54b9bd0"><code>aa12347</code></a> fix named escapes in FSTRING_MIDDLE</li> <li><a href="https://github.com/asottile/pyupgrade/commit/c29b8d6e0b3d34db33a4dcdc67ccb0365e150dbc"><code>c29b8d6</code></a> Merge pull request <a href="https://redirect.github.com/asottile/pyupgrade/issues/979">#979</a> from asottile/directly-in-f-string-placeholder</li> <li><a href="https://github.com/asottile/pyupgrade/commit/b673db5ac0ecda899a305d1e8c1969115eede004"><code>b673db5</code></a> prevent dict/set rewrite directly in f-string placeholder</li> <li><a href="https://github.com/asottile/pyupgrade/commit/4028fd1fd3b4481e1258e958e81b3e28d765db10"><code>4028fd1</code></a> Merge pull request <a href="https://redirect.github.com/asottile/pyupgrade/issues/973">#973</a> from asottile/py39-plus</li> <li><a href="https://github.com/asottile/pyupgrade/commit/9827b4d8c9f13dc3bd7c96211bd7c4fdc6e3d0e9"><code>9827b4d</code></a> py39+</li> <li>See full diff in <a href="https://github.com/asottile/pyupgrade/compare/v3.18.0...v3.19.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.18.0&new-version=3.19.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65ca3f3 commit 31938dc

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

poetry.lock

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

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

0 commit comments

Comments
 (0)