Skip to content

Commit

Permalink
Update Python dependency PyJWT to v2.7.0 (#11269)
Browse files Browse the repository at this point in the history
* Update Python dependency PyJWT to v2.7.0

* Update Python dependency PyJWT to v2.7.0

* Update pyjwt

* Update readme.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dario <medariox@users.noreply.github.com>
  • Loading branch information
renovate[bot] and medariox authored May 24, 2023
1 parent 7709e5d commit e635b5c
Show file tree
Hide file tree
Showing 13 changed files with 515 additions and 260 deletions.
2 changes: 1 addition & 1 deletion ext/jwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
)
from .jwks_client import PyJWKClient

__version__ = "2.6.0"
__version__ = "2.7.0"

__title__ = "PyJWT"
__description__ = "JSON Web Token implementation in Python"
Expand Down
Loading

0 comments on commit e635b5c

Please sign in to comment.