From 779cc8cf660b432fec9b8088f379afbb166e87d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 22:15:35 +0200 Subject: [PATCH] Chore(deps): Bump cryptography from 44.0.2 to 44.0.3 (#2184) Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.2 to 44.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.2...44.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.3 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 c9fb15ef..e008339f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "aiosqlite==0.21.0", "certifi==2025.4.26", "colorlog==6.9.0", - "cryptography==44.0.2", + "cryptography==44.0.3", "faust-cchardet>=2.1.18", "ifaddr==0.2.0", "mashumaro==3.15", diff --git a/requirements_all.txt b/requirements_all.txt index d58685d3..75bb1c65 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -18,7 +18,7 @@ bgutil-ytdlp-pot-provider==0.8.3 bidict==0.23.1 certifi==2025.4.26 colorlog==6.9.0 -cryptography==44.0.2 +cryptography==44.0.3 deezer-python-async==0.3.0 defusedxml==0.7.1 duration-parser==1.0.1 -- 2.34.1