Skip to content

Commit f17d495

Browse files
committed
update: dependencies
1 parent 70e3fe0 commit f17d495

2 files changed

Lines changed: 40 additions & 40 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ dependencies = [
3535

3636
[dependency-groups]
3737
dev = [
38-
"pytest>=9.0.1",
39-
"black>=25.11.0",
40-
"pytest-cov>=7.0.0",
38+
"pytest>=9.0.2",
39+
"black>=26.3.1",
40+
"pytest-cov>=7.1.0",
4141
"anyio>=4",
4242
"pre-commit>=4",
4343
"mypy>=1",
4444
"pytest-xdist[psutil]>=3",
45-
"ruff>=0.9.9",
45+
"ruff>=0.15.0",
4646
]
4747

4848
[project.urls]
@@ -115,8 +115,8 @@ lint.ignore = [
115115
"D106", # Missing docstring in public nested class
116116
"SLF001", # Private member accessed
117117
]
118-
exclude = [".venv/"]
119118
lint.mccabe = { max-complexity = 10 }
119+
exclude = [".venv/"]
120120
line-length = 88
121121

122122
[tool.ruff.lint.per-file-ignores]

uv.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)