Skip to content

Commit c753203

Browse files
Bump pyupgrade from 2.31.1 to 2.32.0 (#155)
* Bump pyupgrade from 2.31.1 to 2.32.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.31.1 to 2.32.0. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](asottile/pyupgrade@v2.31.1...v2.32.0) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update .pre-commit-config.yaml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <[email protected]>
1 parent f392aa9 commit c753203

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.31.1
3+
rev: v2.32.0
44
hooks:
55
- id: pyupgrade
66
args: [--py38-plus]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==0.8.0
22
autoflake==1.4
33
isort==5.10.1
4-
pyupgrade==2.31.1
4+
pyupgrade==2.32.0
55
reorder-python-imports==3.0.1

0 commit comments

Comments
 (0)