Skip to content

Bump pyjwt from 2.0.1 to 2.5.0#88

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyjwt-2.5.0
Closed

Bump pyjwt from 2.0.1 to 2.5.0#88
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyjwt-2.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2022

Copy link
Copy Markdown
Contributor

Bumps pyjwt from 2.0.1 to 2.5.0.

Release notes

Sourced from pyjwt's releases.

2.5.0

What's Changed

New Contributors

Full Changelog: jpadilla/pyjwt@2.4.0...2.5.0

2.4.0

Security

What's Changed

... (truncated)

Changelog

Sourced from pyjwt's changelog.

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning <https://semver.org/>__.

Unreleased <https://github.com/jpadilla/pyjwt/compare/2.5.0...HEAD>__

Changed


Fixed
~~~~~

Added


`v2.4.0 &lt;https://github.com/jpadilla/pyjwt/compare/2.4.0...2.5.0&gt;`__
-----------------------------------------------------------------------

Changed
</code></pre>
<ul>
<li>Skip keys with incompatible alg when loading JWKSet by <a href="https://github.com/DaGuich&quot;&gt;&lt;code&gt;@​DaGuich&lt;/code&gt;&lt;/a> in <code>#762 &lt;https://github.com/jpadilla/pyjwt/pull/762&amp;gt;&lt;/code&gt;__&lt;/li>
<li>Remove support for python3.6 by <a href="https://github.com/sirosen&quot;&gt;&lt;code&gt;@​sirosen&lt;/code&gt;&lt;/a> in <code>#777 &lt;https://github.com/jpadilla/pyjwt/pull/777&amp;gt;&lt;/code&gt;__&lt;/li>
<li>Emit a deprecation warning for unsupported kwargs by <a href="https://github.com/sirosen&quot;&gt;&lt;code&gt;@​sirosen&lt;/code&gt;&lt;/a> in <code>#776 &lt;https://github.com/jpadilla/pyjwt/pull/776&amp;gt;&lt;/code&gt;__&lt;/li>
<li>Remove redundant wheel dep from pyproject.toml by <a href="https://github.com/mgorny&quot;&gt;&lt;code&gt;@​mgorny&lt;/code&gt;&lt;/a> in <code>#765 &lt;https://github.com/jpadilla/pyjwt/pull/765&amp;gt;&lt;/code&gt;__&lt;/li>
<li>Do not fail when an unusable key occurs by <a href="https://github.com/DaGuich&quot;&gt;&lt;code&gt;@​DaGuich&lt;/code&gt;&lt;/a> in <code>#762 &lt;https://github.com/jpadilla/pyjwt/pull/762&amp;gt;&lt;/code&gt;__&lt;/li>
<li>Update audience typing by <a href="https://github.com/JulianMaurin&quot;&gt;&lt;code&gt;@​JulianMaurin&lt;/code&gt;&lt;/a> in <code>#782 &lt;https://github.com/jpadilla/pyjwt/pull/782&amp;gt;&lt;/code&gt;__&lt;/li>
<li>Improve PyJWKSet error accuracy by <a href="https://github.com/JulianMaurin&quot;&gt;&lt;code&gt;@​JulianMaurin&lt;/code&gt;&lt;/a> in <code>#786 &lt;https://github.com/jpadilla/pyjwt/pull/786&amp;gt;&lt;/code&gt;__&lt;/li>
<li>Mypy as pre-commit check + api_jws typing by <a href="https://github.com/JulianMaurin&quot;&gt;&lt;code&gt;@​JulianMaurin&lt;/code&gt;&lt;/a> in <code>#787 &lt;https://github.com/jpadilla/pyjwt/pull/787&amp;gt;&lt;/code&gt;__&lt;/li>
</ul>
<p>Fixed</p>
<pre><code>

  • Adjust expected exceptions in option merging tests for PyPy3 by @mgorny in [#763](https://github.com/jpadilla/pyjwt/issues/763) &amp;lt;https://github.com/jpadilla/pyjwt/pull/763&amp;gt;__
  • Fixes for pyright on strict mode by @brandon-leapyear in [#747](https://github.com/jpadilla/pyjwt/issues/747) &amp;lt;https://github.com/jpadilla/pyjwt/pull/747&amp;gt;__
  • docs: fix simple typo, iinstance -&gt; isinstance by @timgates42 in [#774](https://github.com/jpadilla/pyjwt/issues/774) &amp;lt;https://github.com/jpadilla/pyjwt/pull/774&amp;gt;__
  • Fix typo: priot -&gt; prior by @jdufresne in [#780](https://github.com/jpadilla/pyjwt/issues/780) &amp;lt;https://github.com/jpadilla/pyjwt/pull/780&amp;gt;__
  • Fix for headers disorder issue by @kadabusha in [#721](https://github.com/jpadilla/pyjwt/issues/721) &amp;lt;https://github.com/jpadilla/pyjwt/pull/721&amp;gt;__

Added
</code></pre>
<ul>
<li>Add to_jwk static method to ECAlgorithm by <a href="https://github.com/leonsmith&quot;&gt;&lt;code&gt;@​leonsmith&lt;/code&gt;&lt;/a> in <code>#732 &lt;https://github.com/jpadilla/pyjwt/pull/732&amp;gt;&lt;/code&gt;__&lt;/li>
<li>Expose get_algorithm_by_name as new method by <a href="https://github.com/sirosen&quot;&gt;&lt;code&gt;@​sirosen&lt;/code&gt;&lt;/a> in <code>#773 &lt;https://github.com/jpadilla/pyjwt/pull/773&amp;gt;&lt;/code&gt;__&lt;/li>
<li>Add type hints to jwt/help.py and add missing types dependency by <a href="https://github.com/kkirsche&quot;&gt;&lt;code&gt;@​kkirsche&lt;/code&gt;&lt;/a> in <code>#784 &lt;https://github.com/jpadilla/pyjwt/pull/784&amp;gt;&lt;/code&gt;__&lt;/li>
<li>Add cacheing functionality for JWK set by <a href="https://github.com/wuhaoyujerry&quot;&gt;&lt;code&gt;@​wuhaoyujerry&lt;/code&gt;&lt;/a> in <code>#781 &lt;https://github.com/jpadilla/pyjwt/pull/781&amp;gt;&lt;/code&gt;__&lt;/li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/jpadilla/pyjwt/commit/c9006103b56359b3ad788bb2e380ef17dfe59b05&quot;&gt;&lt;code&gt;c900610&lt;/code&gt;&lt;/a> Bump version to 2.5.0 (<a href="https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/801&quot;&gt;#801&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/jpadilla/pyjwt/commit/5ecbafc366ebc4940ce4eac81350bc41887a4433&quot;&gt;&lt;code&gt;5ecbafc&lt;/code&gt;&lt;/a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/791&quot;&gt;#791&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/jpadilla/pyjwt/commit/f827be366cc2560266a412697b5194ee4782b510&quot;&gt;&lt;code&gt;f827be3&lt;/code&gt;&lt;/a> Mypy as pre-commit check + api_jws typing (<a href="https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/787&quot;&gt;#787&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/jpadilla/pyjwt/commit/e8780abdd561963e3b0ca49ecec8b8519a793f75&quot;&gt;&lt;code&gt;e8780ab&lt;/code&gt;&lt;/a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/788&quot;&gt;#788&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/jpadilla/pyjwt/commit/fc5b94eb3575254caba599218246616c75fecdc7&quot;&gt;&lt;code&gt;fc5b94e&lt;/code&gt;&lt;/a> Add cacheing functionality for JWK set (<a href="https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/781&quot;&gt;#781&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/jpadilla/pyjwt/commit/ae3da7469ff8c28b726e082cd671997e09b19d55&quot;&gt;&lt;code&gt;ae3da74&lt;/code&gt;&lt;/a> Add type hints to jwt/help.py and add missing types dependency (<a href="https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/784&quot;&gt;#784&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/jpadilla/pyjwt/commit/435e826da56a105da51176355a29cdc00420f4c1&quot;&gt;&lt;code&gt;435e826&lt;/code&gt;&lt;/a> Improve PyJWKSet error accuracy (<a href="https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/786&quot;&gt;#786&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/jpadilla/pyjwt/commit/98a5c1d61ee180f5b3574e142f5938d24146ee99&quot;&gt;&lt;code&gt;98a5c1d&lt;/code&gt;&lt;/a> Update audience typing (<a href="https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/782&quot;&gt;#782&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/jpadilla/pyjwt/commit/0bef0fbff5c245668578a43774d8620bdba4a6f7&quot;&gt;&lt;code&gt;0bef0fb&lt;/code&gt;&lt;/a> Fix for headers disorder issue (<a href="https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/721&quot;&gt;#721&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/jpadilla/pyjwt/commit/c8fda69f09bc293960c141288633fbd1399e0b2b&quot;&gt;&lt;code&gt;c8fda69&lt;/code&gt;&lt;/a> Fix typo: priot -&gt; prior (<a href="https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/780&quot;&gt;#780&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/jpadilla/pyjwt/compare/2.0.1...2.5.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.1 to 2.5.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.0.1...2.5.0)

---
updated-dependencies:
- dependency-name: pyjwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 19, 2022
@dependabot @github

dependabot Bot commented on behalf of github Oct 20, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #97.

@dependabot dependabot Bot closed this Oct 20, 2022
@dependabot dependabot Bot deleted the dependabot/pip/pyjwt-2.5.0 branch October 20, 2022 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants