From c9a441f170a98c807440a4c728461a04fc388be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:49:40 +0000 Subject: [PATCH] Bump cryptography from 44.0.1 to 46.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index e5ac243e..64271481 100644 --- a/requirements.in +++ b/requirements.in @@ -6,7 +6,7 @@ requests==2.32.0 urllib3==1.26.19 # Installing cryptography backend since it is the recommended one: https://pypi.org/project/python-jose/ python-jose[cryptography]==3.4.0 -cryptography==44.0.1 +cryptography==46.0.5 PyYAML==6.0.2 pytest==7.2.2 pytest-mock==3.8.2 diff --git a/requirements.txt b/requirements.txt index 357c82ae..d2109fc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,13 +18,13 @@ certifi==2024.7.4 # via # -r requirements.in # requests -cffi==1.17.1 +cffi==2.0.0 # via cryptography charset-normalizer==2.1.1 # via requests click==8.1.3 # via flask -cryptography==44.0.1 +cryptography==46.0.5 # via # -r requirements.in # python-jose