File tree 3 files changed +8
-11
lines changed
3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 14
14
# #
15
15
###############################################################################
16
16
17
- # NOTE: 1.12.0 and later enable support for metadata 2.4
18
- # NOTE: This can be dropped once twine stops using pkginfo
17
+ # NOTE: Twine 6.1 needs packaging 24.2 to support metadata 2.4
19
18
# Ref: https://github.com/pypa/twine/pull/1180
20
- pkginfo >= 1.12.0
19
+ packaging >= 24.2
Original file line number Diff line number Diff line change 1
1
-c runtime-constraints.in # limits known broken versions
2
2
3
- # NOTE: v6 is needed to support metadata v2.4
4
- twine >= 6.0
3
+ # NOTE: v6.1 is needed to support metadata v2.4 including PEP 639
4
+ twine >= 6.1
5
5
6
6
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
7
7
# NOTE: as well as PEP 740 attestations.
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ id==1.4.0
38
38
# via
39
39
# -r runtime.in
40
40
# sigstore
41
+ # twine
41
42
idna==3.7
42
43
# via
43
44
# email-validator
@@ -66,15 +67,12 @@ multidict==6.0.5
66
67
# via grpclib
67
68
nh3==0.2.17
68
69
# via readme-renderer
69
- packaging==24.1
70
+ packaging==24.2
70
71
# via
72
+ # -c runtime-constraints.in
71
73
# -r runtime.in
72
74
# pypi-attestations
73
75
# twine
74
- pkginfo==1.12.0
75
- # via
76
- # -c runtime-constraints.in
77
- # twine
78
76
platformdirs==4.2.2
79
77
# via sigstore
80
78
pyasn1==0.6.0
@@ -141,7 +139,7 @@ six==1.16.0
141
139
# via python-dateutil
142
140
tuf==5.0.0
143
141
# via sigstore
144
- twine==6.0.1
142
+ twine==6.1.0
145
143
# via -r runtime.in
146
144
typing-extensions==4.11.0
147
145
# via
You can’t perform that action at this time.
0 commit comments