Release notes
*Sourced from [pyjwt's releases](https://github.com/jpadilla/pyjwt/releases).*
> ## v1.7.0
> ### Changed
>
> - Remove CRLF line endings [#353](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/353)
>
> ### Fixed
>
> - Update usage.rst [#360](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/360)
>
> ### Added
>
> - Support for Python 3.7 [#375](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/375) [#379](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/379) [#384](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/384)
Changelog
*Sourced from [pyjwt's changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.md).*
> [v1.7.0][1.7.0]
> -------------------------------------------------------------------------
>
> ### Changed
>
> - Remove CRLF line endings [#353][353]
>
> ### Fixed
>
> - Update usage.rst [#360][360]
>
> ### Added
>
> - Support for Python 3.7 [#375][375] [#379][379] [#384][384]
Commits
- [`3f735fd`](https://github.com/jpadilla/pyjwt/commit/3f735fdf68cc865a6241aae1fcf92a410c73fbdb) Bump up version to v1.7.0
- [`30d4c5a`](https://github.com/jpadilla/pyjwt/commit/30d4c5a7f91e2425211b51c479f2f1e7a37f98b9) Import collection ABC's from correct module ([#384](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/384))
- [`2122f94`](https://github.com/jpadilla/pyjwt/commit/2122f94432d160a23e79a4771c05d71132dc6db9) Support Python 3.7 ([#375](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/375))
- [`72fb76e`](https://github.com/jpadilla/pyjwt/commit/72fb76e46152aa5ed92c87143809ddd677c4f12d) Fix broken badge image
- [`b616107`](https://github.com/jpadilla/pyjwt/commit/b616107dab3d977771cf3568eff6be5150f69037) Pin test requirements
- [`e7af85b`](https://github.com/jpadilla/pyjwt/commit/e7af85b41c6d9dd8f632e6bb6310a14de3aa73b6) Update Travis badge
- [`f1f21a7`](https://github.com/jpadilla/pyjwt/commit/f1f21a7b9d4bc5cce829679a08bb18780da64191) Run tests for python 3.7 ([#379](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/379))
- [`d3ffeab`](https://github.com/jpadilla/pyjwt/commit/d3ffeab58990021e0187a5ed07532945bdbb8d75) Fixes example invocations in README.rst and docs/index.rst. ([#368](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/368))
- [`c2a8559`](https://github.com/jpadilla/pyjwt/commit/c2a8559f6125490902c493e5815dd78097020da2) Merge pull request [#357](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/357) from purificant/travis_cleanup
- [`6845515`](https://github.com/jpadilla/pyjwt/commit/6845515ed8490045aa175580304bf8ebeec805ff) remove CRLF line endings ([#353](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/353))
- Additional commits viewable in [compare view](https://github.com/jpadilla/pyjwt/compare/1.6.4...1.7.0)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@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 these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- 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.
Bumps pyjwt from 1.6.4 to 1.7.0.
Release notes
*Sourced from [pyjwt's releases](https://github.com/jpadilla/pyjwt/releases).* > ## v1.7.0 > ### Changed > > - Remove CRLF line endings [#353](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/353) > > ### Fixed > > - Update usage.rst [#360](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/360) > > ### Added > > - Support for Python 3.7 [#375](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/375) [#379](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/379) [#384](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/384)Changelog
*Sourced from [pyjwt's changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.md).* > [v1.7.0][1.7.0] > ------------------------------------------------------------------------- > > ### Changed > > - Remove CRLF line endings [#353][353] > > ### Fixed > > - Update usage.rst [#360][360] > > ### Added > > - Support for Python 3.7 [#375][375] [#379][379] [#384][384]Commits
- [`3f735fd`](https://github.com/jpadilla/pyjwt/commit/3f735fdf68cc865a6241aae1fcf92a410c73fbdb) Bump up version to v1.7.0 - [`30d4c5a`](https://github.com/jpadilla/pyjwt/commit/30d4c5a7f91e2425211b51c479f2f1e7a37f98b9) Import collection ABC's from correct module ([#384](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/384)) - [`2122f94`](https://github.com/jpadilla/pyjwt/commit/2122f94432d160a23e79a4771c05d71132dc6db9) Support Python 3.7 ([#375](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/375)) - [`72fb76e`](https://github.com/jpadilla/pyjwt/commit/72fb76e46152aa5ed92c87143809ddd677c4f12d) Fix broken badge image - [`b616107`](https://github.com/jpadilla/pyjwt/commit/b616107dab3d977771cf3568eff6be5150f69037) Pin test requirements - [`e7af85b`](https://github.com/jpadilla/pyjwt/commit/e7af85b41c6d9dd8f632e6bb6310a14de3aa73b6) Update Travis badge - [`f1f21a7`](https://github.com/jpadilla/pyjwt/commit/f1f21a7b9d4bc5cce829679a08bb18780da64191) Run tests for python 3.7 ([#379](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/379)) - [`d3ffeab`](https://github.com/jpadilla/pyjwt/commit/d3ffeab58990021e0187a5ed07532945bdbb8d75) Fixes example invocations in README.rst and docs/index.rst. ([#368](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/368)) - [`c2a8559`](https://github.com/jpadilla/pyjwt/commit/c2a8559f6125490902c493e5815dd78097020da2) Merge pull request [#357](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/357) from purificant/travis_cleanup - [`6845515`](https://github.com/jpadilla/pyjwt/commit/6845515ed8490045aa175580304bf8ebeec805ff) remove CRLF line endings ([#353](https://github-redirect.dependabot.com/jpadilla/pyjwt/issues/353)) - Additional commits viewable in [compare view](https://github.com/jpadilla/pyjwt/compare/1.6.4...1.7.0)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
.If all status checks pass Dependabot will automatically merge this pull request.
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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@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 these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - 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.