From d758d32b6f07f0f5c8c079739386da53465ff560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:00:39 +0000 Subject: [PATCH] Bump cryptography from 46.0.7 to 48.0.1 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 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..f40b307b8e 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==48.0.1 # via # -r prod.txt # joserfc diff --git a/requirements/functests.txt b/requirements/functests.txt index c4b62e8f71..4520c495c9 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==48.0.1 # via # -r prod.txt # joserfc diff --git a/requirements/lint.txt b/requirements/lint.txt index 46f3692a6d..aeb39d52c6 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==48.0.1 # via # -r functests.txt # -r tests.txt diff --git a/requirements/prod.txt b/requirements/prod.txt index 075ce6792c..d4c52c5654 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==48.0.1 # via # joserfc # pyjwt diff --git a/requirements/tests.txt b/requirements/tests.txt index fc673748d8..9ff1e57a4b 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==48.0.1 # via # -r prod.txt # joserfc diff --git a/requirements/typecheck.txt b/requirements/typecheck.txt index 6ae38067a5..7720e70c82 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==48.0.1 # via # -r prod.txt # joserfc