Bump pyjwt from 2.8.0 to 2.9.0
Closed
Number: #667
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 2
Association: Contributor
Comments: 2
Created:
January 30, 2025 at 08:24 AM UTC
(over 1 year ago)
(over 1 year ago)
Updated:
June 04, 2025 at 02:12 PM UTC
(about 1 year ago)
(about 1 year ago)
Closed:
June 04, 2025 at 02:12 PM UTC
(about 1 year ago)
(about 1 year ago)
Time to Close:
4 months
Labels:
dependencies python
dependencies python
Description:
Bumps pyjwt from 2.8.0 to 2.9.0.
Release notes
Sourced from pyjwt's releases.
2.9.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jpadilla/pyjwt#905- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jpadilla/pyjwt#909- Add support for Python 3.12 by
@hugovkin jpadilla/pyjwt#910- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jpadilla/pyjwt#911- Fix an unnecessary str concat by
@sirosenin jpadilla/pyjwt#904- Update jwt-api to accept either a string or list of strings for issuer validation by
@mattpollakin jpadilla/pyjwt#913- Bump actions/checkout from 3 to 4 by
@dependabotin jpadilla/pyjwt#916- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jpadilla/pyjwt#917- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jpadilla/pyjwt#922- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jpadilla/pyjwt#926- Bump actions/setup-python from 4 to 5 by
@dependabotin jpadilla/pyjwt#931- Bump hynek/build-and-inspect-python-package from 1 to 2 by
@dependabotin jpadilla/pyjwt#935- docs/api: document strict_aud on decode_complete by
@woodruffwin jpadilla/pyjwt#923- chore: fix docs step by
@jpadillain jpadilla/pyjwt#950- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jpadilla/pyjwt#953- Add coverage and improve performance of is_ssh_key by
@bdracoin jpadilla/pyjwt#940- Decode with PyJWK by
@luhnin jpadilla/pyjwt#886- Remove an unused variable from an example code block by
@kenkooooin jpadilla/pyjwt#958- Handle load_pem_public_key ValueError by
@CollinEMacin jpadilla/pyjwt#952- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jpadilla/pyjwt#960- Raise exception when required cryptography dependency is missing by
@tobloefin jpadilla/pyjwt#963- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jpadilla/pyjwt#965- Add 2.9.0 changelog. Fixes #949 by
@benvdhin jpadilla/pyjwt#967New Contributors
@mattpollakmade their first contribution in jpadilla/pyjwt#913@bdracomade their first contribution in jpadilla/pyjwt#940@luhnmade their first contribution in jpadilla/pyjwt#886@kenkoooomade their first contribution in jpadilla/pyjwt#958@CollinEMacmade their first contribution in jpadilla/pyjwt#952@tobloefmade their first contribution in jpadilla/pyjwt#963@benvdhmade their first contribution in jpadilla/pyjwt#967Full Changelog: https://github.com/jpadilla/pyjwt/compare/2.8.0...2.9.0
Changelog
Sourced from pyjwt's changelog.
v2.9.0 <https://github.com/jpadilla/pyjwt/compare/2.8.0...2.9.0>__Changed
- Drop support for Python 3.7 (EOL) by @hugovk in `[#910](https://github.com/jpadilla/pyjwt/issues/910) <https://github.com/jpadilla/pyjwt/pull/910>`__ - Allow JWT issuer claim validation to accept a list of strings too by @mattpollak in `[#913](https://github.com/jpadilla/pyjwt/issues/913) <https://github.com/jpadilla/pyjwt/pull/913>`__Fixed
- Fix unnecessary string concatenation by @sirosen in `[#904](https://github.com/jpadilla/pyjwt/issues/904) <https://github.com/jpadilla/pyjwt/pull/904>`__ - Fix docs for ``jwt.decode_complete`` to include ``strict_aud`` option by @woodruffw in `[#923](https://github.com/jpadilla/pyjwt/issues/923) <https://github.com/jpadilla/pyjwt/pull/923>`__ - Fix docs step by @jpadilla in `[#950](https://github.com/jpadilla/pyjwt/issues/950) <https://github.com/jpadilla/pyjwt/pull/950>`__ - Fix: Remove an unused variable from example code block by @kenkoooo in `[#958](https://github.com/jpadilla/pyjwt/issues/958) <https://github.com/jpadilla/pyjwt/pull/958>`__Added
- Add support for Python 3.12 by
@hugovkin[#910](https://github.com/jpadilla/pyjwt/issues/910) <https://github.com/jpadilla/pyjwt/pull/910>__- Improve performance of
is_ssh_key+ add unit test by@bdracoin[#940](https://github.com/jpadilla/pyjwt/issues/940) <https://github.com/jpadilla/pyjwt/pull/940>__- Allow
jwt.decode()to accept a PyJWK object by@luhnin[#886](https://github.com/jpadilla/pyjwt/issues/886) <https://github.com/jpadilla/pyjwt/pull/886>__- Make
algorithm_nameattribute available on PyJWK by@luhnin[#886](https://github.com/jpadilla/pyjwt/issues/886) <https://github.com/jpadilla/pyjwt/pull/886>__- Raise
InvalidKeyErroron invalid PEM keys to be compatible with cryptography 42.x.x by@CollinEMacin[#952](https://github.com/jpadilla/pyjwt/issues/952) <https://github.com/jpadilla/pyjwt/pull/952>__- Raise an exception when required cryptography dependency is missing by
@tobloefin<https://github.com/jpadilla/pyjwt/pull/963>__
Commits
868cf4aAdd 2.9.0 changelog. Fixes #949 (#967)304a3df[pre-commit.ci] pre-commit autoupdate (#965)527fec2Raise exception when required cryptography dependency is missing (#963)18a50be[pre-commit.ci] pre-commit autoupdate (#960)4703f87Handle load_pem_public_key ValueError (#952)9dc732fUpdate usage.rst (#958)ab8176aDecode with PyJWK (#886)c0a071dchore: update actions/download-artifact2afbe32Add coverage and improve performance of is_ssh_key (#940)97345a7[pre-commit.ci] pre-commit autoupdate (#953)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Technical Details
| ID: | 871469 |
| UUID: | 2820191181 |
| Node ID: | PR_kwDOAVZQxs6Jd1ZC |
| Host: | GitHub |
| Repository: | auth0/auth0-python |