Skip to content

Commit f0d813d

Browse files
authored
Merge branch 'main' into dependabot/github_actions/softprops/action-gh-release-2.3.4
2 parents f4e32f7 + c0c6c5b commit f0d813d

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.9.0",
4040
]
4141
ruff = [
42-
"ruff==0.13.2",
42+
"ruff==0.13.3",
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.13.2
1+
ruff==0.13.3

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements_test_pre_commit.txt
22
mypy==1.18.2
33
pre-commit==4.3.0
4-
pylint==3.3.8
4+
pylint==3.3.9
55
pytest==8.4.2
66
pytest-asyncio==1.2.0
77
types-aiofiles==24.1.0.20250822

0 commit comments

Comments
 (0)