Skip to content

Commit 2a80b0f

Browse files
Bump pyupgrade from 3.19.1 to 3.20.0 (#628)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
1 parent c4f2afd commit 2a80b0f

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"aiofiles==24.1.0",
2727
"autoflake==2.3.1",
2828
"isort==6.0.1",
29-
"pyupgrade==3.19.1",
29+
"pyupgrade==3.20.0",
3030
"reorder-python-imports==3.15.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==24.1.0
22
autoflake==2.3.1
33
isort==6.0.1
4-
pyupgrade==3.19.1
4+
pyupgrade==3.20.0
55
reorder-python-imports==3.15.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.0.1
33
mccabe==0.7.0
44
pycodestyle==2.13.0
55
pyflakes==3.3.2
6-
pyupgrade==3.19.1
6+
pyupgrade==3.20.0

0 commit comments

Comments
 (0)