Skip to content

Commit 60b0743

Browse files
committed
Bump dev deps versions
1 parent c2e9663 commit 60b0743

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ cached-property = "^1.5.2; python_version<'3.8'"
2424
Jinja2 = ">=2.11.2, <4.0"
2525

2626
[tool.poetry.dev-dependencies]
27-
mkdocs-material = ">=6.0.2, <8"
27+
mkdocs-material = ">=6.0.2, <9.0"
2828
pytest = "^6.1.2"
29-
pytest-golden = "^0.2.0"
30-
black = "^20.8b1"
29+
pytest-golden = ">=0.2.0"
30+
black = ">=20.8b1"
3131
isort = "^5.6.4"
3232
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
33+
pytype = {version = ">=2021.04.15", markers = "python_version>='3.6' and python_version<'3.9' and sys_platform!='win32'"} # Skip on Windows
3434

3535
[tool.black]
3636
line-length = 100

0 commit comments

Comments
 (0)