Skip to content

Commit

Permalink
Bump dev deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Jan 21, 2022
1 parent 317a97d commit 253f737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ mkdocs = "^1.0.3"
[tool.poetry.dev-dependencies]
pytest = "^6.1.2"
pytest-golden = ">=0.2.0"
black = "^20.8b1"
black = ">=20.8b1"
isort = "^5.6.4"
autoflake = "^1.4"
pytype = {version = "^2021.04.15", markers = "python_version>='3.6' and python_version<'3.10' and sys_platform!='win32'"} # Skip on Windows
pytype = {version = ">=2021.04.15", markers = "python_version>='3.6' and python_version<'3.10' and sys_platform!='win32'"} # Skip on Windows

[tool.black]
line-length = 100
Expand Down

0 comments on commit 253f737

Please sign in to comment.