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 Dec 11, 2021
1 parent a013fee commit 2bd4ed1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ section-index = "mkdocs_section_index.plugin:SectionIndexPlugin"
[tool.poetry.dependencies]
python = "^3.6"
mkdocs = "^1.1"
dataclasses = {version = ">=0.7", python = "<3.7"}
dataclasses = {version = ">=0.7, <1.0", python = "<3.7"}

[tool.poetry.dev-dependencies]
pytest = "^6.1.2"
pytest-golden = "^0.1.0"
pytest-golden = ">=0.2.0"
testfixtures = "^6.15.0"
MechanicalSoup = "^0.12.0"
black = "^20.8b1"
MechanicalSoup = ">=0.12.0, <1.0"
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
mkdocs-material = "^6.1.5"
pytype = {version = ">=2021.04.15", markers = "python_version>='3.6' and python_version<'3.10' and sys_platform!='win32'"} # Skip on Windows
mkdocs-material = ">=6.1.5, <9.0"

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

0 comments on commit 2bd4ed1

Please sign in to comment.