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 23bd93d commit cf529d8Copy full SHA for cf529d8
pyproject.toml
@@ -23,7 +23,7 @@ dynamic = ["version"]
23
dependencies = ["typing_extensions>=4.0.1"]
24
25
[project.optional-dependencies]
26
-test = ["pytest>=7.0,<7.2", "pytest-mock", "pre-commit", "argcomplete>=2.0", "pytest-mypy-testing", "mypy @ git+https://github.com/python/mypy.git@cb1d1a0baba37f35268cb605b7345726f257f960#egg=mypy"]
+test = ["pytest>=7.0,<7.5", "pytest-mock", "pre-commit", "argcomplete>=2.0", "pytest-mypy-testing", "mypy @ git+https://github.com/python/mypy.git@cb1d1a0baba37f35268cb605b7345726f257f960#egg=mypy"]
27
docs = [
28
"myst-parser",
29
"pydata-sphinx-theme",
0 commit comments