From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:36:59 +0000 (+0100) Subject: Bump cryptography from 41.0.4 to 41.0.5 (#926) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=0aef893d424272d731a74b0abceedf8362acbeaa;p=music-assistant-server.git Bump cryptography from 41.0.4 to 41.0.5 (#926) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.5) --- 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> --- diff --git a/pyproject.toml b/pyproject.toml index ea685d2a..0ebaa798 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ server = [ "orjson==3.9.10", "shortuuid==1.0.11", "zeroconf==0.119.0", - "cryptography==41.0.4", + "cryptography==41.0.5", "ifaddr==0.2.0", "uvloop==0.19.0" ] diff --git a/requirements_all.txt b/requirements_all.txt index 2cfc3c6c..2613e875 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -10,7 +10,7 @@ aiosqlite==0.19.0 async-upnp-client==0.34.1 asyncio-throttle==1.0.2 colorlog==6.7.0 -cryptography==41.0.4 +cryptography==41.0.5 faust-cchardet>=2.1.18 git+https://github.com/MarvinSchenkel/pytube.git git+https://github.com/gieljnssns/python-radios.git@main