From 6858cfa4348e389ba3460d69bdd8000c57c49fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:04:06 +0000 Subject: [PATCH] Bump cryptography from 41.0.6 to 41.0.7 in /python Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 41.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...41.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 59ca5aff..2bef53ae 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -18,7 +18,7 @@ cffi==1.15.1 # via cryptography charset-normalizer==3.3.2 # via requests -cryptography==41.0.6 +cryptography==41.0.7 # via nitor-vault (setup.py) future==0.18.3 # via nitor-vault (setup.py)