Skip to content

chore(deps): update ci-configs - #417

Merged
alexpriv8 merged 1 commit into
masterfrom
renovate/ci-configs
Aug 31, 2026
Merged

chore(deps): update ci-configs#417
alexpriv8 merged 1 commit into
masterfrom
renovate/ci-configs

Conversation

@renovate

@renovate renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
PyCQA/isort repository patch 9.0.0b19.0.1 OpenSSF Scorecard
PyCQA/pylint repository patch v4.0.7v4.0.8 OpenSSF Scorecard
abravalheri/validate-pyproject repository minor v0.250.26 OpenSSF Scorecard
astral-sh/ruff-pre-commit repository patch v0.16.3v0.16.5 OpenSSF Scorecard
renovatebot/pre-commit-hooks repository minor 44.7.244.52.1 OpenSSF Scorecard

Warning

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

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

PyCQA/isort (PyCQA/isort)

v9.0.1

Compare Source

🪲 Fixes
Other changes

Full Changelog: PyCQA/isort@9.0.0...9.0.1

PyCQA/pylint (PyCQA/pylint)

v4.0.8

Compare Source

What's new in Pylint 4.0.8?

Release date: 2026-08-29

False Positives Fixed

  • Fix a false positive for :ref:unspecified-encoding when an open call uses a mode
    argument that cannot be inferred.

    Closes #​10201

  • Fix a false positive for invalid-name (C0103) on names assigned in an
    if __name__ == "__main__": block. Such a block reads like a script body, so
    a name there is now accepted if it matches either the constant or the variable
    naming style.

    Closes #​10766

  • Fix false positives for :ref:invalid-str-returned, :ref:invalid-repr-returned,
    :ref:invalid-format-returned, :ref:invalid-bytes-returned, :ref:invalid-hash-returned,
    :ref:invalid-index-returned, :ref:invalid-length-returned,
    :ref:invalid-length-hint-returned, :ref:invalid-getnewargs-returned and
    :ref:invalid-getnewargs-ex-returned when the returned value is an instance of a
    subclass of the expected builtin type, such as self in a str subclass or a
    namedtuple.

    Closes #​11306

  • Fix false positives for :ref:bad-string-format-type when the argument is an
    instance of a subclass of int, float or str, such as bool or an
    IntEnum member formatted with %d.

    Closes #​11315

False Negatives Fixed

  • redundant-unittest-assert now also flags assertEqual and assertNotEqual
    when both compared values are constants, e.g. self.assertEqual(5, 5).

    Closes #​11321

Other Bug Fixes

  • Fix a crash in the docparams extension when a raised name does not infer to an exception, such as raise sum or raise some_module. Such objects have no ancestors(), which aborted the whole file with an astroid-error fatal message.

    Closes #​11228

  • Fix a crash in the use-yield-from checker (AttributeError: 'Subscript' object has no attribute 'name') when a loop target is a subscript, attribute, or tuple.

    Closes #​11286

  • Fix a crash in the docparams extension (AttributeError: 'AssignName' object has no attribute 'decorators') when a class has non-function attributes sharing the name of a property setter.

    Closes #​11287

Other Changes

  • Upgrade the isort upper bound so isort 9 can be installed alongside pylint.

    Closes #​11351

abravalheri/validate-pyproject (abravalheri/validate-pyproject)

v0.26

Compare Source

============

  • Add support for :pep:808 partially dynamic metadata by :user:henryiii
    (:pr:314)
  • Allow multiple schemas describing the same tool when the schema definitions
    are identical by :user:henryiii (:pr:303)
  • Improve SchemaStore compatibility by supporting relative schema URLs by
    :user:henryiii (:pr:306)
  • Apply filtering before loading validate_pyproject.multi_schema entry
    points by :user:henryiii (:pr:318)
  • Add timeouts to network requests to avoid indefinite blocking by
    :user:henryiii (:pr:319)
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.16.5

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.16.5

v0.16.4

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.16.4

renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v44.52.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.52.1 for more changes

v44.52.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.52.0 for more changes

v44.51.2

Compare Source

v44.51.1

Compare Source

v44.51.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.51.0 for more changes

v44.50.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.50.3 for more changes

v44.50.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.50.2 for more changes

v44.50.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.50.1 for more changes

v44.50.0

Compare Source

v44.49.1

Compare Source

v44.49.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.49.0 for more changes

v44.48.3

Compare Source

v44.48.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.48.2 for more changes

v44.48.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.48.1 for more changes

v44.48.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.48.0 for more changes

v44.47.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.47.0 for more changes

v44.46.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.46.7 for more changes

v44.46.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.46.6 for more changes

v44.46.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.46.5 for more changes

v44.46.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.46.4 for more changes

v44.46.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.46.2 for more changes

v44.46.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.46.1 for more changes

v44.46.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.46.0 for more changes

v44.45.4

Compare Source

v44.45.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.45.3 for more changes

v44.45.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.45.2 for more changes

v44.45.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.45.1 for more changes

v44.45.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.45.0 for more changes

v44.44.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.44.0 for more changes

v44.43.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.43.1 for more changes

v44.43.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.43.0 for more changes

v44.42.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.42.1 for more changes

v44.40.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.40.0 for more changes

v44.39.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.39.3 for more changes

v44.39.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.39.2 for more changes

v44.39.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.39.1 for more changes

v44.39.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.39.0 for more changes

v44.38.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.38.0 for more changes

v44.37.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.37.1 for more changes

v44.37.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.37.0 for more changes

v44.36.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.36.0 for more changes

v44.35.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.35.5 for more changes

v44.35.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.35.3 for more changes

v44.35.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.35.2 for more changes

v44.35.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.35.1 for more changes

v44.35.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.35.0 for more changes

v44.34.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.34.3 for more changes

v44.34.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.34.1 for more changes

v44.34.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.34.0 for more changes

v44.33.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.33.2 for more changes

v44.33.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.33.1 for more changes

v44.33.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.33.0 for more changes

v44.32.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.32.6 for more changes

v44.32.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.32.5 for more changes

v44.32.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.32.4 for more changes

v44.32.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.32.2 for more changes

v44.32.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.32.1 for more changes

v44.32.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.32.0 for more changes

v44.31.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.31.0 for more changes

v44.30.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.30.4 for more changes

v44.30.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.30.3 for more changes

v44.30.2

Compare Source

v44.30.1

Compare Source

v44.30.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.30.0 for more changes

v44.29.5

Compare Source

v44.29.4

Compare Source

v44.29.3

Compare Source

v44.29.2

Compare Source

v44.29.1

Compare Source

v44.28.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.28.0 for more changes

v44.27.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.27.0 for more changes

v44.26.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.26.3 for more changes

v44.26.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.26.0 for more changes

v44.25.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.25.0 for more changes

v44.24.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.24.3 for more changes

v44.24.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.24.2 for more changes

v44.24.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.24.0 for more changes

v44.23.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.23.3 for more changes

v44.23.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.23.1 for more changes

v44.23.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.23.0 for more changes

v44.22.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.22.0 for more changes

v44.20.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.20.1 for more changes

v44.19.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.19.0 for more changes

v44.18.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.18.0 for more changes

v44.17.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.17.4 for more changes

v44.17.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.17.3 for more changes

v44.17.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.17.2 for more changes

v44.17.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.17.1 for more changes

v44.17.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.17.0 for more changes

v44.16.1

Compare Source

v44.15.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.15.0 for more changes

v44.14.12

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.14.12 for more changes

v44.14.10

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.14.10 for more changes

v44.14.9

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.14.9 for more changes

v44.14.8

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.14.8 for more changes

v44.14.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.14.7 for more changes

v44.14.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.14.5 for more changes

v44.14.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.14.4 for more changes

v44.14.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.14.3 for more changes

v44.14.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.14.1 for more changes

v44.14.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.14.0 for more changes

v44.13.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.13.3 for more changes

v44.13.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.13.2 for more changes

v44.13.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.13.1 for more changes

v44.13.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.13.0 for more changes

v44.12.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.12.0 for more changes

v44.11.8

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.11.8 for more changes

v44.11.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.11.7 for more changes

v44.11.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.11.6 for more changes

v44.11.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.11.5 for more changes

v44.11.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.11.4 for more changes

v44.11.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.11.3 for more changes

v44.11.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.11.2 for more changes

v44.11.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.11.1 for more changes

v44.11.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.11.0 for more changes

v44.10.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.10.0 for more changes

v44.9.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.9.2 for more changes

v44.9.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.9.1 for more changes

v44.9.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.9.0 for more changes

v44.8.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.8.1 for more changes

v44.8.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.8.0 for more changes

v44.7.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/44.7.4 for more changes


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copilot AI lite review requested due to automatic review settings August 31, 2026 03:47
@renovate
renovate Bot requested review from a team as code owners August 31, 2026 03:47
@deepsource-io

deepsource-io Bot commented Aug 31, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in 95c8c42...8f7d908 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Secrets Aug 31, 2026 3:47a.m. Review ↗
Python Aug 31, 2026 3:47a.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates pinned versions in the repository’s pre-commit configuration to keep CI/lint tooling current and aligned with upstream releases.

Changes:

  • Bump renovatebot/pre-commit-hooks to 44.52.1.
  • Bump validate-pyproject, ruff-pre-commit, pylint, and isort pins to their latest referenced releases.
Suppressed comments (1)

.pre-commit-config.yaml:151

  • The # frozen: value dropped the leading v (v0.250.26), but the upstream release/tag appears to be v0.26 (per PR metadata). Keeping the tag format consistent makes it easier to audit pins.
    rev: 17e12779811926f000bdfa1795f9e3735dd71ac3 # frozen: 0.26

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .pre-commit-config.yaml
# Renovate
- repo: https://github.com/renovatebot/pre-commit-hooks # ci:ignore:OK to validate locally only, otherwise it adds 850MB+ to unpacked cache
rev: "44.7.2" # frozen: 43.285.7
rev: "44.52.1" # frozen: 43.285.7
Copilot AI review requested due to automatic review settings August 31, 2026 06:43
@renovate

renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Suppressed comments (1)

.pre-commit-config.yaml:67

  • The # frozen: annotation appears to document the human-readable version corresponding to the pinned rev. Here it still says 43.285.7 while rev was updated to 44.52.1, which is likely stale and confusing for future updates. Consider updating (or removing) the # frozen: value to match the pinned version.
    rev: "44.52.1" # frozen: 43.285.7

@alexpriv8
alexpriv8 merged commit 3a4fedc into master Aug 31, 2026
9 of 10 checks passed
@alexpriv8
alexpriv8 deleted the renovate/ci-configs branch August 31, 2026 16:54
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.

2 participants