From bdd9ad66dcc39dd3baf90d22ab54bcd9ba22074c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 11:11:35 +0100 Subject: [PATCH] Chore(deps): Bump cryptography from 46.0.4 to 46.0.5 (#3134) Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.4 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.4...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b40a1fc0..0aa58374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "awesomeversion>=24.6.0", "certifi==2025.11.12", "colorlog==6.10.1", - "cryptography==46.0.4", + "cryptography==46.0.5", "chardet>=5.2.0", "ifaddr==0.2.0", "getmac==0.9.5", diff --git a/requirements_all.txt b/requirements_all.txt index 5471f55b..97e73c97 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -27,7 +27,7 @@ bidict==0.23.1 certifi==2025.11.12 chardet>=5.2.0 colorlog==6.10.1 -cryptography==46.0.4 +cryptography==46.0.5 deezer-python-async==0.3.0 defusedxml==0.7.1 deno==2.6.3 -- 2.34.1