File tree 3 files changed +4
-12
lines changed
3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 13
13
# remain in Git. #
14
14
# #
15
15
###############################################################################
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
19
- # Ref: https://github.com/pypa/twine/pull/1180
20
- pkginfo >= 1.12.0
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
@@ -71,10 +72,6 @@ packaging==24.1
71
72
# -r runtime.in
72
73
# pypi-attestations
73
74
# twine
74
- pkginfo==1.12.0
75
- # via
76
- # -c runtime-constraints.in
77
- # twine
78
75
platformdirs==4.2.2
79
76
# via sigstore
80
77
pyasn1==0.6.0
@@ -141,7 +138,7 @@ six==1.16.0
141
138
# via python-dateutil
142
139
tuf==5.0.0
143
140
# via sigstore
144
- twine==6.0.1
141
+ twine==6.1.0
145
142
# via -r runtime.in
146
143
typing-extensions==4.11.0
147
144
# via
You can’t perform that action at this time.
0 commit comments