Skip to content

Commit 7634bea

Browse files
authored
Merge branch 'main' into dependabot/pip/pyupgrade-3.19.1
2 parents b510d11 + 9945e2d commit 7634bea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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_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

0 commit comments

Comments
 (0)