Skip to content

Commit 548e463

Browse files
build(deps): bump the minimum-runtime-dependencies group across 2 directories with 5 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), [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) 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.0.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.0.0) Updates `mypy` from 1.11.0 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11...v1.11.2) Updates `ruff` from 0.5.4 to 0.6.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.4...0.6.4) Updates `tuf` to 5.0.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.0.0) Updates `mypy` from 1.10.0 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11...v1.11.2) Updates `ruff` from 0.4.4 to 0.6.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.4...0.6.4) 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: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minimum-runtime-dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minimum-runtime-dependencies - dependency-name: tuf dependency-type: direct:production dependency-group: minimum-runtime-dependencies - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minimum-runtime-dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor 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] <support@github.com>
1 parent 8e922ee commit 548e463

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

repo/pyproject.toml

+4-4
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.0",
1616
"click ~= 8.1",
1717
]
1818
requires-python = ">=3.10"
@@ -29,8 +29,8 @@ tuf-on-ci-update-targets = "tuf_on_ci:update_targets"
2929

3030
[project.optional-dependencies]
3131
lint = [
32-
"mypy == 1.11.0",
33-
"ruff == 0.5.4",
32+
"mypy == 1.11.2",
33+
"ruff == 0.6.4",
3434
]
3535

3636
[tool.hatch.version]

signer/pyproject.toml

+4-4
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"
@@ -23,8 +23,8 @@ tuf-on-ci-sign = "tuf_on_ci_sign:sign"
2323

2424
[project.optional-dependencies]
2525
lint = [
26-
"mypy == 1.10.0",
27-
"ruff == 0.4.4",
26+
"mypy == 1.11.2",
27+
"ruff == 0.6.4",
2828
]
2929

3030
[tool.hatch.version]

0 commit comments

Comments
 (0)