From c8806defc7525ce80700b247a10cfdfdc861dc45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:17:09 +0000 Subject: [PATCH] Bump cryptography from 44.0.1 to 46.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 201d97a7..d44cc9ad 100644 --- a/requirements.in +++ b/requirements.in @@ -7,7 +7,7 @@ urllib3==2.6.3 # Installing cryptography backend since it is the recommended one: https://pypi.org/project/python-jose/ python-jose[cryptography]==3.4.0 ecdsa==0.19.2 -cryptography==44.0.1 +cryptography==46.0.6 PyYAML==6.0.2 pytest==7.2.2 pytest-mock==3.8.2 diff --git a/requirements.txt b/requirements.txt index 6c2712fa..475effc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,18 +18,20 @@ 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.6 # via # -r requirements.in # python-jose ecdsa==0.19.2 - # via python-jose + # via + # -r requirements.in + # python-jose flask==2.3.3 # via # -r requirements.in