From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 15:20:16 +0000 (+0100) Subject: Bump cryptography from 3.2 to 3.2.1 (#44) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=da2f364cac0695c58e3a56774d47f3820bdbce89;p=music-assistant-server.git Bump cryptography from 3.2 to 3.2.1 (#44) Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 3.2.1. - [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.2...3.2.1) 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 4c9a8e3e..eb4d649a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ PyJWT==1.7.1 aiohttp_jwt==0.6.1 zeroconf==0.28.6 passlib==1.7.4 -cryptography==3.2 +cryptography==3.2.1 ujson==4.0.1 mashumaro==1.15