From f37ccb2b3d1a2483917e39cc83079a81898a8fb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 13:48:09 +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 7ed4e8df..bd0eb163 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 0c0d1d5a..06592168 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