From 5bd2a7d22cd5c61338b2c2df8ec6fd80954399b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 14:12:07 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 in /ckan Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 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.7.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ckan/requirements-dev.txt | 6 +++--- ckan/requirements-freeze.txt | 2 +- ckan/requirements.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ckan/requirements-dev.txt b/ckan/requirements-dev.txt index a6adfe6..d58fc76 100644 --- a/ckan/requirements-dev.txt +++ b/ckan/requirements-dev.txt @@ -747,9 +747,9 @@ pygments==2.13.0 ; python_version >= "3.6" and python_full_version < "3.0.0" or # -r ../ckan/requirements-dev.txt # ipython # sphinx -pyjwt==1.7.1 \ - --hash=sha256:5c6eca3c2940464d106b99ba83b00c6add741c9becaec087fb7ccdefea71350e \ - --hash=sha256:8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96 +pyjwt==2.4.0 \ + --hash=sha256:72d1d253f32dbd4f5c88eaf1fdc62f3a19f676ccbadb9dbc5d07e951b2b26daf \ + --hash=sha256:d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba # via -r ../ckan/requirements-dev.txt pyopenssl==18.0.0 \ --hash=sha256:26ff56a6b5ecaf3a2a59f132681e2a80afcc76b4f902f612f518f92c2a1bf854 \ diff --git a/ckan/requirements-freeze.txt b/ckan/requirements-freeze.txt index d64f13d..98946b7 100644 --- a/ckan/requirements-freeze.txt +++ b/ckan/requirements-freeze.txt @@ -70,7 +70,7 @@ py==1.10.0 pycodestyle==2.5.0 pyfakefs==3.2 Pygments==2.10.0 -PyJWT==1.7.1 +PyJWT==2.4.0 pyparsing==2.4.7 pysolr==3.6.0 pytest==4.6.5 diff --git a/ckan/requirements.txt b/ckan/requirements.txt index 65485ee..29b52fc 100644 --- a/ckan/requirements.txt +++ b/ckan/requirements.txt @@ -460,9 +460,9 @@ pycparser==2.21 ; python_version >= "3.6" and python_full_version < "3.0.0" and # via # -r ../ckan/requirements.txt # cffi -pyjwt==1.7.1 \ - --hash=sha256:5c6eca3c2940464d106b99ba83b00c6add741c9becaec087fb7ccdefea71350e \ - --hash=sha256:8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96 +pyjwt==2.4.0 \ + --hash=sha256:72d1d253f32dbd4f5c88eaf1fdc62f3a19f676ccbadb9dbc5d07e951b2b26daf \ + --hash=sha256:d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba # via -r ../ckan/requirements.txt pyopenssl==18.0.0 \ --hash=sha256:26ff56a6b5ecaf3a2a59f132681e2a80afcc76b4f902f612f518f92c2a1bf854 \