From 138a1215a3f0562a56c666c244d8f25a8e874e5b Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 5 Dec 2024 09:42:44 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=F0=9F=93=A6=20Pin=20`pkginfo`=20to?= =?UTF-8?q?=20v1.12=20@=20runtime=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: William Woodruff --- requirements/runtime.in | 5 +++++ requirements/runtime.txt | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/requirements/runtime.in b/requirements/runtime.in index cd43891..63d2a7d 100644 --- a/requirements/runtime.in +++ b/requirements/runtime.in @@ -1,5 +1,10 @@ twine ~= 6.0 +# NOTE: 1.12.0 and later enable support for metadata 2.4 +# NOTE: This can be dropped once twine stops using pkginfo +# Ref: https://github.com/pypa/twine/pull/1180 +pkginfo ~= 1.12.0 + # NOTE: Used to detect an ambient OIDC credential for OIDC publishing, # NOTE: as well as PEP 740 attestations. id ~= 1.0 diff --git a/requirements/runtime.txt b/requirements/runtime.txt index d50cb0a..638b3cf 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -66,8 +66,10 @@ packaging==24.1 # -r runtime.in # pypi-attestations # twine -pkginfo==1.10.0 - # via twine +pkginfo==1.12.0 + # via + # -r runtime.in + # twine platformdirs==4.2.2 # via sigstore pyasn1==0.6.0