From 523eff5b125a157940f0e3bc1a172ff7716a7867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:13:38 +0000 Subject: [PATCH] chore(deps): bump cryptography from 41.0.4 to 41.0.6 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.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d6e3608..20bdceb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -67,7 +67,7 @@ constantly==15.1.0 # via twisted cron-descriptor==1.4.0 # via django-celery-beat -cryptography==41.0.4 +cryptography==41.0.6 # via # autobahn # pyopenssl diff --git a/requirements_dev.txt b/requirements_dev.txt index d0780d3..76d313b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -115,7 +115,7 @@ cron-descriptor==1.4.0 # via # -r requirements.txt # django-celery-beat -cryptography==41.0.4 +cryptography==41.0.6 # via # -r requirements.txt # autobahn