From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 12:06:58 +0000 (+0200) Subject: Bump cryptography from 39.0.2 to 40.0.1 (#622) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=fd3cfca10bbd366c2084cc1188b674964344077f;p=music-assistant-server.git Bump cryptography from 39.0.2 to 40.0.1 (#622) Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.2 to 40.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.2...40.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... 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 6e089f28..bb6ff659 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ server = [ "orjson==3.8.9", "shortuuid==1.0.11", "zeroconf==0.53.0", - "cryptography==39.0.2" + "cryptography==40.0.1" ] test = [ "black==23.1.0", diff --git a/requirements_all.txt b/requirements_all.txt index cd56bc08..9724e11e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -8,7 +8,7 @@ aiosqlite==0.18.0 async-upnp-client==0.33.1 asyncio-throttle==1.0.2 coloredlogs==15.0.1 -cryptography==39.0.2 +cryptography==40.0.1 databases==0.7.0 git+https://github.com/pytube/pytube.git@refs/pull/1501/head mashumaro==3.5.0