From e8270a1b362e2a313a5481d8ae9874c1c81a176d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 15:15:45 +0200 Subject: [PATCH] Bump cryptography from 42.0.5 to 42.0.7 (#1274) Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 42.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.5...42.0.7) --- updated-dependencies: - dependency-name: cryptography 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 774d403f..e34d2e16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ server = [ "orjson==3.10.3", "shortuuid==1.0.13", "zeroconf==0.132.2", - "cryptography==42.0.5", + "cryptography==42.0.7", "ifaddr==0.2.0", ] test = [ diff --git a/requirements_all.txt b/requirements_all.txt index 82387c10..daf0ed7e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -10,7 +10,7 @@ aiosqlite==0.20.0 async-upnp-client==0.38.3 asyncio-throttle==1.0.2 colorlog==6.8.2 -cryptography==42.0.5 +cryptography==42.0.7 deezer-python-async==0.3.0 defusedxml==0.7.1 faust-cchardet>=2.1.18 -- 2.34.1