Skip to content

Commit 3390965

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/cache-4.2.4
2 parents cb89c67 + db77933 commit 3390965

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
@@ -39,7 +39,7 @@ black = [
3939
"black==25.1.0",
4040
]
4141
ruff = [
42-
"ruff==0.12.7",
42+
"ruff==0.12.8",
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.7
1+
ruff==0.12.8

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
22
mypy==1.17.1
33
pre-commit==4.2.0
4-
pylint==3.3.7
4+
pylint==3.3.8
55
pytest==8.4.1
66
pytest-asyncio==1.1.0
7-
types-aiofiles==24.1.0.20250801
7+
types-aiofiles==24.1.0.20250809

0 commit comments

Comments
 (0)