From 5e1947b662eb2418290329f4cb7ad2fddf2b82e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 10:02:46 +0000 Subject: [PATCH] build(deps): bump cryptography from 38.0.4 to 39.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.4 to 39.0.0. - [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/38.0.4...39.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... 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 d32c6d80..0d53e482 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,7 +1,7 @@ certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography, pynacl charset-normalizer==2.1.1 # via requests -cryptography==38.0.4 # via securesystemslib +cryptography==39.0.0 # via securesystemslib idna==3.4 # via requests pycparser==2.21 # via cffi pynacl==1.5.0 # via securesystemslib