Skip to content

Commit d5cf739

Browse files
committed
build: update test dependencies
1 parent 0d987b4 commit d5cf739

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ recommended = [
4343
"setuptools",
4444
]
4545
test = [
46-
# "beartype >= 0.20.0rc0", # PLANNED: requires support for TYPE_CHECKING https://github.com/beartype/beartype/issues/477
46+
"beartype >= 0.21.0",
4747
"pytest >= 8.3.4",
48-
# "pytest-beartype >= 0.1.1",
49-
"pytest-cov >= 6.0.0",
50-
"syrupy >= 4.7.2",
48+
"pytest-beartype >= 0.2.0",
49+
"pytest-cov >= 6.2.1",
50+
"syrupy >= 4.9.1",
5151
]
5252

5353
[project.urls]
@@ -196,7 +196,7 @@ extras = ["test"]
196196

197197
[tool.tox.env."py312-type"]
198198
commands = [["mypy", "./mdformat_mkdocs", {default = [], extend = true, replace = "posargs"}]]
199-
deps = ["mypy>=1.13.0"]
199+
deps = ["mypy>=1.17.1"]
200200

201201
[tool.tox.env."py39-hook"]
202202
commands = [["pre-commit", "run", "--config=.pre-commit-test.yaml", "--all-files", {default = ["--show-diff-on-failure", "--verbose"], extend = true, replace = "posargs"}]]

0 commit comments

Comments
 (0)