Skip to content

Commit 0bd07a8

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-6.0.1
2 parents 7dd75d8 + 4289053 commit 0bd07a8

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
@@ -38,7 +38,7 @@ black = [
3838
"black==25.11.0",
3939
]
4040
ruff = [
41-
"ruff==0.14.7",
41+
"ruff==0.14.8",
4242
]
4343

4444
[project.scripts]

requirements_ruff.txt

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

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
mypy==1.19.0
33
pre-commit==4.5.0
44
pylint==4.0.4
5-
pytest==9.0.1
5+
pytest==9.0.2
66
pytest-asyncio==1.3.0
77
types-aiofiles==25.1.0.20251011

0 commit comments

Comments
 (0)