From 8d05e7b58de632cb79b91795be29f1f5dfe75f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 13:45:57 +0000 Subject: [PATCH] Bump cryptography from 42.0.0 to 42.0.4 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/typing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 384fc640..ebded653 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -32,7 +32,7 @@ click==8.1.7 # via pip-tools colorama==0.4.6 # via tox -cryptography==42.0.2 +cryptography==42.0.4 # via # types-pyopenssl # types-redis diff --git a/requirements/typing.txt b/requirements/typing.txt index 6b9dc337..7a0b34b9 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -6,7 +6,7 @@ # cffi==1.15.1 # via cryptography -cryptography==42.0.0 +cryptography==42.0.4 # via # types-pyopenssl # types-redis