Skip to content

Commit

Permalink
Update dependency PyJWT to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2023
1 parent 83190f1 commit 51b9879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"jupyterhub>=1.4.1",
"nbgrader==0.8.2", # From pypi dated March 28th 2023
"psycopg2-binary>=2.8.6",
"pyjwt<2",
"pyjwt<3",
"sentry-sdk==1.14.0",
"sqlalchemy>=1.4.3",
"tornado==6.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements-load.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
argparse
kubernetes==11.0.0
PyJWT==1.7.1
PyJWT==2.7.0
requests
# datetime

0 comments on commit 51b9879

Please sign in to comment.