chore(deps-dev): bump the python-dependencies group across 1 directory with 4 updates - #57
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump the python-dependencies group across 1 directory with 4 updates#57dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #57 +/- ##
=====================================
Coverage 92.6% 92.6%
=====================================
Files 4 4
Lines 924 924
Branches 178 178
=====================================
Hits 856 856
Misses 39 39
Partials 29 29 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
dependabot
Bot
force-pushed
the
dependabot/uv/python-dependencies-6724b2c42f
branch
from
August 20, 2026 18:45
ba2acbe to
b3af92e
Compare
…y with 4 updates Bumps the python-dependencies group with 4 updates in the / directory: [ruff](https://github.com/astral-sh/ruff), [prek](https://github.com/j178/prek), [pylint](https://github.com/pylint-dev/pylint) and [zensical](https://github.com/zensical/zensical). Updates `ruff` from 0.16.0 to 0.16.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.16.0...0.16.3) Updates `prek` from 0.4.11 to 0.4.14 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.4.11...v0.4.14) Updates `pylint` from 4.0.6 to 4.0.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.6...v4.0.7) Updates `zensical` from 0.0.51 to 0.0.56 - [Release notes](https://github.com/zensical/zensical/releases) - [Commits](zensical/zensical@v0.0.51...v0.0.56) --- updated-dependencies: - dependency-name: prek dependency-version: 0.4.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pylint dependency-version: 4.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: zensical dependency-version: 0.0.53 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/uv/python-dependencies-6724b2c42f
branch
from
August 21, 2026 16:02
b3af92e to
e689819
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-dependencies group with 4 updates in the / directory: ruff, prek, pylint and zensical.
Updates
rufffrom 0.16.0 to 0.16.3Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
b0e4702Bump 0.16.3 (#27723)ecdd401[ty] Separate script and uv modules from project metadata (#27720)1263524[ty] Simplify display implementations with std::fmt::from_fn (#27718)59196ba[ty] Unify polarity-aware relation construction (#27707)b8c5e73[ty] Disable CodSpeed cycle estimation for instrumented benchmarks (#27706)2b0d210[ty] Centralize matched argument relations (#27705)a9130f3[pyupgrade] Add rule to replacewhile 1withwhile True(while-one, `...c64c7d6[ty] Model try exception flow with operation checkpoints (#27471)9dea5ef[ty] Avoid deriving sequents for typevars with concrete bounds (#27587)9798e88[ty] Preserve enum exhaustiveness with custom missing methods (#27700)Updates
prekfrom 0.4.11 to 0.4.14Release notes
Sourced from prek's releases.
... (truncated)
Changelog
Sourced from prek's changelog.
... (truncated)
Commits
432eeb0Bump version to 0.4.14 (#2571)6b6d429Update Rust crate ignore to v0.4.33 (#2564)27d0cf8Update prek hooks (#2555)aaf407bUpdate Rust crate aws-lc-rs to v1.18.0 (#2569)3ddddfdUpdate Rust crate xml to v1.4.0 (#2570)fc90ec6Update Rust crate similar to v3.1.2 (#2567)50e60d4Update Rust crate thiserror to v2.0.20 (#2568)70a4c06Update Rust crate liblzma to v0.4.8 (#2565)7b8dcaaUpdate Rust crate globset to v0.4.20 (#2563)3e075d3Update Rust crate clap_complete to v4.6.9 (#2562)Updates
pylintfrom 4.0.6 to 4.0.7Commits
c6768d3Bump pylint to 4.0.7, update changelog (#11246)e96ce2bStop invalid-name from treating TypedDict instances as classes893294e[Backport maintenance/4.0.x] Fix crash in comparison-with-callable on a proxi...8cd74d4Fix a crash on calls unpacking dicts with non-string keysbc618adFix too-many-lines being reported at another module's pragma line3e1ee47[Backport maintenance/4.0.x] Fixbad-string-format-typefalse positives for...7ca8116[Backport maintenance/4.0.x] Fixuseless-parent-delegationfalse positive o...14275a1[Backport maintenance/4.0.x] Fixliteral-comparisonsuggestion corrupting i...a87eaa6[Backport maintenance/4.0.x] Fixnested-min-maxdropping arguments after th...bdd017f[Backport maintenance/4.0.x] Fixtoo-many-localscounting PEP 695 type para...Updates
zensicalfrom 0.0.51 to 0.0.56Release notes
Sourced from zensical's releases.
... (truncated)
Commits
ab17429chore: release v0.0.56e6c56cerefactor: report invalid autorefs underinvalid_linksvalidation setting9973ac9fix: regression reporting unresolved references (#866)b60354cchore: release v0.0.55b53048erefactor: revert code blocks to TOML 1.0 (#860)7fe9b24Merge pull request #862 from zensical/fix/reference-extractor91d9d50fix: ignore surrounding whitespace in inline link targets (#861)6774d61fix: invalid code span detection in reference extractorcfdf18fchore: release v0.0.5434e6c89performance: reduce peak memory usage by 8-10x