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 c2e9663 commit 60b0743Copy full SHA for 60b0743
pyproject.toml
@@ -24,13 +24,13 @@ cached-property = "^1.5.2; python_version<'3.8'"
24
Jinja2 = ">=2.11.2, <4.0"
25
26
[tool.poetry.dev-dependencies]
27
-mkdocs-material = ">=6.0.2, <8"
+mkdocs-material = ">=6.0.2, <9.0"
28
pytest = "^6.1.2"
29
-pytest-golden = "^0.2.0"
30
-black = "^20.8b1"
+pytest-golden = ">=0.2.0"
+black = ">=20.8b1"
31
isort = "^5.6.4"
32
autoflake = "^1.4"
33
-pytype = {version = ">=2020.10.8", markers = "python_version>='3.6' and python_version<'3.9' and sys_platform!='win32'"} # Skip on Windows
+pytype = {version = ">=2021.04.15", markers = "python_version>='3.6' and python_version<'3.9' and sys_platform!='win32'"} # Skip on Windows
34
35
[tool.black]
36
line-length = 100
0 commit comments