From 88ad92ed288c10be381497e75b03c9a500d4f166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:27:16 +0000 Subject: [PATCH] Bump cryptography from 41.0.5 to 41.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eb0456f..5313704 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ ItsDangerous==2.1.2 notifications-python-client==8.1.0 python-dotenv==1.0.0 PyJWT==2.8.0 -cryptography==41.0.5 ; sys_platform == 'linux' and python_version >= '3.11' and platform_python_implementation == 'CPython' and platform_release == 'manylinux2014_x86_64' +cryptography==41.0.6 ; sys_platform == 'linux' and python_version >= '3.11' and platform_python_implementation == 'CPython' and platform_release == 'manylinux2014_x86_64' dnspython==2.4.2