From 60fc72b28edd5bcea6797e32e1475164f4bc4128 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Sat, 10 Dec 2022 15:21:29 +0000 Subject: [PATCH 1/2] Add lockfile as an explicit dependency --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 49c84d8f5b0..b5d1d5dd642 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1828,4 +1828,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "c1c21f02e493ffbfd622bec8546c83edad08325b957851dd3f9a287867ce24a4" +content-hash = "7b52d7192276e1e1ab4667723a0911fbecd54bbf3ed1cd2621a654bb121eb49f" diff --git a/pyproject.toml b/pyproject.toml index 59b21880ee1..b7c267fc76f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ poetry-core = "1.4.0" poetry-plugin-export = "^1.2.0" "backports.cached-property" = { version = "^1.0.2", python = "<3.8" } cachecontrol = { version = "^0.12.9", extras = ["filecache"] } +lockfile = "^0.12.2" cleo = "^2.0.0" crashtest = "^0.4.1" dulwich = "^0.20.46" From c4294060c564513d19195745b5a9c0b258b3a1ad Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Sun, 11 Dec 2022 01:15:20 +0000 Subject: [PATCH 2/2] Sort pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7c267fc76f..9879a2a7b63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,6 @@ poetry-core = "1.4.0" poetry-plugin-export = "^1.2.0" "backports.cached-property" = { version = "^1.0.2", python = "<3.8" } cachecontrol = { version = "^0.12.9", extras = ["filecache"] } -lockfile = "^0.12.2" cleo = "^2.0.0" crashtest = "^0.4.1" dulwich = "^0.20.46" @@ -60,6 +59,7 @@ html5lib = "^1.0" importlib-metadata = { version = "^4.4", python = "<3.10" } jsonschema = "^4.10.0" keyring = "^23.9.0" +lockfile = "^0.12.2" # packaging uses calver, so version is unclamped packaging = ">=20.4" pexpect = "^4.7.0"