diff --git a/poetry.lock b/poetry.lock index 74eb825a1df..720954f3a52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -974,7 +974,7 @@ testing = ["pathlib2", "unittest2", "jaraco.itertools", "func-timeout"] [metadata] lock-version = "1.1" python-versions = "~2.7 || ^3.5" -content-hash = "8c83ff77ac7763f13d4d0f73723b2cffe9236f8eb0a56e571c4e04cd3dc39f5a" +content-hash = "70e35c602ca490dcb9a13e83f8d9403990491b6ea258e4e4d44eecbc06bb8bff" [metadata.files] appdirs = [ diff --git a/pyproject.toml b/pyproject.toml index 55efb1f9697..544d82981b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ [tool.poetry.dependencies] python = "~2.7 || ^3.5" -poetry-core = "^1.0.2" +poetry-core = "~1.0.2" cleo = "^0.8.1" clikit = "^0.6.2" crashtest = { version = "^0.3.0", python = "^3.6" }