From 368300e80267ea52380951c81671f7f29081576a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:10:33 +0000 Subject: [PATCH] Bump cryptography from 42.0.4 to 42.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 42.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...42.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... 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 6268108f3..23b6f6c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ server = [ "orjson==3.9.15", "shortuuid==1.0.12", "zeroconf==0.131.0", - "cryptography==42.0.4", + "cryptography==42.0.5", "ifaddr==0.2.0", "uvloop==0.19.0", ] diff --git a/requirements_all.txt b/requirements_all.txt index f65b8fd3a..a0da72f14 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -10,7 +10,7 @@ aiosqlite==0.19.0 async-upnp-client==0.38.2 asyncio-throttle==1.0.2 colorlog==6.8.2 -cryptography==42.0.4 +cryptography==42.0.5 defusedxml==0.7.1 faust-cchardet>=2.1.18 git+https://github.com/MarvinSchenkel/pytube.git