From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 20:15:23 +0000 (+0200) Subject: Bump cryptography from 40.0.1 to 40.0.2 (#628) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=753a41f379467d79d6c4703894f73e466a5a262d;p=music-assistant-server.git Bump cryptography from 40.0.1 to 40.0.2 (#628) Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.1 to 40.0.2. - [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/40.0.1...40.0.2) --- 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 b1d7c683..af9b37f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ server = [ "orjson==3.8.9", "shortuuid==1.0.11", "zeroconf==0.56.0", - "cryptography==40.0.1" + "cryptography==40.0.2" ] test = [ "black==23.1.0", diff --git a/requirements_all.txt b/requirements_all.txt index 625d6f63..dac5137c 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==40.0.1 +cryptography==40.0.2 databases==0.7.0 git+https://github.com/pytube/pytube.git@refs/pull/1501/head mashumaro==3.7