rhaamo / StockazIO

Components/hardware management webapp for DIYers.
https://demo.stockazio.squeaky.tech/public/parts
GNU Affero General Public License v3.0
18 stars 1 forks source link

Update django #582

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Django (source, changelog) ==4.1.0 -> ==4.1.2 age adoption passing confidence
django-oauth-toolkit ==2.1.0 -> ==2.2.0 age adoption passing confidence

Release Notes

django/django ### [`v4.1.2`](https://togithub.com/django/django/compare/4.1.1...4.1.2) [Compare Source](https://togithub.com/django/django/compare/4.1.1...4.1.2) ### [`v4.1.1`](https://togithub.com/django/django/compare/4.1...4.1.1) [Compare Source](https://togithub.com/django/django/compare/4.1...4.1.1)
jazzband/django-oauth-toolkit ### [`v2.2.0`](https://togithub.com/jazzband/django-oauth-toolkit/blob/HEAD/CHANGELOG.md#​220-2022-10-18) [Compare Source](https://togithub.com/jazzband/django-oauth-toolkit/compare/2.1.0...2.2.0) ##### WARNING Issues caused by **Release 2.0.0 breaking changes** continue to be logged. Please **make sure to carefully read these release notes** before performing a MAJOR upgrade to 2.x. These issues both result in `{"error": "invalid_client"}`: 1. The application client secret is now hashed upon save. You must copy it before it is saved. Using the hashed value will fail. 2. `PKCE_REQUIRED` is now `True` by default. You should use PKCE with your client or set `PKCE_REQUIRED=False` if you are unable to fix the client. ##### Added - [#​1208](https://togithub.com/jazzband/django-oauth-toolkit/issues/1208) Add 'code_challenge_method' parameter to authorization call in documentation - [#​1182](https://togithub.com/jazzband/django-oauth-toolkit/issues/1182) Add 'code_verifier' parameter to token requests in documentation ##### Changed - [#​1203](https://togithub.com/jazzband/django-oauth-toolkit/issues/1203) Support Django 4.1. ##### Fixed - [#​1203](https://togithub.com/jazzband/django-oauth-toolkit/issues/1203) Remove upper version bound on Django, to allow upgrading to Django 4.1.1 bugfix release. - [#​1210](https://togithub.com/jazzband/django-oauth-toolkit/issues/1210) Handle oauthlib errors on create token requests

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.