We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62d670 commit 094e9a6Copy full SHA for 094e9a6
1 file changed
pyproject.toml
@@ -34,15 +34,15 @@ docs = [
34
"sphinx-rtd-theme>=1.2",
35
"sphinx-autodoc-typehints>=1.12",
36
]
37
-mypy = ["mypy==1.11.1"]
+mypy = ["mypy==1.15.0"]
38
pyright = ["pyright==1.1.394"]
39
ruff = ["ruff==0.9.6"]
40
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",
+ "coverage>=7.6.12",
+ "pytest>=8.3.4",
+ "pytest-cov>=6.0.0",
+ "pytest-httpx>=0.35.0",
+ "pytest-watcher>=0.4.3",
46
47
48
0 commit comments