From 0c42214e1a3d9b0c1d1b70b468e95be84ae6da87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 14:44:56 +0100 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.0.0 (#60) Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.0.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jpadilla/pyjwt/compare/1.7.1...2.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09a2b6b0..37712502 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ soco==0.20 pillow==8.0.1 aiohttp_cors==0.7.0 unidecode==1.1.2 -PyJWT==1.7.1 +PyJWT==2.0.0 zeroconf==0.28.7 passlib==1.7.4 cryptography==3.3.1 -- 2.34.1