From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:59:08 +0000 (+0100) Subject: Bump cryptography from 35.0.0 to 36.0.1 (#195) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=921d6dcfc84248b568a996b9a52a087d8130d34b;p=music-assistant-server.git Bump cryptography from 35.0.0 to 36.0.1 (#195) Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 to 36.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/35.0.0...36.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/requirements.txt b/requirements.txt index 649ba23e..552da3a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ unidecode==1.3.2 PyJWT==2.3.0 zeroconf==0.36.13 passlib==1.7.4 -cryptography==35.0.0 +cryptography==36.0.1 ujson==4.2.0 mashumaro==2.9 typing-inspect==0.6.0; python_version < '3.8'