From be6ad4f18390efff2b4c84a9c883563eaab5cddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 02:48:49 +0000 Subject: [PATCH] Bump cryptography from 46.0.7 to 50.0.0 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/functests.txt | 2 +- requirements/lint.txt | 2 +- requirements/prod.txt | 2 +- requirements/tests.txt | 2 +- requirements/typecheck.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 99e17b4408..638116595c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -79,7 +79,7 @@ click-repl==0.3.0 # via # -r prod.txt # celery -cryptography==46.0.7 +cryptography==50.0.0 # via # -r prod.txt # joserfc diff --git a/requirements/functests.txt b/requirements/functests.txt index c4b62e8f71..4de0790b44 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -79,7 +79,7 @@ click-repl==0.3.0 # via # -r prod.txt # celery -cryptography==46.0.7 +cryptography==50.0.0 # via # -r prod.txt # joserfc diff --git a/requirements/lint.txt b/requirements/lint.txt index 46f3692a6d..8d83c13ddd 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -111,7 +111,7 @@ coverage[toml]==7.10.6 # via # -r tests.txt # pytest-cov -cryptography==46.0.7 +cryptography==50.0.0 # via # -r functests.txt # -r tests.txt diff --git a/requirements/prod.txt b/requirements/prod.txt index 075ce6792c..76904cd774 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -49,7 +49,7 @@ click-plugins==1.1.1 # via celery click-repl==0.3.0 # via celery -cryptography==46.0.7 +cryptography==50.0.0 # via # joserfc # pyjwt diff --git a/requirements/tests.txt b/requirements/tests.txt index fc673748d8..c244d0eb84 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -83,7 +83,7 @@ click-repl==0.3.0 # celery coverage[toml]==7.10.6 # via pytest-cov -cryptography==46.0.7 +cryptography==50.0.0 # via # -r prod.txt # joserfc diff --git a/requirements/typecheck.txt b/requirements/typecheck.txt index 6ae38067a5..a7282ffbeb 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -77,7 +77,7 @@ click-repl==0.3.0 # via # -r prod.txt # celery -cryptography==46.0.7 +cryptography==50.0.0 # via # -r prod.txt # joserfc