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

chore(deps-dev): bump authlib from 1.2.1 to 1.3.0 #1831

Merged
merged 1 commit into from Dec 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps authlib from 1.2.1 to 1.3.0.

Release notes

Sourced from authlib's releases.

Version 1.3.0

Bug fixes

Breaking changes

Changelog

Sourced from authlib's changelog.

Version 1.3.0

Released on Dec 17, 2023

  • Restore AuthorizationServer.create_authorization_response behavior, via :PR:558
  • Include leeway in validate_iat() for JWT, via :PR:565
  • Fix encode_client_secret_basic, via :PR:594
  • Use single key in JWK if JWS does not specify kid, via :PR:596
  • Fix error when RFC9068 JWS has no scope field, via :PR:598
  • Get werkzeug version using importlib, via :PR:591

New features:

  • RFC9068 implementation, via :PR:586, by @​azmeuk.

Breaking changes:

  • End support for python 3.7
Commits
  • a7d68b4 chore: release 1.3.0
  • a26f1d0 Merge GitHub action for release
  • 2d66702 Merge pull request #591 from Sparrow0hawk/patch-2
  • 0f8e087 docs: add changelog for 1.3.0
  • 3ffc950 chore: fix pypi release action
  • a2543b9 chore: add pypi github action
  • c7e1b2d chore: move configuration from setup.cfg to pyproject.toml
  • 04e83f6 Merge pull request #598 from tanguilp/fix-rfc9068-no-scope-in-jws
  • 092f688 Fix error when RFC9068 JWS has no scope field
  • ac58322 Get werkzeug version using importlib
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot requested a review from a team as a code owner December 18, 2023 21:26
@dependabot dependabot bot added the dependencies [auto] Pull requests that update 3rd party software libraries and requirements label Dec 18, 2023
Copy link

Coverage report

The coverage rate went from 90.87% to 90.87% ➡️
The branch rate is 85%.

None of the new lines are part of the tested code. Therefore, there is no coverage data about them.

@angela-tran
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/authlib-1.3.0 branch from c1ccf34 to 43d1e7c Compare December 19, 2023 23:04
@machikoyasuda
Copy link
Member

@dependabot rebase

Bumps [authlib](https://github.com/lepture/authlib) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/lepture/authlib/releases)
- [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst)
- [Commits](lepture/authlib@v1.2.1...v1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/authlib-1.3.0 branch from 43d1e7c to dce1167 Compare December 20, 2023 21:54
@machikoyasuda machikoyasuda self-assigned this Dec 20, 2023
Copy link
Member

@machikoyasuda machikoyasuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed Login.gov log in and out flow locally

@machikoyasuda machikoyasuda merged commit 611dcbc into dev Dec 20, 2023
8 checks passed
@machikoyasuda machikoyasuda deleted the dependabot/pip/authlib-1.3.0 branch December 20, 2023 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies [auto] Pull requests that update 3rd party software libraries and requirements
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants