Skip to content

chore(deps): update dependency ruff to v0.15.7 [skip pre-commit.ci]#1230

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/dev
Open

chore(deps): update dependency ruff to v0.15.7 [skip pre-commit.ci]#1230
renovate[bot] wants to merge 1 commit intomainfrom
renovate/dev

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 30, 2026

This PR contains the following updates:

Package Type Update Change Pending OpenSSF
ruff (source, changelog) dependency-groups patch 0.15.60.15.7 0.15.8 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

astral-sh/ruff (ruff)

v0.15.7

Compare Source

Released on 2026-03-19.

Preview features
  • Display output severity in preview (#​23845)
  • Don't show noqa hover for non-Python documents (#​24040)
Rule changes
  • [pycodestyle] Recognize pyrefly: as a pragma comment (E501) (#​24019)
Server
  • Don't return code actions for non-Python documents (#​23905)
Documentation
  • Add company AI policy to contributing guide (#​24021)
  • Document editor features for Markdown code formatting (#​23924)
  • [pylint] Improve phrasing (PLC0208) (#​24033)
Other changes
  • Use PEP 639 license information (#​19661)
Contributors

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 30, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pyproject.toml
Artifact update for ruff resolved to version 0.15.8, which is a pending version that has not yet passed the Minimum Release Age threshold.
Renovate was attempting to update to 0.15.7
This is (likely) not a bug in Renovate, but due to the way your project pins dependencies, _and_ how Renovate calls your package manager to update them.
Until Renovate supports specifying an exact update to your package manager (https://github.com/renovatebot/renovate/issues/41624), it is recommended to directly pin your dependencies (with `rangeStrategy=pin` for apps, or `rangeStrategy=widen` for libraries)
See also: https://docs.renovatebot.com/dependency-pinning/

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 30, 2026

📚 Documentation Preview

Type URL Version Message
Production https://tux.atl.dev - -
Preview https://3e98d497-tux-docs.allthingslinux.workers.dev 3e98d497-28ad-4bc3-85e9-fdd78b3f0efe Preview: tux@3ce521979fe8da79052d9267eb8381460b90c82c on 1230/merge by renovate[bot] (run 510)

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 30, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA ecf0f84.
Ensure that dependencies are being submitted on PR branches. Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice.

License Issues

uv.lock

PackageVersionLicenseIssue Type
ruff0.15.8NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
pip/ruff 0.15.8 UnknownUnknown

Scanned Files

  • uv.lock

@sentry
Copy link
Copy Markdown

sentry bot commented Mar 30, 2026

❌ 3 Tests Failed:

Tests completed Failed Passed Skipped
664 3 661 36
View the full list of 3 ❄️ flaky test(s)
tests/modules/test_moderation_service_integration.py::TestModerationCoordinatorIntegration::test_complete_workflow_with_mod_logging_success

Flake rate in main: 32.86% (Passed 47 times, Failed 23 times)

Stack Traces | 0.188s run time
tests/modules/test_moderation_service_integration.py:569: in test_complete_workflow_with_mod_logging_success
    assert case.mod_log_message_id == mod_message.id
E   AssertionError: assert None == 999888777
E    +  where None = <Case id=1 guild=123456789 num=1 type=BAN user=555666777>.mod_log_message_id
E    +  and   999888777 = <MagicMock id='139675741472816'>.id
tests/modules/test_moderation_service_integration.py::TestModerationCoordinatorIntegration::test_mod_log_case_update_failure

Flake rate in main: 32.86% (Passed 47 times, Failed 23 times)

Stack Traces | 0.16s run time
.../hostedtoolcache/Python/3.13.11.../x64/lib/python3.13/unittest/mock.py:958: in assert_called_once
    raise AssertionError(msg)
E   AssertionError: Expected 'send' to have been called once. Called 0 times.

During handling of the above exception, another exception occurred:
tests/modules/test_moderation_service_integration.py:852: in test_mod_log_case_update_failure
    mod_channel.send.assert_called_once()
E   AssertionError: Expected 'send' to have been called once. Called 0 times.
tests/modules/test_moderation_service_integration.py::TestModerationCoordinatorIntegration::test_mod_log_send_failure_permissions

Flake rate in main: 32.86% (Passed 47 times, Failed 23 times)

Stack Traces | 0.151s run time
.../hostedtoolcache/Python/3.13.11.../x64/lib/python3.13/unittest/mock.py:958: in assert_called_once
    raise AssertionError(msg)
E   AssertionError: Expected 'send' to have been called once. Called 0 times.

During handling of the above exception, another exception occurred:
tests/modules/test_moderation_service_integration.py:782: in test_mod_log_send_failure_permissions
    mod_channel.send.assert_called_once()
E   AssertionError: Expected 'send' to have been called once. Called 0 times.

To view more test analytics, go to the [Prevent Tests Dashboard](https://All Things Linux.sentry.io/prevent/tests/?preventPeriod=30d&integratedOrgName=allthingslinux&repository=tux&branch=renovate%2Fdev)

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| pypi       | ruff    | 0.15.6 | 0.15.7 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants