From 4063137d64bf00ea0b5acb264f8f5c770695f478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 05:01:34 +0000 Subject: [PATCH] Bump cryptography from 39.0.0 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.0...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... 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 e1dae1332..bcf5a6609 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -10,7 +10,7 @@ cffi==1.15.1 # via # cryptography # pynacl -cryptography==39.0.0 +cryptography==39.0.1 # via securesystemslib iso8601==1.1.0 # via -r requirements.txt