Skip to content

Commit 138a121

Browse files
woodruffwwebknjaz
authored andcommitted
📌📦 Pin pkginfo to v1.12 @ runtime deps
Signed-off-by: William Woodruff <[email protected]>
1 parent ff2b051 commit 138a121

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

requirements/runtime.in

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
twine ~= 6.0
22

3+
# NOTE: 1.12.0 and later enable support for metadata 2.4
4+
# NOTE: This can be dropped once twine stops using pkginfo
5+
# Ref: https://github.com/pypa/twine/pull/1180
6+
pkginfo ~= 1.12.0
7+
38
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
49
# NOTE: as well as PEP 740 attestations.
510
id ~= 1.0

requirements/runtime.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ packaging==24.1
6666
# -r runtime.in
6767
# pypi-attestations
6868
# twine
69-
pkginfo==1.10.0
70-
# via twine
69+
pkginfo==1.12.0
70+
# via
71+
# -r runtime.in
72+
# twine
7173
platformdirs==4.2.2
7274
# via sigstore
7375
pyasn1==0.6.0

0 commit comments

Comments
 (0)