Skip to content

Commit a10fb70

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-4.5.0
2 parents 1352091 + 70d7517 commit a10fb70

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"aiofiles==24.1.0",
2626
"autoflake==2.3.1",
2727
"isort==5.13.2",
28-
"pyupgrade==3.19.0",
28+
"pyupgrade==3.19.1",
2929
"reorder-python-imports==3.14.0",
3030
]
3131

@@ -37,7 +37,7 @@ black = [
3737
"black==24.10.0",
3838
]
3939
ruff = [
40-
"ruff==0.8.3",
40+
"ruff==0.8.4",
4141
]
4242

4343
[project.scripts]

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==5.13.2
4-
pyupgrade==3.19.0
4+
pyupgrade==3.19.1
55
reorder-python-imports==3.14.0

requirements_ruff.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruff==0.8.3
1+
ruff==0.8.4

requirements_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements_test_pre_commit.txt
2-
mypy==1.13.0
2+
mypy==1.14.0
33
pre-commit==4.0.1
44
pylint==3.3.2
55
pytest==8.3.4
66
pytest-asyncio==0.25.0
7-
types-aiofiles==24.1.0.20240626
7+
types-aiofiles==24.1.0.20241221

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ isort==5.13.2
33
mccabe==0.7.0
44
pycodestyle==2.12.1
55
pyflakes==3.2.0
6-
pyupgrade==3.19.0
6+
pyupgrade==3.19.1

0 commit comments

Comments
 (0)