From 3ec4e8184771e3a3fb7b58505037ecfd3f65f400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 18:26:11 +0200 Subject: [PATCH] Bump pyjwt from 2.0.1 to 2.1.0 (#120) Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.0.1...2.1.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... 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 98425f93..06c03624 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ soco==0.22.3 pillow==8.2.0 aiohttp_cors==0.7.0 unidecode==1.1.2 -PyJWT==2.0.1 +PyJWT==2.1.0 zeroconf==0.31.0 passlib==1.7.4 cryptography==3.4.6 -- 2.34.1