Skip to content

Commit 49808d4

Browse files
Bump pyupgrade from 3.1.0 to 3.2.2 (#273)
Co-authored-by: Marc Mueller <[email protected]>
1 parent 74221a3 commit 49808d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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: v3.1.0
3+
rev: v3.2.2
44
hooks:
55
- id: pyupgrade
66
args: [--py38-plus]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"aiofiles==22.1.0",
2525
"autoflake==2.0.0",
2626
"isort==5.10.1",
27-
"pyupgrade==3.1.0",
27+
"pyupgrade==3.2.2",
2828
"reorder-python-imports==3.9.0",
2929
]
3030

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==22.1.0
22
autoflake==2.0.0
33
isort==5.10.1
4-
pyupgrade==3.1.0
4+
pyupgrade==3.2.2
55
reorder-python-imports==3.9.0

0 commit comments

Comments
 (0)