Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Bump pyjwt from 1.7.1 to 2.4.0 in /ckan #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ckan/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion ckan/requirements-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down