Skip to content

Commit e157d22

Browse files
authored
Merge branch 'main' into dependabot/pip/black-25.9.0
2 parents 6accf6e + b6bd3af commit e157d22

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

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

0 commit comments

Comments
 (0)