Skip to content

build(deps): bump securesystemslib from 1.2.0 to 1.3.0 in the dependencies group #2826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 22, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps the dependencies group with 1 update: securesystemslib.

Updates securesystemslib from 1.2.0 to 1.3.0

Release notes

Sourced from securesystemslib's releases.

v1.3.0

See CHANGELOG.md for details.

Changelog

Sourced from securesystemslib's changelog.

securesystemslib v1.3.0

The hash module will be removed in the next major version. Consider using hashlib from the standard library directly instead.

Added

  • Annotate library (#970)

Changed

  • Deprecate hash module (#977)
  • Modernize license metadata (#942)

Internals

Commits
  • 47f2715 Merge pull request #988 from lukpueh/prepare-release
  • eb3751a build(deps): bump ruff in the test-and-lint-dependencies group (#989)
  • 5c8d618 build(deps): bump the dependencies group with 3 updates (#990)
  • 0828c37 Prepare release v1.3.0
  • 4ceabab Merge pull request #981 from lukpueh/refactor-scheme-handling
  • 9424db5 Remove oneliner methods in azure and gcp signers
  • 6acab0b Merge pull request #985 from secure-systems-lab/dependabot/pip/dependencies-8...
  • 9f7366b Merge pull request #986 from secure-systems-lab/dependabot/pip/test-and-lint-...
  • 6bfc6e8 build(deps): bump ruff in the test-and-lint-dependencies group
  • 2067ea6 build(deps): bump the dependencies group with 2 updates
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [securesystemslib](https://github.com/secure-systems-lab/securesystemslib).


Updates `securesystemslib` from 1.2.0 to 1.3.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@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: securesystemslib
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 21, 2025 21:11
* Start linting securesystemslib calls
  (this requires new securesystemslib)
* Fix various issues that suddenly popup

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
@jku
Copy link
Member

jku commented Apr 22, 2025

Added the annotation fixes from #2819

@jku jku force-pushed the dependabot/pip/dependencies-54f6db96fa branch from 91f2fc7 to ee50fea Compare April 22, 2025 07:57
@coveralls
Copy link

Coverage Status

coverage: 97.064%. remained the same
when pulling ee50fea on dependabot/pip/dependencies-54f6db96fa
into 737b41f on develop.

Copy link
Member

@lukpueh lukpueh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@lukpueh lukpueh merged commit 9a4f8d5 into develop Apr 22, 2025
17 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dependencies-54f6db96fa branch April 22, 2025 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants