Skip to content

Bump the python group across 1 directory with 4 updates#216

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/python-321eaa2324
Open

Bump the python group across 1 directory with 4 updates#216
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/python-321eaa2324

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps the python group with 4 updates in the / directory: prek, zensical, tox and tox-uv.

Updates prek from 0.3.4 to 0.3.5

Release notes

Sourced from prek's releases.

0.3.5

Release Notes

Released on 2026-03-09.

Enhancements

  • Add automatic Ruby download support using rv binaries (#1668)
  • Adjust open file limit on process startup (#1705)
  • Allow parallel gem retry (#1732)
  • Enable system-proxy feature on reqwest (#1738)
  • Expose --git-dir to force hook installation target (#1723)
  • Pass --quiet, --verbose, and --no-progress through prek install into generated hook scripts (#1753)
  • Respect core.sharedRepository for hook permissions (#1755)
  • Support legacy mode hook script (#1706)
  • rust: support cli: git dependency 4th segment package disambiguation (#1747)

Bug fixes

  • Fix Python __main__.py entry (#1741)
  • python: strip UV_SYSTEM_PYTHON from uv venv and pip install commands (#1756)

Other changes

  • Sync latest identify tags (#1733)

Contributors

Install prek 0.3.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.3.5/prek-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.3.5/prek-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

... (truncated)

Changelog

Sourced from prek's changelog.

0.3.5

Released on 2026-03-09.

Enhancements

  • Add automatic Ruby download support using rv binaries (#1668)
  • Adjust open file limit on process startup (#1705)
  • Allow parallel gem retry (#1732)
  • Enable system-proxy feature on reqwest (#1738)
  • Expose --git-dir to force hook installation target (#1723)
  • Pass --quiet, --verbose, and --no-progress through prek install into generated hook scripts (#1753)
  • Respect core.sharedRepository for hook permissions (#1755)
  • Support legacy mode hook script (#1706)
  • rust: support cli: git dependency 4th segment package disambiguation (#1747)

Bug fixes

  • Fix Python __main__.py entry (#1741)
  • python: strip UV_SYSTEM_PYTHON from uv venv and pip install commands (#1756)

Other changes

  • Sync latest identify tags (#1733)

Contributors

Commits

Updates zensical from 0.0.24 to 0.0.26

Release notes

Sourced from zensical's releases.

0.0.26

Summary

This version fixes a regression introduced in 0.0.25 where the wheels built for manylinux x86 would be based on Python 3.8 instead of Python 3.10, making Zensical unusable on those architectures. This is related to a recent bug in our upstream dependency maturin, which was introduced in version 1.12.5. Additionally, it fixes a deprecation warning on Python 3.14 when using the emoji extension.

Changelog

Bug fixes

  • 66ca0e7 – missing wheels for CPython 3.10 manylinux x86 (#425)
  • 7514e32 compat – replace codecs.open, deprecated in Python 3.14 (#429)

0.0.25

Summary

This version updates the user interface to v0.0.9, which improves on accessibility and fixes some minor rendering issues. Additionally, it fixes some bugs related to configuration parsing and plugin handling in zensical serve, ensuring a smoother development experience.

Highlights

  • zensical serve now keeps running on configuration parsing errors
  • Auto-appended pymdownx.snippets files are now watched for changes
  • Search highlighting now works with keyboard navigation

Changelog

Bug fixes

  • 657c685 ui – update ui to v0.0.9
  • b5c8767 zensical – config parse errors shouldn't terminate zensical serve (#403)
  • 6c911ca zensical, compat – watch auto-appended pymdownx.snippets files for changes (#148)
  • bf930dd zensical, compat – hash plugins config to trigger page rebuilds (#387)
  • b93d630 compat – clarify examples in bootstrapped zensical.toml (#394)
Commits
  • 824410c chore: release v0.0.26
  • 66ca0e7 fix: missing wheels for CPython 3.10 manylinux x86 (#425)
  • 7514e32 fix: replace codecs.open, deprecated in Python 3.14 (#429)
  • 88caefa chore: release v0.0.25
  • 657c685 fix: update ui to v0.0.9
  • b5c8767 fix: config parse errors shouldn't terminate zensical serve (#403)
  • 6c911ca fix: watch auto-appended pymdownx.snippets files for changes (#148)
  • ea57e0b chore: fix typos in zensical.toml
  • bf930dd fix: hash plugins config to trigger page rebuilds (#387)
  • b93d630 fix: clarify examples in bootstrapped zensical.toml (#394)
  • See full diff in compare view

Updates tox from 4.48.1 to 4.49.1

Release notes

Sourced from tox's releases.

v4.49.1

What's Changed

Full Changelog: tox-dev/tox@4.49.0...4.49.1

v4.49.0

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.48.1...4.49.0

Changelog

Sourced from tox's changelog.

Bug fixes - 4.49.1

  • Break deadlock in execution interrupt chain that caused ~18 flaky timeout failures across 9 tests on Windows/macOS CI
    • by :user:gaborbernat. (:issue:3869)

v4.49.0 (2026-03-06)


Features - 4.49.0

  • Add {factor:label} substitution for TOML configs -- factor groups in product matrices and env_base factors can now be labeled with single-key dicts (e.g., {ecosystem = ["oci", "python"]}), enabling {factor:ecosystem} in any string value (descriptions, commands, etc.) to resolve to the active factor. Plain lists automatically get positional labels ({factor:0}, {factor:1}, ...) - by :user:gaborbernat. (:issue:3860) (:issue:3860)

Bug fixes - 4.49.0

  • Fix --showconfig and --help-ini legacy flags raising AttributeError after config format options were added
    • by :user:rares985 (:issue:3866)

v4.48.1 (2026-03-06)


Commits

Updates tox-uv from 1.33.1 to 1.33.2

Release notes

Sourced from tox-uv's releases.

1.33.2

What's Changed

Full Changelog: tox-dev/tox-uv@1.33.1...1.33.2

Commits
  • ef8450c [pre-commit.ci] pre-commit autoupdate (#307)
  • 906a243 🐛 fix(venv): resolve Python spec from env name when tox passes fallback path ...
  • 37d1adb [pre-commit.ci] pre-commit autoupdate (#306)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python group with 4 updates in the / directory: [prek](https://github.com/j178/prek), [zensical](https://github.com/zensical/zensical), [tox](https://github.com/tox-dev/tox) and [tox-uv](https://github.com/tox-dev/tox-uv).


Updates `prek` from 0.3.4 to 0.3.5
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.3.4...v0.3.5)

Updates `zensical` from 0.0.24 to 0.0.26
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.24...v0.0.26)

Updates `tox` from 4.48.1 to 4.49.1
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.48.1...4.49.1)

Updates `tox-uv` from 1.33.1 to 1.33.2
- [Release notes](https://github.com/tox-dev/tox-uv/releases)
- [Commits](tox-dev/tox-uv@1.33.1...1.33.2)

---
updated-dependencies:
- dependency-name: prek
  dependency-version: 0.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: zensical
  dependency-version: 0.0.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: tox
  dependency-version: 4.49.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: tox-uv
  dependency-version: 1.33.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 11, 2026
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants