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

Bump django from 5.0.7 to 5.0.8 in /backend #944

Merged
merged 2 commits into from
Aug 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2024

Bumps django from 5.0.7 to 5.0.8.

Commits
  • 84d1102 [5.0.x] Bumped version for 5.0.8 release.
  • 32ebcbf [5.0.x] Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection att...
  • 523da87 [5.0.x] Fixed CVE-2024-41991 -- Prevented potential ReDoS in django.utils.htm...
  • 7b7b909 [5.0.x] Fixed CVE-2024-41990 -- Mitigated potential DoS in urlize and urlizet...
  • 27900fe [5.0.x] Fixed CVE-2024-41989 -- Prevented excessive memory consumption in flo...
  • d7f9554 [5.0.x] Fixed #35657 -- Made FileField handle db_default values.
  • 333cfab [5.0.x] Fixed #35638 -- Updated validate_constraints to consider db_default.
  • e88ef6a [5.0.x] Refs #35638 -- Avoided wrapping expressions with Value in get_field...
  • c822ad6 [5.0.x] Fixed #35628 -- Allowed compatible GeneratedFields for ModelAdmin.dat...
  • 3aa9acd [5.0.x] Added stub release notes and release date for 5.0.8 and 4.2.15.
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [django](https://github.com/django/django) from 5.0.7 to 5.0.8.
- [Commits](django/django@5.0.7...5.0.8)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 7, 2024
Copy link
Contributor

github-actions bot commented Aug 7, 2024

Thank you for the pull request!

The activist team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)

If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Development rooms once you're in. Also consider joining our bi-weekly Saturday dev syncs. It'd be great to have you!

Maintainer checklist

  • The commit messages for the remote branch should be checked to make sure the contributor's email is set up correctly so that they receive credit for their contribution

    • The contributor's name and icon in remote commits should be the same as what appears in the PR
    • If there's a mismatch, the contributor needs to make sure that the email they use for GitHub matches what they have for git config user.email in their local activist repo
  • The TypeScript and formatting workflows within the PR checks do not indicate new errors in the files changed

  • The Playwright end to end and Zap penetration tests have been ran and are passing (if necessary)

  • The CHANGELOG has been updated with a description of the changes for the upcoming release and the corresponding issue (if necessary)

Copy link

netlify bot commented Aug 7, 2024

Deploy Preview for activist-org canceled.

Name Link
🔨 Latest commit fb81cf0
🔍 Latest deploy log https://app.netlify.com/sites/activist-org/deploys/66b3e2801a2b4800084060d4

@andrewtavis andrewtavis self-requested a review August 7, 2024 21:01
@andrewtavis
Copy link
Member

Work here was pip-compile --rebuild requirements.in and pip-compile --rebuild requirements-dev.in in backend, as always :)

Copy link
Member

@andrewtavis andrewtavis left a comment

Choose a reason for hiding this comment

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

Approving the dependabot update :)

@andrewtavis andrewtavis merged commit 3386da4 into main Aug 7, 2024
6 checks passed
@andrewtavis andrewtavis deleted the dependabot/pip/backend/django-5.0.8 branch August 7, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant