From 8e65045c8ebd1c96e269ee59e1830d8e71d26432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:16:26 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 2 updates 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](https://github.com/secure-systems-lab/securesystemslib/compare/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](https://github.com/nedbat/coveragepy/compare/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] --- requirements/pinned.txt | 2 +- requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/pinned.txt b/requirements/pinned.txt index 22af78720a..4ed97a9b91 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -6,5 +6,5 @@ idna==3.10 # via requests pycparser==2.22 # via cffi pynacl==1.5.0 # via securesystemslib requests==2.32.3 -securesystemslib[crypto,pynacl]==1.1.0 +securesystemslib[crypto,pynacl]==1.2.0 urllib3==2.2.3 # via requests diff --git a/requirements/test.txt b/requirements/test.txt index 69df33451b..22819faf11 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,5 +4,5 @@ -r pinned.txt # coverage measurement -coverage[toml]==7.6.8 +coverage[toml]==7.6.9 freezegun==1.5.1