We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c55143 commit b921ad7Copy full SHA for b921ad7
1 file changed
pyproject.toml
@@ -28,17 +28,17 @@ dependencies = [
28
29
[project.optional-dependencies]
30
typing = [
31
- "types-requests~=2.32.4",
+ "types-requests~=2.33.0.20260712",
32
]
33
dev = [
34
- "mypy~=1.19.0",
35
+ "mypy~=2.2.0",
36
"ruff~=0.15.0",
37
- "pre-commit~=4.5.0",
+ "pre-commit~=4.6.0",
38
"pytest~=9.0",
39
- "pytest-asyncio~=1.3.0",
+ "pytest-asyncio~=1.4.0",
40
"pytest-mock~=3.15.0",
41
- "pytest-cov~=6.0",
+ "pytest-cov~=7.1.0",
42
43
44
[project.urls]
0 commit comments