Skip to content
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

build(deps): bump the dependencies group with 2 updates #2747

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the dependencies group with 2 updates: securesystemslib[crypto,pynacl] and coverage[toml].

Updates securesystemslib[crypto,pynacl] from 1.1.0 to 1.2.0

Release notes

Sourced from securesystemslib[crypto,pynacl]'s releases.

v1.2.0

See CHANGELOG.md for details.

Changelog

Sourced from securesystemslib[crypto,pynacl]'s changelog.

securesystemslib v1.2.0

Small release with mostly internal changes.

Thanks to @​L77H and @​NicholasTanz for the bulk of the work on this release.

Added

  • ecdsa-sha2-nistp521 supported in signer API (#852)
  • SigstoreSigner now has a convenience function for creating a signing identity for GitHub Actions workflow (#842)

Internals

  • Linting refactoring, switched to ruff
  • Modern annotations used in most of the code base
Commits
  • 8b258c2 Merge pull request #916 from jku/release-prep
  • 5a4f798 Bump ruff from 0.8.0 to 0.8.1 in the test-and-lint-dependencies group (#917)
  • 97f7be2 Prepare 1.2.0 release
  • ec8d45c Use future.annotations module (#914)
  • d84c1fc Bump the test-and-lint-dependencies group with 2 updates (#912)
  • 5b6f4f7 Bump the dependencies group with 2 updates (#913)
  • 8c804f9 Bump the dependencies group with 2 updates (#911)
  • e6b9004 Bump the test-and-lint-dependencies group with 2 updates (#910)
  • 01e3c1b Bump hatchling in the build-and-release-dependencies group (#909)
  • 2b5b75a Bump pypa/gh-action-pypi-publish in the action-dependencies group (#908)
  • Additional commits viewable in compare view

Updates coverage[toml] from 7.6.8 to 7.6.9

Release notes

Sourced from coverage[toml]'s releases.

7.6.9

Version 7.6.9 — 2024-12-06

  • Fix: Tomas Uribe fixed a performance problem in the XML report. Large code bases should produce XML reports much faster now.

➡️  PyPI page: coverage 7.6.9. :arrow_right:  To install: python3 -m pip install coverage==7.6.9

Changelog

Sourced from coverage[toml]'s changelog.

Version 7.6.9 — 2024-12-06

  • Fix: Tomas Uribe fixed <pull 1901_>_ a performance problem in the XML report. Large code bases should produce XML reports much faster now.

.. _pull 1901: nedbat/coveragepy#1901

.. _changes_7-6-8:

Commits
  • daac76d docs: sample HTML for 7.6.9
  • f7d7e42 docs: prep for 7.6.9
  • 8fe3b2b docs: thanks, Tomas Uribe for #1901
  • 346cfc0 fix: use set instead of list for arcs_executed, fixes poor performance (#1901)
  • 484678e fix: COVERAGE_ONE_CORE should mean ctrace if possible
  • 37451ed chore: make upgrade doc_upgrade
  • bd23445 chore: bump the action-dependencies group with 2 updates (#1899)
  • 01cf50c test: add a test to satisfy a condition in results.py
  • 74d3c50 chore: make upgrade
  • f3b269c build: only comment once on an issue mentioned twice
  • Additional commits viewable in compare view

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 2 updates: [securesystemslib[crypto,pynacl]](https://github.com/secure-systems-lab/securesystemslib) and [coverage[toml]](https://github.com/nedbat/coveragepy).


Updates `securesystemslib[crypto,pynacl]` from 1.1.0 to 1.2.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.1.0...v1.2.0)

Updates `coverage[toml]` from 7.6.8 to 7.6.9
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.8...7.6.9)

---
updated-dependencies:
- dependency-name: securesystemslib[crypto,pynacl]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: coverage[toml]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
@dependabot dependabot bot requested a review from a team as a code owner December 9, 2024 21:16
@dependabot dependabot bot added the python Pull requests that update Python code label Dec 9, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 12244447141

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.012%

Totals Coverage Status
Change from base Build 12199095741: 0.0%
Covered Lines: 1582
Relevant Lines: 1627

💛 - Coveralls

@jku jku merged commit 258be33 into develop Dec 10, 2024
16 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dependencies-e1c2173969 branch December 10, 2024 07:06
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.

2 participants