Skip to content

Commit

Permalink
Bump pyupgrade from 3.15.1 to 3.15.2 (#290)
Browse files Browse the repository at this point in the history
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.15.1 to
3.15.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/asottile/pyupgrade/commit/12af25eb252deaaecb6b259df40d01f42e716dc3"><code>12af25e</code></a>
v3.15.2</li>
<li><a
href="https://github.com/asottile/pyupgrade/commit/9a0cad2b8754e7fcc1f0e4681666d06733e51ea5"><code>9a0cad2</code></a>
Merge pull request <a
href="https://redirect.github.com/asottile/pyupgrade/issues/939">#939</a>
from asottile/shlex-join-not-space</li>
<li><a
href="https://github.com/asottile/pyupgrade/commit/d560e38697352bcf1f0daac458f306aebc24dcd3"><code>d560e38</code></a>
only replace to shlex.join if joined with a space</li>
<li><a
href="https://github.com/asottile/pyupgrade/commit/3e4103f24bfd10701d1913f7cc969b44fe165525"><code>3e4103f</code></a>
Merge pull request <a
href="https://redirect.github.com/asottile/pyupgrade/issues/937">#937</a>
from asottile/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/asottile/pyupgrade/commit/03188f97562bcd99e7282fae0c464807bc8468d4"><code>03188f9</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/asottile/pyupgrade/commit/0bd52f21f7dd3d155b5bc664ea84fa23f7b480a4"><code>0bd52f2</code></a>
Merge pull request <a
href="https://redirect.github.com/asottile/pyupgrade/issues/935">#935</a>
from asottile/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/asottile/pyupgrade/commit/a3f480512cc627c8bdf3893db57ff297e3693a34"><code>a3f4805</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li>See full diff in <a
href="https://github.com/asottile/pyupgrade/compare/v3.15.1...v3.15.2">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.15.1&new-version=3.15.2)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 2, 2024
1 parent b02f2a0 commit 5898da6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pylint = "^3.2.2"
isort = "^5.10.1"
mypy = "^1.10"
flake8 = "^7.0.0"
pyupgrade = "^3.15.1"
pyupgrade = "^3.15.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 5898da6

Please sign in to comment.