Skip to content

Commit f1e29f2

Browse files
Bump pyupgrade from 3.21.0 to 3.21.1 (#703)
Co-authored-by: Marc Mueller <[email protected]>
1 parent 588526b commit f1e29f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.20.0
3+
rev: v3.21.1
44
hooks:
55
- id: pyupgrade
66
args: [--py310-plus]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"aiofiles==25.1.0",
2727
"autoflake==2.3.1",
2828
"isort==6.1.0",
29-
"pyupgrade==3.21.0",
29+
"pyupgrade==3.21.1",
3030
"reorder-python-imports==3.16.0",
3131
]
3232

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==25.1.0
22
autoflake==2.3.1
33
isort==6.1.0
4-
pyupgrade==3.21.0
4+
pyupgrade==3.21.1
55
reorder-python-imports==3.16.0

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ isort==6.1.0
33
mccabe==0.7.0
44
pycodestyle==2.14.0
55
pyflakes==3.4.0
6-
pyupgrade==3.21.0
6+
pyupgrade==3.21.1

0 commit comments

Comments
 (0)