Skip to content

Commit

Permalink
⬆️ Bump pyupgrade from 2.30.0 to 2.31.0 (#28)
Browse files Browse the repository at this point in the history
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.30.0 to 2.31.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/asottile/pyupgrade/commit/e695ecd365119ab4e5463f6e49bea5f4b7ca786b"><code>e695ecd</code></a> v2.31.0</li>
<li><a href="https://github.com/asottile/pyupgrade/commit/718e7c0f86bcc29a49dfe25f2c4cc6ff3280a352"><code>718e7c0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/asottile/pyupgrade/issues/585">#585</a> from asottile/format-locals</li>
<li><a href="https://github.com/asottile/pyupgrade/commit/416deab5aa44e4a2aa2ba2c6cc0f8795df88c04c"><code>416deab</code></a> rewrite string formatting with **locals()</li>
<li><a href="https://github.com/asottile/pyupgrade/commit/88fe1b5f43a286837ddb8cf65f55ea5b3dc463c7"><code>88fe1b5</code></a> v2.30.1</li>
<li><a href="https://github.com/asottile/pyupgrade/commit/e240dd0c9ced40faad014374029b057caac5c5e4"><code>e240dd0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/asottile/pyupgrade/issues/584">#584</a> from asottile/dont-rewrite-reraise-kwargs</li>
<li><a href="https://github.com/asottile/pyupgrade/commit/46f6f773b3c36194a96fd0889ed5ad6ae0059aed"><code>46f6f77</code></a> don't rewrite six.reraise with named args</li>
<li>See full diff in <a href="https://github.com/asottile/pyupgrade/compare/v2.30.0...v2.31.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=2.30.0&new-version=2.31.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 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>
  • Loading branch information
renefritze authored Jan 3, 2022
2 parents 278ff27 + 7fd9bc1 commit 854c63a
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 @@ -50,7 +50,7 @@ pre-commit = "^2.15.0"
pydocstyle = "^6.1.1"
pylint = "^2.11.1"
pytest = "^6.2.5"
pyupgrade = "^2.30.0"
pyupgrade = "^2.31.0"
safety = "^1.10.3"
coverage = "^6.1.2"
coverage-badge = "^1.1.0"
Expand Down

0 comments on commit 854c63a

Please sign in to comment.