From dea91868c80f529f82380bf49ab780c54b6a8140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:38:35 +0200 Subject: [PATCH] Bump cryptography from 43.0.0 to 43.0.1 (#1646) Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- updated-dependencies: - dependency-name: cryptography 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 cebede6f..35b22347 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ server = [ "orjson==3.10.7", "shortuuid==1.0.13", "zeroconf==0.133.0", - "cryptography==43.0.0", + "cryptography==43.0.1", "ifaddr==0.2.0", ] test = [ diff --git a/requirements_all.txt b/requirements_all.txt index 9e3f629c..5feded5d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -13,7 +13,7 @@ async-upnp-client==0.40.0 bidict==0.23.1 certifi==2024.8.30 colorlog==6.8.2 -cryptography==43.0.0 +cryptography==43.0.1 deezer-python-async==0.3.0 defusedxml==0.7.1 eyeD3==0.9.7 -- 2.34.1