From 395d2ef5a4e0bf99c693faa892225d450baa0b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 06:24:45 +0000 Subject: [PATCH] Bump pyjwt from 2.1.0 to 2.4.0 in /venv Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.1.0 to 2.4.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.1.0...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- venv/django-requirements-frozen.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venv/django-requirements-frozen.txt b/venv/django-requirements-frozen.txt index 7474f6628..28bb85e76 100644 --- a/venv/django-requirements-frozen.txt +++ b/venv/django-requirements-frozen.txt @@ -61,7 +61,7 @@ django-allauth==0.44.0 asgiref==3.3.4 pytz==2021.1 sqlparse==0.4.1 - PyJWT==2.1.0 + PyJWT==2.4.0 python3-openid==3.2.0 defusedxml==0.7.1 requests==2.25.1