Update dependency django-csp to v3.8 #113

Open
renovate wants to merge 1 commits from renovate/django-csp-3.x into master
Collaborator

This PR contains the following updates:

Package Update Change
django-csp (changelog) minor ==3.7 -> ==3.8

Release Notes

mozilla/django-csp (django-csp)

v3.8

Compare Source

===

Please note: this release folds in a number of fixups, upgrades and documentation tweaks,
but is functionally the same as 3.7. New features will come with 3.9+

  • Update Python syntax for modern versions with pyupgrade
  • Drop support for EOL Python <3.8 and Django <2.2 version; add support up to Django 5 on Python 3.12
  • Switch to ruff instead of pep8 and flake8
  • Move from CircleCI to Github Actions for CI
  • Add support for using pre-commit with the project
  • Remove deprecation warning for child-src
  • Fix capturing brackets in script template tags
  • Update docs to clarify when nonce will not be added to headers
  • Move from setup.py and setup.cfg to pyproject.toml (#​209)

Note: identical other than release packaging to 3.8rc1


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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [django-csp](https://github.com/mozilla/django-csp) ([changelog](https://github.com/mozilla/django-csp/blob/main/CHANGES)) | minor | `==3.7` -> `==3.8` | --- ### Release Notes <details> <summary>mozilla/django-csp (django-csp)</summary> ### [`v3.8`](https://github.com/mozilla/django-csp/blob/HEAD/CHANGES#38) [Compare Source](https://github.com/mozilla/django-csp/compare/3.7...3.8) \=== Please note: this release folds in a number of fixups, upgrades and documentation tweaks, but is functionally the same as 3.7. New features will come with 3.9+ - Update Python syntax for modern versions with pyupgrade - Drop support for EOL Python <3.8 and Django <2.2 version; add support up to Django 5 on Python 3.12 - Switch to ruff instead of pep8 and flake8 - Move from CircleCI to Github Actions for CI - Add support for using pre-commit with the project - Remove deprecation warning for child-src - Fix capturing brackets in script template tags - Update docs to clarify when nonce will not be added to headers - Move from setup.py and setup.cfg to pyproject.toml ([#&#8203;209](https://github.com/mozilla/django-csp/issues/209)) Note: identical other than release packaging to 3.8rc1 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate added 1 commit 2024-03-01 16:00:39 +00:00
renovate force-pushed renovate/django-csp-3.x from 7ad4b24f5e to 8dd89a2d60 2024-04-01 14:01:13 +01:00 Compare
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/django-csp-3.x master
git pull origin renovate/django-csp-3.x

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff renovate/django-csp-3.x
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: repos/website#113
No description provided.