From 7bb935888a8c61ec60a7dfcc0d70aec0fa1f4d40 Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Wed, 30 Sep 2020 22:37:34 +0200 Subject: [PATCH] Bump poetry-core to 1.0.0rc3 --- poetry.lock | 18 ++++-------------- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/poetry.lock b/poetry.lock index a3b7fdd7548..cca9e6bdf05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -458,14 +458,6 @@ python-versions = "*" [package.dependencies] six = ">=1.0.0,<2.0.0" -[[package]] -name = "more-itertools" -version = "8.4.0" -description = "More routines for operating on iterables, beyond itertools" -category = "dev" -optional = false -python-versions = ">=3.5" - [[package]] name = "more-itertools" version = "8.5.0" @@ -560,7 +552,7 @@ dev = ["pre-commit", "tox"] [[package]] name = "poetry-core" -version = "1.0.0rc2" +version = "1.0.0rc3" description = "Poetry PEP 517 Build Backend" category = "main" optional = false @@ -982,7 +974,7 @@ testing = ["pathlib2", "unittest2", "jaraco.itertools", "func-timeout"] [metadata] lock-version = "1.1" python-versions = "~2.7 || ^3.5" -content-hash = "147ef9a61f96f4943c6c8f48cb6d0863b6f614612cf658dbb60e0546e4e7d349" +content-hash = "d97a19b321b206d7098b165c7285e3a3db28c3ae9b6a17349dd51b605a55223b" [metadata.files] appdirs = [ @@ -1226,8 +1218,6 @@ more-itertools = [ {file = "more-itertools-5.0.0.tar.gz", hash = "sha256:38a936c0a6d98a38bcc2d03fdaaedaba9f412879461dd2ceff8d37564d6522e4"}, {file = "more_itertools-5.0.0-py2-none-any.whl", hash = "sha256:c0a5785b1109a6bd7fac76d6837fd1feca158e54e521ccd2ae8bfe393cc9d4fc"}, {file = "more_itertools-5.0.0-py3-none-any.whl", hash = "sha256:fe7a7cae1ccb57d33952113ff4fa1bc5f879963600ed74918f1236e212ee50b9"}, - {file = "more-itertools-8.4.0.tar.gz", hash = "sha256:68c70cc7167bdf5c7c9d8f6954a7837089c6a36bf565383919bb595efb8a17e5"}, - {file = "more_itertools-8.4.0-py3-none-any.whl", hash = "sha256:b78134b2063dd214000685165d81c154522c3ee0a1c0d4d113c80361c234c5a2"}, {file = "more-itertools-8.5.0.tar.gz", hash = "sha256:6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20"}, {file = "more_itertools-8.5.0-py3-none-any.whl", hash = "sha256:9b30f12df9393f0d28af9210ff8efe48d10c94f73e5daf886f10c4b0b0b4f03c"}, ] @@ -1280,8 +1270,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] poetry-core = [ - {file = "poetry-core-1.0.0rc2.tar.gz", hash = "sha256:abbe4059433e6d51aff024986b19919319e084592203f17e5354e7c0a7dee6f4"}, - {file = "poetry_core-1.0.0rc2-py2.py3-none-any.whl", hash = "sha256:f536d59ee0be81f7c689a1a30e9894cb24abeb23f4ff4e2130583fca9863272d"}, + {file = "poetry-core-1.0.0rc3.tar.gz", hash = "sha256:0e3d23a4c5acc14c5f1703b12645692bf24461c8c8e3fff32ca80a5462beccdf"}, + {file = "poetry_core-1.0.0rc3-py2.py3-none-any.whl", hash = "sha256:2c9ee2b3f7b40047bafdc2239fbb9de73637edc07a9697a3a66ac15fe6b040f5"}, ] pre-commit = [ {file = "pre_commit-2.7.1-py2.py3-none-any.whl", hash = "sha256:810aef2a2ba4f31eed1941fc270e72696a1ad5590b9751839c90807d0fff6b9a"}, diff --git a/pyproject.toml b/pyproject.toml index dd556a305ac..a851e086588 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ [tool.poetry.dependencies] python = "~2.7 || ^3.5" -poetry-core = "^1.0.0rc2" +poetry-core = "^1.0.0rc3" cleo = "^0.8.1" clikit = "^0.6.2" crashtest = { version = "^0.3.0", python = "^3.6" }