Skip to content

Commit 10c3941

Browse files
authored
Merge branch 'main' into dependabot/pip/pytest-asyncio-0.25.1
2 parents 48fc351 + 47e29a3 commit 10c3941

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.4",
40+
"ruff==0.8.6",
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.4
1+
ruff==0.8.6

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements_test_pre_commit.txt
2-
mypy==1.14.0
2+
mypy==1.14.1
33
pre-commit==4.0.1
44
pylint==3.3.3
55
pytest==8.3.4

0 commit comments

Comments
 (0)