From 72bdd2fc88e691a2c5ea4bbd2eae15563bcc1534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 10:58:08 +0000 Subject: [PATCH] build(deps): bump cryptography from 38.0.3 to 40.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.3 to 40.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/38.0.3...40.0.1) --- 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 3c1fc8eb..1f91bd30 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -11,7 +11,7 @@ cffi==1.15.1 # cryptography # pynacl # pyspx -cryptography==38.0.3 +cryptography==40.0.1 # via -r requirements.txt pycparser==2.21 # via cffi