Skip to content

Commit 533ca62

Browse files
Bump pyupgrade from 3.0.0 to 3.1.0 (#245)
Co-authored-by: Marc Mueller <[email protected]>
1 parent 629c8cb commit 533ca62

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.0.0
3+
rev: v3.1.0
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
# Custom autoflake version to parse 3.10 syntax
2525
"autoflake @ git+https://github.com/cdce8p/[email protected]",
2626
"isort==5.10.1",
27-
"pyupgrade==3.0.0",
27+
"pyupgrade==3.1.0",
2828
"reorder-python-imports==3.8.3",
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 @ git+https://github.com/cdce8p/[email protected]
33
isort==5.10.1
4-
pyupgrade==3.0.0
4+
pyupgrade==3.1.0
55
reorder-python-imports==3.8.3

0 commit comments

Comments
 (0)