From 26419be3d56366310dc263887fef213887e82494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:48:06 +0000 Subject: [PATCH] chore(deps): 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: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c546403..00127fa 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ cachetools==6.2.0 # via tox certifi==2024.7.4 # via requests -cffi==1.15.1 +cffi==2.0.0 # via cryptography chardet==5.2.0 # via tox @@ -32,7 +32,7 @@ commonmark==0.9.1 # via rich coverage==7.10.7 # via -r requirements-dev.in -cryptography==44.0.1 +cryptography==46.0.5 # via secretstorage distlib==0.3.7 # via virtualenv @@ -164,6 +164,7 @@ twine==6.2.0 typing-extensions==4.15.0 # via # black + # cryptography # mypy # tox unittest-xml-reporting==3.2.0