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

Commit

Permalink
Bump pyjwt from 1.7.1 to 2.4.0 in /ckan
Browse files Browse the repository at this point in the history
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](jpadilla/pyjwt@1.7.1...2.4.0)

---
updated-dependencies:
- dependency-name: pyjwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2022
1 parent 973a8a1 commit 5bd2a7d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit 5bd2a7d

Please sign in to comment.