marksweb / django-bleach

Bleach is a Python module that takes any HTML input, and returns valid, sanitised HTML that contains only an allowed subset of HTML tags, attributes and styles. django-bleach is a Django app that makes using bleach extremely easy.
MIT License
148 stars 23 forks source link

Bump django from 4.0.8 to 4.1.7 in /testproject #91

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps django from 4.0.8 to 4.1.7.

Commits
  • c57ff9b [4.1.x] Bumped version for 4.1.7 release.
  • 628b33a [4.1.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
  • 425c75f [4.1.x] Fixed #34318 -- Added release note for 4bfe8c0eec835b8eaffcda7dc1e3b2...
  • 590a92e [4.1.x] Fixed #34319 -- Fixed Model.validate_constraints() crash on Validatio...
  • ae53649 [4.1.x] Added stub release notes for 4.0.10 and 3.2.18.
  • 83c88af [4.1.x] Added stub release notes for 4.1.7.
  • 9ac634f [4.1.x] Added CVE-2023-23969 to security archive.
  • f3b6a4f [4.1.x] Ignored a637d0bd22665edfe7af40b4da3297462ec3c9cf formatting changes i...
  • a637d0b [4.1.x] Refs #33476 -- Applied Black's 2023 stable style.
  • c629c78 [4.1.x] Post-release version bump.
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/marksweb/django-bleach/network/alerts).
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
codecov[bot] commented 1 year ago

Codecov Report

Merging #91 (2699729) into main (d030246) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #91   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          133       133           
  Branches        27        27           
=========================================
  Hits           133       133           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dependabot[bot] commented 1 year ago

Superseded by #95.