Skip to content

Commit 935ca9e

Browse files
authored
Merge branch 'main' into dependabot/pip/black-26.5.0
2 parents 7c24a59 + f0574f2 commit 935ca9e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ black = [
3838
"black==26.5.0",
3939
]
4040
ruff = [
41-
"ruff==0.15.12",
41+
"ruff==0.15.13",
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.15.12
1+
ruff==0.15.13

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==2.0.0
1+
mypy==2.1.0
22
pre-commit==4.6.0
33
pylint==4.0.5
44
pytest==9.0.3

0 commit comments

Comments
 (0)