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.8 to 5.0.9 #11023

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2024

Bumps django from 5.0.8 to 5.0.9.

Commits

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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 8, 2024
Copy link

dryrunsecurity bot commented Oct 8, 2024

DryRun Security Summary

The provided code change updates the requirements.txt file in the DefectDojo project, including a minor version update to Django from 5.0.8 to 5.0.9 and an update to the django-tagging library to a development version from GitHub, which are typical routine updates to dependencies to ensure the application's security and stability.

Expand for full summary

Summary:

The provided code change is an update to the requirements.txt file in the DefectDojo project, which is a web application for managing software vulnerabilities. The key changes include an update to the Django version from 5.0.8 to 5.0.9, and an update to the django-tagging library to a development version from GitHub. These changes are typical routine updates to dependencies, which is a common practice in software development to ensure the application is using the latest stable and secure versions of its dependencies. From an application security perspective, the update to the Django version is the most notable change, as it helps to mitigate any security vulnerabilities that may have been discovered in the previous version. Overall, the changes appear to be focused on maintaining the security and stability of the application's dependencies.

Files Changed:

  • requirements.txt: This file has been updated to include the following changes:
    • The Django version has been updated from 5.0.8 to 5.0.9. This is a minor version update, which typically includes bug fixes and security patches.
    • The django-tagging library is being updated to a development version from GitHub, rather than using the older 0.5.0 version. This is likely due to the need for newer features or bug fixes in the tagging functionality.

Code Analysis

We ran 9 analyzers against 1 file and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 1 finding

Riskiness

🟢 Risk threshold not exceeded.

View PR in the DryRun Dashboard.

@mtesauro
Copy link
Contributor

mtesauro commented Oct 9, 2024

@dependabot recreate

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-5.0.9 branch from 682b065 to cca5b8c Compare October 9, 2024 22:27
@Maffooch Maffooch changed the base branch from master to bugfix October 9, 2024 22:57
@mtesauro
Copy link
Contributor

mtesauro commented Oct 9, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2024

The base commit for this pull request has not changed.

Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

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

Approved

@mtesauro mtesauro merged commit 67d87e7 into bugfix Oct 9, 2024
73 of 74 checks passed
@dependabot dependabot bot deleted the dependabot/pip/django-5.0.9 branch October 9, 2024 23:09
pedrohdjs pushed a commit to pedrohdjs/django-DefectDojo-sorting that referenced this pull request Oct 21, 2024
Bumps [django](https://github.com/django/django) from 5.0.8 to 5.0.9.
- [Commits](django/django@5.0.8...5.0.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

2 participants