From 36dbd06aa7b06760f855a739e6591512b09d5cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 00:57:31 +0000 Subject: [PATCH] Bump cryptography in /repositories/flask_refactor/requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- repositories/flask_refactor/requirements/dev.txt | 4 ++-- repositories/flask_refactor/requirements/typing.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/repositories/flask_refactor/requirements/dev.txt b/repositories/flask_refactor/requirements/dev.txt index dc509596..66dff25c 100644 --- a/repositories/flask_refactor/requirements/dev.txt +++ b/repositories/flask_refactor/requirements/dev.txt @@ -22,7 +22,7 @@ certifi==2024.2.2 # via # -r docs.txt # requests -cffi==1.16.0 +cffi==2.0.0 # via # -r typing.txt # cryptography @@ -36,7 +36,7 @@ charset-normalizer==3.3.2 # requests colorama==0.4.6 # via tox -cryptography==42.0.8 +cryptography==46.0.5 # via -r typing.txt distlib==0.3.8 # via virtualenv diff --git a/repositories/flask_refactor/requirements/typing.txt b/repositories/flask_refactor/requirements/typing.txt index cd08335f..ac19dd6d 100644 --- a/repositories/flask_refactor/requirements/typing.txt +++ b/repositories/flask_refactor/requirements/typing.txt @@ -6,9 +6,9 @@ # asgiref==3.8.1 # via -r typing.in -cffi==1.16.0 +cffi==2.0.0 # via cryptography -cryptography==42.0.8 +cryptography==46.0.5 # via -r typing.in iniconfig==2.0.0 # via pytest