From 13a19970508d439de6fdc2670b4cc7deca07f565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:09:37 +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 691d385c..e2172277 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -36,7 +36,7 @@ checkmatelib==1.0.18 # via -r prod.txt click==8.1.7 # via pip-tools -cryptography==46.0.7 +cryptography==48.0.1 # via # -r prod.txt # joserfc diff --git a/requirements/functests.txt b/requirements/functests.txt index cb25dc74..e1dd413e 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -36,7 +36,7 @@ checkmatelib==1.0.18 # via -r prod.txt click==8.1.7 # via pip-tools -cryptography==46.0.7 +cryptography==48.0.1 # via # -r prod.txt # joserfc diff --git a/requirements/lint.txt b/requirements/lint.txt index 49bc588e..ef5dc257 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -57,7 +57,7 @@ coverage[toml]==7.10.7 # 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 822a177f..d7e9ea52 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -22,7 +22,7 @@ charset-normalizer==3.3.2 # via requests checkmatelib==1.0.18 # via -r prod.in -cryptography==46.0.7 +cryptography==48.0.1 # via joserfc google-auth==2.26.2 # via google-auth-oauthlib diff --git a/requirements/tests.txt b/requirements/tests.txt index 9e22918f..3169b230 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -36,7 +36,7 @@ click==8.1.7 # via pip-tools coverage[toml]==7.10.7 # 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 3fffa8f4..dc91165d 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -34,7 +34,7 @@ checkmatelib==1.0.18 # via -r prod.txt click==8.1.7 # via pip-tools -cryptography==46.0.7 +cryptography==48.0.1 # via # -r prod.txt # joserfc