diff options
Diffstat (limited to 'devel/py-poetry/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-poetry/files/patch-pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-poetry/files/patch-pyproject.toml b/devel/py-poetry/files/patch-pyproject.toml index 29be3f10b447..95a2636d41f1 100644 --- a/devel/py-poetry/files/patch-pyproject.toml +++ b/devel/py-poetry/files/patch-pyproject.toml @@ -1,8 +1,8 @@ --- pyproject.toml.orig 1970-01-01 00:00:00 UTC +++ pyproject.toml -@@ -12,7 +12,7 @@ dependencies = [ - "fastjsonschema (>=2.18.0,<3.0.0)", - "importlib-metadata (>=4.4) ; python_version < '3.10'", +@@ -14,7 +14,7 @@ dependencies = [ + # which requires some adaptions to our code. + "importlib-metadata (>=4.4,<8.7) ; python_version < '3.10'", "installer (>=0.7.0,<0.8.0)", - "keyring (>=25.1.0,<26.0.0)", + "keyring (>=23.9.0,<26.0.0)", |