Skip to content

Commit f519f2f

Browse files
authored
Merge branch 'main' into dependabot/pip/pytest-9.0.0
2 parents 981842f + b25ef96 commit f519f2f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements_test_pre_commit.txt
22
mypy==1.18.2
3-
pre-commit==4.3.0
4-
pylint==3.3.9
3+
pre-commit==4.4.0
4+
pylint==4.0.2
55
pytest==9.0.0
6-
pytest-asyncio==1.2.0
6+
pytest-asyncio==1.3.0
77
types-aiofiles==25.1.0.20251011

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)