From 492b21b82d26eda5fec3f046925af083de9b5552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 11:50:32 +0000 Subject: [PATCH] build(deps): bump securesystemslib[crypto,pynacl] from 0.25.0 to 0.26.0 Bumps [securesystemslib[crypto,pynacl]](https://github.com/secure-systems-lab/securesystemslib) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/secure-systems-lab/securesystemslib/releases) - [Changelog](https://github.com/secure-systems-lab/securesystemslib/blob/master/CHANGELOG.md) - [Commits](https://github.com/secure-systems-lab/securesystemslib/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: securesystemslib[crypto,pynacl] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pinned.txt b/requirements-pinned.txt index 36fef422..190a0209 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -6,5 +6,5 @@ idna==3.4 # via requests pycparser==2.21 # via cffi pynacl==1.5.0 # via securesystemslib requests==2.28.1 -securesystemslib[crypto,pynacl]==0.25.0 +securesystemslib[crypto,pynacl]==0.26.0 urllib3==1.26.14 # via requests