Skip to content

Commit 1db5cde

Browse files
authored
chore: update dev deps (#282)
1 parent e51ad0b commit 1db5cde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ more_itertools = ">=10.0.0"
5151
build = "~1.2.0"
5252
griffe = "~1.2.0"
5353
ipdb = "~0.13.0"
54-
mypy = "~1.11.0"
55-
pre-commit = "~3.8.0"
54+
mypy = "~1.13.0"
55+
pre-commit = "~4.0.0"
5656
pydoc-markdown = "~4.8.0"
5757
pytest = "~8.3.0"
5858
pytest-asyncio = "~0.24.0"
@@ -61,8 +61,8 @@ pytest-only = "~2.1.0"
6161
pytest-timeout = "~2.3.0"
6262
pytest-xdist = "~3.6.0"
6363
redbaron = "~0.9.0"
64-
ruff = "~0.6.0"
65-
setuptools = "~74.0.0" # setuptools are used by pytest but not explicitly required
64+
ruff = "~0.7.0"
65+
setuptools = "~75.0.0" # setuptools are used by pytest but not explicitly required
6666

6767
[tool.ruff]
6868
line-length = 150

0 commit comments

Comments
 (0)