Skip to content

Commit 094e9a6

Browse files
committed
Bump test dependencies
1 parent c62d670 commit 094e9a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ docs = [
3434
"sphinx-rtd-theme>=1.2",
3535
"sphinx-autodoc-typehints>=1.12",
3636
]
37-
mypy = ["mypy==1.11.1"]
37+
mypy = ["mypy==1.15.0"]
3838
pyright = ["pyright==1.1.394"]
3939
ruff = ["ruff==0.9.6"]
4040
tests = [
41-
"coverage[toml]>=7.4.1",
42-
"pytest>=7.4.4",
43-
"pytest-cov>=4.1",
44-
"pytest-httpx==0.35.0",
45-
"pytest-watcher>=0.4.1",
41+
"coverage>=7.6.12",
42+
"pytest>=8.3.4",
43+
"pytest-cov>=6.0.0",
44+
"pytest-httpx>=0.35.0",
45+
"pytest-watcher>=0.4.3",
4646
]
4747

4848

0 commit comments

Comments
 (0)