Update poetry requirement to mitigate coming breaking API changes

Poetry 1.1 is due any day and when it does much of the functionality this
  module uses will be moved to poetry-core. Until this module is updated
  to use poetry-core 1.1 will be a breaking change
This commit is contained in:
2020-09-25 00:38:20 -04:00
parent 9db6838d94
commit b339e3d6d9
2 changed files with 7 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ poetry_installer = "tox_poetry_installer"
[tool.poetry.dependencies]
python = "^3.6"
poetry = "^1.0.0"
poetry = ">=1.0.0, <1.1.0"
tox = "^2.3.0 || ^3.0.0"
[tool.poetry.dev-dependencies]