From c3cc2861b678256d3ca42daaee549e55bc818ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:06:27 +0000 Subject: [PATCH] build(deps): bump cryptography from 41.0.5 to 41.0.7 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.7) --- 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 7a720cae..bfb3e93d 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -11,7 +11,7 @@ cffi==1.16.0 # cryptography # pynacl # pyspx -cryptography==41.0.5 +cryptography==41.0.7 # via -r requirements.txt pycparser==2.21 # via cffi