From 19063f9e190bc18b1f110bcbc7fe75cfa25014be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:23:50 +0000 Subject: [PATCH] Chore(deps): Bump cryptography from 43.0.3 to 44.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.3 to 44.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 245f14831..c5994a93c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "aiosqlite==0.20.0", "certifi==2024.8.30", "colorlog==6.9.0", - "cryptography==43.0.3", + "cryptography==44.0.0", "eyeD3==0.9.7", "faust-cchardet>=2.1.18", "ifaddr==0.2.0", diff --git a/requirements_all.txt b/requirements_all.txt index ad0c3d465..0fcc25db7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -13,7 +13,7 @@ async-upnp-client==0.41.0 bidict==0.23.1 certifi==2024.8.30 colorlog==6.9.0 -cryptography==43.0.3 +cryptography==44.0.0 deezer-python-async==0.3.0 defusedxml==0.7.1 eyeD3==0.9.7