From e5f5b9b60a29a160e5e1f189e30a287d9872e525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 10:54:59 +0000 Subject: [PATCH] build(deps): bump cryptography from 41.0.1 to 41.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.1...41.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... 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 40864f08..2d23fae5 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -11,7 +11,7 @@ cffi==1.15.1 # cryptography # pynacl # pyspx -cryptography==41.0.1 +cryptography==41.0.2 # via -r requirements.txt pycparser==2.21 # via cffi