From c50d2cef1f814c680bf70ae594491e5da9ec7951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 12:32:51 +0000 Subject: [PATCH] Bump cryptography from 41.0.4 to 41.0.6 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/typing.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index c53e9e0d..6a30e4fb 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -34,7 +34,7 @@ click==8.0.3 # via pip-tools colorama==0.4.6 # via tox -cryptography==41.0.4 +cryptography==41.0.6 # via # types-pyopenssl # types-redis diff --git a/requirements/typing.txt b/requirements/typing.txt index a525c540..4a948316 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -6,7 +6,7 @@ # cffi==1.15.1 # via cryptography -cryptography==41.0.4 +cryptography==41.0.6 # via # types-pyopenssl # types-redis @@ -16,6 +16,8 @@ mypy-extensions==1.0.0 # via mypy pycparser==2.21 # via cffi +tomli==2.0.1 + # via mypy types-pyopenssl==23.0.0.2 # via types-redis types-redis==4.6.0.7