From 3f5b7f85b30698e4057196deb0dc30c7bc0a97aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:47:47 +0000 Subject: [PATCH] build(deps): bump pyjwt from 1.5.2 to 2.4.0 in /docker/v3.6 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.5.2 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/1.5.2...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/v3.6/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/v3.6/requirements.txt b/docker/v3.6/requirements.txt index 55f119a68..d7ac643bd 100644 --- a/docker/v3.6/requirements.txt +++ b/docker/v3.6/requirements.txt @@ -79,7 +79,7 @@ pycparser==2.19 # via cffi pycryptodomex==3.6.3 # via pyjwkest pygments==2.2.0 # via ipython pyjwkest==1.4.0 # via social-auth-core -pyjwt==1.5.2 # via social-auth-core +pyjwt==2.4.0 # via social-auth-core pylint==1.9.2 pypdf2==1.26.0 # via xhtml2pdf pyprof2calltree==1.4.3