From 40cd92bd4ff2c71c97135b77ba335e9d95a7cb00 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Sat, 29 Jan 2022 14:45:55 +0800 Subject: [PATCH] relax the version contraint for pdm-pep517 --- pdm.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pdm.lock b/pdm.lock index 46fb53bddb..b25c5c7c1b 100644 --- a/pdm.lock +++ b/pdm.lock @@ -271,7 +271,7 @@ dependencies = [ [[package]] name = "pdm-pep517" -version = "0.9.2" +version = "0.10.2" requires_python = ">=3.6" summary = "A PEP 517 backend for PDM that supports PEP 621 metadata" @@ -577,7 +577,7 @@ summary = "Backport of pathlib-compatible object wrapper for zip files" [metadata] lock_version = "3.1" -content_hash = "sha256:73dbc9aff52160a08575777f159a6bf2d9998e1a21199dae6cde29d467c7b3d7" +content_hash = "sha256:c844a17ad1f6f94f2c957bcf78a041e16a40a9bfb5fbde42803989b083a6edad" [metadata.files] "arpeggio 1.10.2" = [ @@ -821,9 +821,9 @@ content_hash = "sha256:73dbc9aff52160a08575777f159a6bf2d9998e1a21199dae6cde29d46 {file = "parver-0.3.1-py2.py3-none-any.whl", hash = "sha256:41a548c51b006a2f2522b54293cbfd2514bffa10774ece8430c9964a20cbd8b4"}, {file = "parver-0.3.1.tar.gz", hash = "sha256:c902e0653bcce927cc156a7fd9b3a51924cbce3bf3d0bfd49fc282bfd0c5dfd3"}, ] -"pdm-pep517 0.9.2" = [ - {file = "pdm_pep517-0.9.2-py3-none-any.whl", hash = "sha256:6419c1cf47ce5e4910f8c45fbc56e56bf3eabe16f0b539e7ae3f479b70ddca04"}, - {file = "pdm-pep517-0.9.2.tar.gz", hash = "sha256:0190934efbc072fef4d93c547c602fb5a4bd6bb9e65a77138beaa2ea8d975408"}, +"pdm-pep517 0.10.2" = [ + {file = "pdm_pep517-0.10.2-py3-none-any.whl", hash = "sha256:f4ae4d3aceefe2d8e41d2a6da417adc70102a7d2bc0965b88a79d1caadbe6259"}, + {file = "pdm-pep517-0.10.2.tar.gz", hash = "sha256:83bb71a7588df69ea0d77dc6524741c3a1af54ad5f421341428de648bfc03a29"}, ] "pep517 0.11.0" = [ {file = "pep517-0.11.0-py2.py3-none-any.whl", hash = "sha256:3fa6b85b9def7ba4de99fb7f96fe3f02e2d630df8aa2720a5cf3b183f087a738"}, diff --git a/pyproject.toml b/pyproject.toml index 9a0e70a854..f624d5a1c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "importlib-metadata; python_version < \"3.8\"", "installer~=0.3.0", "packaging", - "pdm-pep517>=0.9,<0.10", + "pdm-pep517>=0.9,<0.11", "pep517>=0.11.0", "pip>=20.1", "platformdirs",