Skip to content

Commit 7f6c684

Browse files
authored
Merge branch 'main' into dependabot/pip/pytest-asyncio-1.2.0
2 parents 7a84f3c + 13e9710 commit 7f6c684

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
@@ -39,7 +39,7 @@ black = [
3939
"black==25.1.0",
4040
]
4141
ruff = [
42-
"ruff==0.12.12",
42+
"ruff==0.13.0",
4343
]
4444

4545
[project.scripts]

requirements_ruff.txt

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

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.17.1
2+
mypy==1.18.1
33
pre-commit==4.3.0
44
pylint==3.3.8
55
pytest==8.4.2

0 commit comments

Comments
 (0)