Skip to content

Commit 29ee8ca

Browse files
committed
Upgrade tuf (and related dependencies)
1 parent fce107e commit 29ee8ca

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

action-constraints.txt

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
appdirs==1.4.4
10-
# via sigstore
119
azure-core==1.32.0
1210
# via
1311
# azure-identity
@@ -30,9 +28,7 @@ cachetools==5.5.0
3028
certifi==2024.8.30
3129
# via requests
3230
cffi==1.17.1
33-
# via
34-
# cryptography
35-
# pynacl
31+
# via cryptography
3632
charset-normalizer==3.4.0
3733
# via requests
3834
click==8.1.7
@@ -105,6 +101,8 @@ msal-extensions==1.2.0
105101
# via azure-identity
106102
multidict==6.1.0
107103
# via grpclib
104+
platformdirs==4.3.6
105+
# via sigstore
108106
portalocker==2.10.1
109107
# via msal-extensions
110108
proto-plus==1.25.0
@@ -123,11 +121,12 @@ pyasn1==0.6.1
123121
# via
124122
# pyasn1-modules
125123
# rsa
124+
# sigstore
126125
pyasn1-modules==0.4.1
127126
# via google-auth
128127
pycparser==2.22
129128
# via cffi
130-
pydantic==2.10.1
129+
pydantic==2.10.2
131130
# via
132131
# id
133132
# sigstore
@@ -136,13 +135,11 @@ pydantic-core==2.27.1
136135
# via pydantic
137136
pygments==2.18.0
138137
# via rich
139-
pyjwt==2.10.0
138+
pyjwt==2.10.1
140139
# via
141140
# msal
142141
# sigstore
143-
pynacl==1.5.0
144-
# via securesystemslib
145-
pyopenssl==24.2.1
142+
pyopenssl==24.3.0
146143
# via sigstore
147144
python-dateutil==2.9.0.post0
148145
# via
@@ -156,28 +153,29 @@ requests==2.32.3
156153
# msal
157154
# sigstore
158155
# tuf
156+
rfc8785==0.1.4
157+
# via sigstore
159158
rich==13.9.4
160159
# via sigstore
161160
rsa==4.9
162161
# via google-auth
163162
s3transfer==0.10.4
164163
# via boto3
165-
securesystemslib==0.31.0
164+
securesystemslib==1.2.0
166165
# via
167-
# sigstore
168166
# tuf
169167
# tuf-on-ci (repo/pyproject.toml)
170-
sigstore==2.1.5
168+
sigstore==3.5.3
171169
# via securesystemslib
172170
sigstore-protobuf-specs==0.3.2
173171
# via sigstore
174-
sigstore-rekor-types==0.0.11
172+
sigstore-rekor-types==0.0.13
175173
# via sigstore
176174
six==1.16.0
177175
# via
178176
# azure-core
179177
# python-dateutil
180-
tuf==3.1.1
178+
tuf==5.1.0
181179
# via
182180
# sigstore
183181
# tuf-on-ci (repo/pyproject.toml)

repo/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ name = "tuf-on-ci"
1111
description = "TUF-on-CI repository tools, intended to be executed on a CI system"
1212
readme = "README.md"
1313
dependencies = [
14-
"securesystemslib[awskms, azurekms, gcpkms, sigstore, pynacl] ~= 0.31.0",
15-
"tuf ~= 3.1",
14+
"securesystemslib[awskms, azurekms, gcpkms, sigstore] ~= 1.2",
15+
"tuf ~= 5.1",
1616
"click ~= 8.1",
1717
]
1818
requires-python = ">=3.10"

signer/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name = "tuf-on-ci-sign"
77
description = "Signing tools for TUF-on-CI"
88
readme = "README.md"
99
dependencies = [
10-
"packaging >= 23.2,< 25.0",
10+
"packaging ~= 24.0",
1111
"platformdirs ~= 4.2",
12-
"securesystemslib[awskms,azurekms,gcpkms,hsm,sigstore] ~= 0.31.0",
13-
"tuf ~= 3.1",
12+
"securesystemslib[awskms,azurekms,gcpkms,hsm,sigstore] ~= 1.2",
13+
"tuf ~= 5.1",
1414
"click ~= 8.1",
1515
]
1616
requires-python = ">=3.9"

0 commit comments

Comments
 (0)