From e2af8ca8f4025a2998ad9fb4ce4450106c05f260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 19:32:57 +0200 Subject: [PATCH] Chore(deps): Bump cryptography from 46.0.1 to 46.0.2 (#2487) Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.1 to 46.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.1...46.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.2 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 1751b24a..fcc9745b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "aiosqlite==0.21.0", "certifi==2025.10.5", "colorlog==6.9.0", - "cryptography==46.0.1", + "cryptography==46.0.2", "chardet>=5.2.0", "ifaddr==0.2.0", "mashumaro==3.16", diff --git a/requirements_all.txt b/requirements_all.txt index 9e1e0820..c0426365 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -21,7 +21,7 @@ bidict==0.23.1 certifi==2025.10.5 chardet>=5.2.0 colorlog==6.9.0 -cryptography==46.0.1 +cryptography==46.0.2 deezer-python-async==0.3.0 defusedxml==0.7.1 duration-parser==1.0.1 -- 2.34.1