Skip to content

Commit

Permalink
Remove upper bounds from most dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Dec 29, 2021
1 parent 2bd4ed1 commit 94a1c1a
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 @@ -17,15 +17,15 @@ mkdocs = "^1.1"
dataclasses = {version = ">=0.7, <1.0", python = "<3.7"}

[tool.poetry.dev-dependencies]
pytest = "^6.1.2"
pytest = ">=6.1.2"
pytest-golden = ">=0.2.0"
testfixtures = "^6.15.0"
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, <9.0"
mkdocs-material = ">=6.1.5"

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

0 comments on commit 94a1c1a

Please sign in to comment.