From aa7bb6b7f349ed6a8a06696bbb149179722df4ff Mon Sep 17 00:00:00 2001 From: Kent Ou <84220825+kentnsw@users.noreply.github.com> Date: Sun, 12 Dec 2021 00:23:54 +1100 Subject: [PATCH] sync with upstream poetry lock --- poetry.lock | 14 -------------- pyproject.toml | 3 +-- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6ffb8c1c8ba..8f44dc5c302 100644 --- a/poetry.lock +++ b/poetry.lock @@ -653,17 +653,6 @@ python-versions = ">=3.7" [package.extras] idna2008 = ["idna"] -[[package]] -name = "rope" -version = "0.21.0" -description = "a python refactoring library..." -category = "dev" -optional = false -python-versions = "*" - -[package.extras] -dev = ["pytest", "pytest-timeout"] - [[package]] name = "s3transfer" version = "0.5.1" @@ -1279,9 +1268,6 @@ rfc3986 = [ {file = "rfc3986-2.0.0-py2.py3-none-any.whl", hash = "sha256:50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd"}, {file = "rfc3986-2.0.0.tar.gz", hash = "sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c"}, ] -rope = [ - {file = "rope-0.21.0.tar.gz", hash = "sha256:366789e069a267296889b2ee7631f9278173b5e7d468f2ea08abe26069a52aef"}, -] s3transfer = [ {file = "s3transfer-0.5.1-py3-none-any.whl", hash = "sha256:25c140f5c66aa79e1ac60be50dcd45ddc59e83895f062a3aab263b870102911f"}, {file = "s3transfer-0.5.1.tar.gz", hash = "sha256:69d264d3e760e569b78aaa0f22c97e955891cd22e32b10c51f784eeda4d9d10a"}, diff --git a/pyproject.toml b/pyproject.toml index 1d52760ed49..5e4acf934d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,6 @@ psutil = "^5.7.0" twine = "^3.1.1" pytest-sugar = "^0.9.2" click = "^8.0" -rope = "^0.21.0" [tool.black] -skip-string-normalization = true +skip-string-normalization = true \ No newline at end of file