Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyjwt from 1.5.3 to 1.6.4 #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps pyjwt from 1.5.3 to 1.6.4.

Release notes

Sourced from pyjwt's releases.

v1.6.4

Fixed

  • Reverse an unintentional breaking API change to .decode() #352

v1.6.3

Note: I accidentally published v1.6.2 and removed it from PyPI, that's why the jump to v1.6.3

Changed

  • All exceptions inherit from PyJWTError #340

Added

  • Add type hints #344
  • Add help module 7ca41e53b3d7d9f5cd31bdd8a2b832d192006239

Docs

  • Added section to usage docs for jwt.get_unverified_header() #350
  • Update legacy instructions for using pycrypto #337

v1.6.1

Fixed

  • Audience parameter throws InvalidAudienceError when application does not specify an audience, but the token does. #336

v1.6.0

Changed

  • Dropped support for python 2.6 and 3.3 #301
  • An invalid signature now raises an InvalidSignatureError instead of DecodeError #316

Fixed

  • Fix over-eager fallback to stdin #304

Added

  • Audience parameter now supports iterables #306
Changelog

Sourced from pyjwt's changelog.

[v1.6.4][1.6.4]

Fixed

  • Reverse an unintentional breaking API change to .decode() [#352][352]

[v1.6.3][1.6.3]

Changed

  • All exceptions inherit from PyJWTError [#340][340]

Added

  • Add type hints [#344][344]
  • Add help module [7ca41e][7ca41e]

Docs

  • Added section to usage docs for jwt.get_unverified_header() [#350][350]
  • Update legacy instructions for using pycrypto [#337][337]

[v1.6.1][1.6.1]

Fixed

  • Audience parameter throws InvalidAudienceError when application does not specify an audience, but the token does. [#336][336]

[v1.6.0][1.6.0]

Changed

  • Dropped support for python 2.6 and 3.3 [#301][301]
  • An invalid signature now raises an InvalidSignatureError instead of DecodeError [#316][316]

Fixed

  • Fix over-eager fallback to stdin [#304][304]

Added

  • Audience parameter now supports iterables [#306][306]
Commits

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant