Skip to content

Commit b4dce37

Browse files
authored
Merge branch 'main' into dependabot/pip/pytest-8.4.0
2 parents 81de22f + d06cfde commit b4dce37

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.11.12",
42+
"ruff==0.11.13",
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.11.12
1+
ruff==0.11.13

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pre-commit==4.2.0
44
pylint==3.3.7
55
pytest==8.4.0
66
pytest-asyncio==1.0.0
7-
types-aiofiles==24.1.0.20250516
7+
types-aiofiles==24.1.0.20250606

0 commit comments

Comments
 (0)