From a951e957682c5c845596978534705e2cc75cd80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:31:33 +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: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 ++++-- requirements_dev.txt | 4 +++- requirements_test.txt | 7 +++++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8dfa1c5..3bf7c00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ coreschema==0.0.4 # via coreapi cron-descriptor==1.4.0 # via django-celery-beat -cryptography==41.0.5 +cryptography==41.0.6 # via # azure-identity # msal @@ -175,7 +175,9 @@ pyasn1-modules==0.3.0 pycparser==2.21 # via cffi pyjwt[crypto]==2.8.0 - # via msal + # via + # msal + # pyjwt python-crontab==3.0.0 # via django-celery-beat python-dateutil==2.8.2 diff --git a/requirements_dev.txt b/requirements_dev.txt index 438cf30..5a59141 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -88,12 +88,13 @@ coreschema==0.0.4 coverage[toml]==7.3.2 # via # -r ./requirements_test.txt + # coverage # pytest-cov cron-descriptor==1.4.0 # via # -r ./requirements_test.txt # django-celery-beat -cryptography==41.0.5 +cryptography==41.0.6 # via # -r ./requirements_test.txt # azure-identity @@ -332,6 +333,7 @@ pyjwt[crypto]==2.8.0 # via # -r ./requirements_test.txt # msal + # pyjwt pyproject-api==1.6.1 # via # -r ./requirements_test.txt diff --git a/requirements_test.txt b/requirements_test.txt index ce68bf1..c12f5a7 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -79,12 +79,14 @@ coreschema==0.0.4 # -r ./requirements.txt # coreapi coverage[toml]==7.3.2 - # via pytest-cov + # via + # coverage + # pytest-cov cron-descriptor==1.4.0 # via # -r ./requirements.txt # django-celery-beat -cryptography==41.0.5 +cryptography==41.0.6 # via # -r ./requirements.txt # azure-identity @@ -300,6 +302,7 @@ pyjwt[crypto]==2.8.0 # via # -r ./requirements.txt # msal + # pyjwt pyproject-api==1.6.1 # via tox pytest==7.4.3