summaryrefslogtreecommitdiff
path: root/devel/py-poetry/files/patch-pyproject.toml
blob: 29be3f10b447ee050829e5f5098fa564857bbbdc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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'",
     "installer (>=0.7.0,<0.8.0)",
-    "keyring (>=25.1.0,<26.0.0)",
+    "keyring (>=23.9.0,<26.0.0)",
     # packaging uses calver, so version is unclamped
     "packaging (>=24.0)",
     "pkginfo (>=1.12,<2.0)",