From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Oct 2020 11:12:46 +0000 (+0100) Subject: Bump cryptography from 3.1 to 3.2 (#36) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=b8bd1d6199592ce82e542b151eadaa4dc351b5e2;p=music-assistant-server.git Bump cryptography from 3.1 to 3.2 (#36) Bumps [cryptography](https://github.com/pyca/cryptography) from 3.1 to 3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.1...3.2) 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 9d84c334..05375417 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,5 @@ PyJWT==1.7.1 aiohttp_jwt==0.6.1 zeroconf==0.28.5 passlib==1.7.2 -cryptography==3.1 +cryptography==3.2 orjson==3.4.0