Skip to content

Update dependency django-cors-headers to v3.14.0 #2

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 10, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
django-cors-headers (changelog) ==3.10.1 -> ==3.14.0 age adoption passing confidence

Release Notes

adamchainz/django-cors-headers (django-cors-headers)

v3.14.0

Compare Source

  • Support Django 4.2.

  • Switch from urlparse() to urlsplit() for URL parsing, reducing the middleware runtime up to 5%.
    This changes the type passed to origin_found_in_white_lists(), so if you have subclassed the middleware to override this method, you should check it is compatible (it most likely is).

    Thanks to Thibaut Decombe in PR #&#8203;793 <https://github.com/adamchainz/django-cors-headers/pull/793>__.

v3.13.0

Compare Source

  • Support Python 3.11.

  • Support Django 4.1.

v3.12.0

Compare Source

  • Drop support for Django 2.2, 3.0, and 3.1.

v3.11.0

Compare Source

  • Drop Python 3.6 support.

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency django-cors-headers to v3.11.0 Update dependency django-cors-headers to v3.12.0 May 15, 2022
@renovate renovate bot force-pushed the renovate/django-cors-headers-3.x branch from 78f943e to 7eacfc6 Compare May 15, 2022 22:50
@renovate renovate bot force-pushed the renovate/django-cors-headers-3.x branch from 7eacfc6 to af85d04 Compare June 18, 2022 17:11
@renovate renovate bot changed the title Update dependency django-cors-headers to v3.12.0 Update dependency django-cors-headers to v3.13.0 Jun 18, 2022
@renovate renovate bot changed the title Update dependency django-cors-headers to v3.13.0 Update dependency django-cors-headers to v3.14.0 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/django-cors-headers-3.x branch from af85d04 to ae9861a Compare March 18, 2023 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants