From 3d3d1965456607d006e73e30260f6c6e24f1c4bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 08:02:19 +0100 Subject: [PATCH] Chore(deps): Bump cryptography from 46.0.3 to 46.0.4 (#3124) Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.3...46.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5ab71e50..1bbd0361 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.3", + "cryptography==46.0.4", "chardet>=5.2.0", "ifaddr==0.2.0", "getmac==0.9.5", diff --git a/requirements_all.txt b/requirements_all.txt index 6ff3cb07..d066fdc2 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.3 +cryptography==46.0.4 deezer-python-async==0.3.0 defusedxml==0.7.1 deno==2.6.3 -- 2.34.1