Skip to content

Commit d855846

Browse files
build(deps): bump the minimum-runtime-dependencies group across 2 directories with 3 updates
Updates the requirements on [securesystemslib[awskms,azurekms,gcpkms,pynacl,sigstore]](https://github.com/secure-systems-lab/securesystemslib), [tuf](https://github.com/theupdateframework/python-tuf) and [securesystemslib[awskms,azurekms,gcpkms,hsm,sigstore]](https://github.com/secure-systems-lab/securesystemslib) to permit the latest version. Updates `securesystemslib[awskms,azurekms,gcpkms,pynacl,sigstore]` to 1.1.0 - [Release notes](https://github.com/secure-systems-lab/securesystemslib/releases) - [Changelog](https://github.com/secure-systems-lab/securesystemslib/blob/main/CHANGELOG.md) - [Commits](secure-systems-lab/securesystemslib@v0.31.0...v1.1.0) Updates `tuf` to 5.1.0 - [Release notes](https://github.com/theupdateframework/python-tuf/releases) - [Changelog](https://github.com/theupdateframework/python-tuf/blob/develop/docs/CHANGELOG.md) - [Commits](theupdateframework/python-tuf@v3.1.0...v5.1.0) Updates `tuf` to 5.1.0 - [Release notes](https://github.com/theupdateframework/python-tuf/releases) - [Changelog](https://github.com/theupdateframework/python-tuf/blob/develop/docs/CHANGELOG.md) - [Commits](theupdateframework/python-tuf@v3.1.0...v5.1.0) Updates `securesystemslib[awskms,azurekms,gcpkms,hsm,sigstore]` to 1.1.0 - [Release notes](https://github.com/secure-systems-lab/securesystemslib/releases) - [Changelog](https://github.com/secure-systems-lab/securesystemslib/blob/main/CHANGELOG.md) - [Commits](secure-systems-lab/securesystemslib@v0.31.0...v1.1.0) --- updated-dependencies: - dependency-name: securesystemslib[awskms,azurekms,gcpkms,pynacl,sigstore] dependency-type: direct:production dependency-group: minimum-runtime-dependencies - dependency-name: tuf dependency-type: direct:production dependency-group: minimum-runtime-dependencies - dependency-name: tuf dependency-type: direct:production dependency-group: minimum-runtime-dependencies - dependency-name: securesystemslib[awskms,azurekms,gcpkms,hsm,sigstore] dependency-type: direct:production dependency-group: minimum-runtime-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d85c293 commit d855846

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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, pynacl] ~= 1.1.0",
15+
"tuf ~= 5.1",
1616
"click ~= 8.1",
1717
]
1818
requires-python = ">=3.10"

signer/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ readme = "README.md"
99
dependencies = [
1010
"packaging >= 23.2,< 25.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] >= 0.31,< 1.2",
13+
"tuf >= 3.1,< 6.0",
1414
"click ~= 8.1",
1515
]
1616
requires-python = ">=3.10"

0 commit comments

Comments
 (0)