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

Update dependency ruff from 0.5.0 to v0.5.1 (requirements-lint.txt) #10521

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ruff (source, changelog) ==0.5.0 -> ==0.5.1 age adoption passing confidence

Release Notes

astral-sh/ruff (ruff)

v0.5.1

Compare Source

Preview features
  • [flake8-bugbear] Implement mutable-contextvar-default (B039) (#​12113)
  • [pycodestyle] Whitespace after decorator (E204) (#​12140)
  • [pytest] Reverse PT001 and PT0023 defaults (#​12106)
Rule changes
  • Enable token-based rules on source with syntax errors (#​11950)
  • [flake8-bandit] Detect httpx for S113 (#​12174)
  • [numpy] Update NPY201 to include exception deprecations (#​12065)
  • [pylint] Generate autofix for duplicate-bases (PLE0241) (#​12105)
Server
  • Avoid syntax error notification for source code actions (#​12148)
  • Consider the content of the new cells during notebook sync (#​12203)
  • Fix replacement edit range computation (#​12171)
Bug fixes
  • Disable auto-fix when source has syntax errors (#​12134)
  • Fix cache key collisions for paths with separators (#​12159)
  • Make requires-python inference robust to == (#​12091)
  • Use char-wise width instead of str-width (#​12135)
  • [pycodestyle] Avoid E275 if keyword followed by comma (#​12136)
  • [pycodestyle] Avoid E275 if keyword is followed by a semicolon (#​12095)
  • [pylint] Skip dummy variables for PLR1704 (#​12190)
Performance
  • Remove allocation in parse_identifier (#​12103)
  • Use CompactString for Identifier AST node (#​12101)

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 Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 5, 2024
Copy link

dryrunsecurity bot commented Jul 5, 2024

Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.

DryRun Security Status Findings
Server-Side Request Forgery Analyzer 0 findings
Configured Codepaths Analyzer 0 findings
IDOR Analyzer 0 findings
Sensitive Files Analyzer 0 findings
SQL Injection Analyzer 0 findings
Authn/Authz Analyzer 0 findings
Secrets Analyzer 0 findings

Note

🟢 Risk threshold not exceeded.

Change Summary (click to expand)

The following is a summary of changes in this pull request made by me, your security buddy 🤖. Note that this summary is auto-generated and not meant to be a definitive list of security issues but rather a helpful summary from a security perspective.

Summary:

The code change in this Pull Request is a minor version update for the ruff package in the requirements-lint.txt file, from version 0.5.0 to 0.5.1. As an application security engineer, I have reviewed the changes and determined that this update is relatively low-risk from a security perspective.

Version updates for linting tools are generally not a major security concern, as they are not directly involved in the application's core functionality or attack surface. However, it is recommended to review the changelog or release notes for the new version of ruff to ensure there are no security-related bug fixes or improvements included. Additionally, it's important to ensure that the updated version of ruff is compatible with the rest of the application's dependencies and does not introduce any new conflicts or issues.

Files Changed:

  • requirements-lint.txt: This file has been updated to include the new version of the ruff package, from 0.5.0 to 0.5.1. This is a minor version update, which typically includes bug fixes and small improvements, rather than major new features or functionality.

Powered by DryRun Security

Copy link

sonarcloud bot commented Jul 5, 2024

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 9e2f02b into dev Jul 5, 2024
127 checks passed
@renovate renovate bot deleted the renovate/ruff-0.x branch July 5, 2024 17:45
mwager added a commit to mwager/django-DefectDojo that referenced this pull request Jul 15, 2024
* dev:
  Update dependency ruff from 0.5.0 to v0.5.1 (requirements-lint.txt) (DefectDojo#10521)
  Bump django-debug-toolbar from 4.4.2 to 4.4.4 (DefectDojo#10520)
  Bump boto3 from 1.34.138 to 1.34.139 (DefectDojo#10518)
  Bump psycopg[binary] from 3.1.19 to 3.2.1 (DefectDojo#10517)
  Bump packageurl-python from 0.15.1 to 0.15.2 (DefectDojo#10516)
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants