Skip to content

Commit

Permalink
build(deps): bump the minimum-runtime-dependencies group across 2 dir…
Browse files Browse the repository at this point in the history
…ectories 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.7
- [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.7)

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.7
- [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.7)

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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 760f5c9 commit 8611657
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions repo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ name = "tuf-on-ci"
description = "TUF-on-CI repository tools, intended to be executed on a CI system"
readme = "README.md"
dependencies = [
"securesystemslib[awskms, azurekms, gcpkms, sigstore, pynacl] ~= 0.31.0",
"tuf ~= 3.1",
"securesystemslib[awskms, azurekms, gcpkms, sigstore, pynacl] ~= 1.1.0",
"tuf ~= 5.0",
"click ~= 8.1",
]
requires-python = ">=3.10"
Expand All @@ -29,8 +29,8 @@ tuf-on-ci-update-targets = "tuf_on_ci:update_targets"

[project.optional-dependencies]
lint = [
"mypy == 1.11.0",
"ruff == 0.5.4",
"mypy == 1.11.2",
"ruff == 0.6.7",
]

[tool.hatch.version]
Expand Down
8 changes: 4 additions & 4 deletions signer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ readme = "README.md"
dependencies = [
"packaging >= 23.2,< 25.0",
"platformdirs ~= 4.2",
"securesystemslib[awskms,azurekms,gcpkms,hsm,sigstore] ~= 0.31.0",
"tuf ~= 3.1",
"securesystemslib[awskms,azurekms,gcpkms,hsm,sigstore] >= 0.31,< 1.2",
"tuf >= 3.1,< 6.0",
"click ~= 8.1",
]
requires-python = ">=3.10"
Expand All @@ -23,8 +23,8 @@ tuf-on-ci-sign = "tuf_on_ci_sign:sign"

[project.optional-dependencies]
lint = [
"mypy == 1.10.0",
"ruff == 0.4.4",
"mypy == 1.11.2",
"ruff == 0.6.7",
]

[tool.hatch.version]
Expand Down

0 comments on commit 8611657

Please sign in to comment.