Skip to content

Update Python dependencies#221

Merged
anuraaga merged 1 commit intomainfrom
renovate/python-dependencies
Apr 20, 2026
Merged

Update Python dependencies#221
anuraaga merged 1 commit intomainfrom
renovate/python-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 20, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ruff (source, changelog) ==0.15.10==0.15.11 age adoption passing confidence
tombi ==0.9.17==0.9.20 age adoption passing confidence
zensical (changelog) ==0.0.32==0.0.33 age adoption passing confidence

Release Notes

astral-sh/ruff (ruff)

v0.15.11

Compare Source

Released on 2026-04-16.

Preview features
  • [ruff] Ignore RUF029 when function is decorated with asynccontextmanager (#​24642)
  • [airflow] Implement airflow-xcom-pull-in-template-string (AIR201) (#​23583)
  • [flake8-bandit] Fix S103 false positives and negatives in mask analysis (#​24424)
Bug fixes
  • [flake8-async] Omit overridden methods for ASYNC109 (#​24648)
Documentation
  • [flake8-async] Add override mention to ASYNC109 docs (#​24666)
  • Update Neovim config examples to use vim.lsp.config (#​24577)
Contributors
tombi-toml/tombi (tombi)

v0.9.20

Compare Source

What's Changed

🚀 New Features
🐛 Bug Fixes
🛠️ Other Changes

Full Changelog: tombi-toml/tombi@v0.9.19...v0.9.20

v0.9.19

Compare Source

What's Changed

Added support for disabling automatic schema sorting in config files.

[[schemas]]
path = "tombi://www.schemastore.org/tombi.json"
include = [".tombi.toml", "tombi.toml", "tombi/config.toml"]
format.rules.table-keys-order.enabled = true
overrides = [
  {
    targets = ["", "format.rules"],
    format.rules.table-keys-order = "schema",
  }
]
🚀 New Features
🛠️ Other Changes

Full Changelog: tombi-toml/tombi@v0.9.18...v0.9.19

v0.9.18

Compare Source

What's Changed

In this release, we have changed the default settings for DocumentLink, enabling document links only for crates.io or pypi.org.

[extensions]
"tombi-toml/cargo" = {
  lsp = {
    document-link = {
      cargo-toml.enabled = false,
      crates-io.enabled = true,
      git.enabled = false,
      path.enabled = false,
      workspace.enabled = false,
    },
  }
}

You can revert to the previous behavior by modifying the configuration file. However, if there is no demand from users, the DocumentLink functionality that has been disabled by default in this release may be removed in the future.

🚀 New Features
🛠️ Other Changes

Full Changelog: tombi-toml/tombi@v0.9.17...v0.9.18

zensical/zensical (zensical)

v0.0.33: 0.0.33

Compare Source

Summary

This version updates our official Docker image to be based on Alpine Linux for better compatibility and ease of use. It also adds all recommended Markdown Extensions to the generated zensical.toml file when bootstrapping a project with zensical new, ensuring a smoother setup experience. Additionally, the user interface is updated to v0.0.13, which includes two bug fixes for anchor links in the table of contents.

Changelog

Breaking changes
  • 4eb05a2 docker – switch base image to Alpine Linux for ease of use (#​510)
Features
  • 6871d33 compat – add default Markdown Extensions to bootstrapped zensical.toml
Bug fixes
  • bb8a7e5 ui – update ui to v0.0.13
  • bb58c5d compat – out of date help message (#​524)
  • 9bff25a compat – add missing configuration for default Markdown Extensions
Refactorings

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.

@anuraaga anuraaga merged commit 983b961 into main Apr 20, 2026
25 checks passed
@anuraaga anuraaga deleted the renovate/python-dependencies branch April 20, 2026 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant