Skip to content

Bump the python group across 1 directory with 12 updates - #217

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-c3dc6ecf0e
Open

Bump the python group across 1 directory with 12 updates#217
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-c3dc6ecf0e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the python group with 12 updates in the / directory:

Package From To
comicfn2dict 0.3.0 0.3.2
grayven 0.5.0 0.6.0
rarfile 4.2 4.4
simyan 2.0.0 3.0.0
typer 0.25.1 0.27.0
zipremove 0.8.0 0.10.0
prek 0.4.1 0.4.11
ruff 0.15.14 0.16.0
ty 0.0.39 0.0.64
pytest 9.0.3 9.1.1
tox 4.54.0 4.58.0
tox-uv 1.35.2 1.36.0

Updates comicfn2dict from 0.3.0 to 0.3.2

Release notes

Sourced from comicfn2dict's releases.

v0.3.2

  • Fixes

    • A parenthesized group wrapped in brackets (e.g. [(5 covers)]) no longer gains a redundant second layer of parens, so it round-trips as [(5 covers)] instead of [((5 covers))].

v0.3.1

  • Features

    • Add Sweet Shop kebab case filename format. Courtesy of @​bpepple.
Changelog

Sourced from comicfn2dict's changelog.

v0.3.2

  • Fixes

    • A parenthesized group wrapped in brackets (e.g. [(5 covers)]) no longer gains a redundant second layer of parens, so it round-trips as [(5 covers)] instead of [((5 covers))].

v0.3.1

  • Features

    • Add Sweet Shop kebab case filename format. Courtesy of @​bpepple.
Commits

Updates grayven from 0.5.0 to 0.6.0

Updates rarfile from 4.2 to 4.4

Release notes

Sourced from rarfile's releases.

rarfile v4.4

Security fixes:

  • Skip CRC check for some old subblocks. Previously rarfile tried to calculate header CRC by reading data payload for those, but that could cause excessive allocations.

Fixes:

  • RAR5: Reattempt passwords after trying wrong password when header encryption is used. [#131]
  • Restore fd position in file type detection functions. [#121]

rarfile v4.3

Fixes

  • Disallow extraction outside extraction path, in case of existing symlink. [#114]
  • Disallow creating symlinks to outside of extraction path. [#118]
  • Apply length limit to passwords, so too long password give same result as for unrar.
Changelog

Sourced from rarfile's changelog.

Version 4.4 (2026-07-22)

Security fixes:

  • Skip CRC check for some old subblocks. Previously rarfile tried to calculate header CRC by reading data payload for those, but that could cause excessive allocations. [GHSA-v5rw-pq35-5xw4 <https://github.com/markokr/rarfile/security/advisories/GHSA-v5rw-pq35-5xw4>_]

Fixes:

  • RAR5: Reattempt passwords after trying wrong password when header encryption is used. [[#131](https://github.com/markokr/rarfile/issues/131) <https://github.com/markokr/rarfile/pull/131>_]

  • Restore fd position in file type detection functions. [[#121](https://github.com/markokr/rarfile/issues/121) <https://github.com/markokr/rarfile/pull/121>_]

Version 4.3 (2026-07-08)

Security fixes:

  • Disallow extraction outside extraction path, in case of existing symlink. [[#114](https://github.com/markokr/rarfile/issues/114) <https://github.com/markokr/rarfile/pull/114>_]

  • Disallow creating symlinks to outside of extraction path. [[#118](https://github.com/markokr/rarfile/issues/118) <https://github.com/markokr/rarfile/pull/118>_]

Fixes:

  • Apply length limit to passwords, so too long password give same result as for unrar.
Commits
  • d106d20 Refresh news.rst
  • 8ab9f71 ci: restore CI on push
  • 1b3db89 v4.4
  • c94c969 Skip CRC check for some old subblocks.
  • e2c0d6e Reattempt passwords
  • cc6368e build(deps): bump tox from 4.53.1 to 4.56.1
  • 0b3d453 dependabot: drop unnecessary etc
  • edb967c build(deps): bump actions/checkout from 4 to 7
  • 79bd2e4 build(deps): bump twine from 5.1.1 to 6.2.0
  • 1c0c6a6 build(deps): bump actions/upload-artifact from 4 to 7
  • Additional commits viewable in compare view

Updates simyan from 2.0.0 to 3.0.0

Release notes

Sourced from simyan's releases.

v3.0.0

Breaking changes

httpx has been replaced by requests and as part of this change, I've ripped out the custom cache and ratelimiter, making use of the requests-cache and requests-ratelimiter libraries instead

What's Changed

Full Changelog: Metron-Project/Simyan@2.0.0...3.0.0

Commits
  • 15f92c8 Version bump
  • bfd15f8 Bump astral-sh/setup-uv from 8.2.0 to 8.3.0 in the github_actions group (#281)
  • 3bce1bc Update repo meta files (#280)
  • 6ed0632 Bump ty from 0.0.55 to 0.0.56 in the python group (#279)
  • fa28929 Bump prek from 0.4.5 to 0.4.6 in the python group (#278)
  • 1974dd4 Bump ty from 0.0.54 to 0.0.55 in the python group (#277)
  • 0d959e6 Bump the python group with 2 updates (#276)
  • 7d89b37 Bump tox from 4.56.0 to 4.56.1 in the python group (#275)
  • ced896f Bump the python group with 3 updates (#274)
  • f1b79e8 Bump ty from 0.0.51 to 0.0.52 in the python group (#273)
  • Additional commits viewable in compare view

Updates typer from 0.25.1 to 0.27.0

Release notes

Sourced from typer's releases.

0.27.0

Breaking Changes

Internal

0.26.8

Fixes

  • 🐛 Make second column of Rich help output reflect the type consistently, even when using metavar. PR #1410 by @​svlandeg.
  • 🐛 Fix formatting in NoSuchOption.format_message(). PR #1843 by @​foomunleong.

Docs

  • 📝 Update docs badges: remove Publish badge, it doesn't give extra information. PR #1850 by @​tiangolo.
  • 📝 Fix formatting for help link to support GitHub-specific overview edge-case. PR #1826 by @​phalberg.

Internal

0.26.7

Fixes

... (truncated)

Changelog

Sourced from typer's changelog.

0.27.0 (2026-07-15)

Breaking Changes

Internal

0.26.8 (2026-06-25)

Fixes

  • 🐛 Make second column of Rich help output reflect the type consistently, even when using metavar. PR #1410 by @​svlandeg.
  • 🐛 Fix formatting in NoSuchOption.format_message(). PR #1843 by @​foomunleong.

Docs

  • 📝 Update docs badges: remove Publish badge, it doesn't give extra information. PR #1850 by @​tiangolo.
  • 📝 Fix formatting for help link to support GitHub-specific overview edge-case. PR #1826 by @​phalberg.

Internal

0.26.7 (2026-06-03)

... (truncated)

Commits

Updates zipremove from 0.8.0 to 0.10.0

Changelog

Sourced from zipremove's changelog.

[0.10.0] - 2026-07-17

  • Reworked the package to allow using as a polyfill.
  • Miscellaneous improvements to the documentation and test suite.

[0.9.2] - 2026-07-14

  • Improved polyfills.
  • Miscellaneous improvements to the internal code, dev tools, and documentation.

[0.9.1] - 2026-07-11

  • Added support for Python 3.7 and 3.8.
  • Miscellaneous improvements to the internal code, test suite, dev tools, and documentation.

[0.8.2] - 2026-06-28

  • Fixed an unexpected testing failure.
  • Miscellaneous improvements to the internal code, dev tools, and documentation.

[0.8.1] - 2026-06-21

  • Miscellaneous improvements to the internal code, test suite, dev tools, and documentation.
Commits

Updates prek from 0.4.1 to 0.4.11

Release notes

Sourced from prek's releases.

0.4.11

Release Notes

Released on 2026-07-25.

Highlights

  • This release adds two new builtin hooks, deny-pattern and require-pattern, as native alternatives for pygrep use cases. deny-pattern fails when a configured pattern is found, while require-pattern ensures every selected file contains a match. By matching natively without spawning a Python subprocess, they run over 4x faster than pygrep in benchmarks. Note that they use Rust regex syntax, which does not support look-around features such as negative lookbehind.

  • prek run now supports --glob <PATTERN> to run hooks on tracked files matching a glob. It can be repeated or combined with --files and --directory.

  • Hook priorities now support reusable aliases:

    [priorities]
    checks = 10
    [[repos]]
    repo = "builtin"
    hooks = [
    { id = "check-json", priority = "checks" },
    { id = "check-yaml", priority = "checks" },
    ]

    This makes parallel scheduling easier to read and maintain.

Enhancements

  • Add deny-pattern and require-pattern builtin hooks (#2359)
  • Support --glob patterns in prek run (#2381)
  • Support reusable aliases for hook priorities (#2331)
  • Implement requirements-txt-fixer as a builtin hook (#2390)
  • Improve user-facing warnings and errors (#2380)
  • Install Node hooks through git url (#2394)

Performance

  • Reduce blocking-pool overhead in file hooks (#2384)
  • Speed up mixed-line-ending scans with memchr2 (#2391)

Bug fixes

... (truncated)

Changelog

Sourced from prek's changelog.

Commits

Updates ruff from 0.15.14 to 0.16.0

Release notes

Sourced from ruff's releases.

0.16.0

Release Notes

Released on 2026-07-23.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now enables a much larger set of rules by default (413, up from 59). See the blog post for more details and the new Default Rules page for a full listing of the enabled rules. Note that this is primarily an expansion, but 18 of the more opinionated pycodestyle (E) and pyflakes (F) rules have been removed from the default set: E401, E402, E701, E702, E703, E711, E712, E713, E714, E721, E731, E741, E742, E743, F403, F405, F406, and F722.

  • Ruff can now format Python code blocks in Markdown files and will do this by default. See the documentation for more details.

  • Ruff now supports ruff: ignore comments at the ends of lines, like noqa comments, or on the line preceding a diagnostic. For example, these both suppress an unused-import (F401) diagnostic:

    import math  # ruff: ignore[F401]
    ruff: ignore[F401]
    import os

  • Fixes are now shown in check and format --check output:

    ruff format --check .
    unformatted: File would be reformatted
     --> try.md:1:1
      |
    1 | ```python
      - import   math
    2 + import math
    3 | ```
      |
    1 file would be reformatted

    This example also shows off the Markdown formatting.

  • format --check now supports the same output formats as the linter, including the github and gitlab outputs for rendering annotations in CI:

    ruff format --check --output-format github .
    ::error title=ruff (unformatted),file=try.md,line=2,col=8,endLine=2,endColumn=10::try.md:2:8: unformatted: File would be reformatted

    See the CLI help or documentation for the full list of supported formats.

  • The filename, location, end_location, fix.edits[].location, and fix.edits[].end_location fields in the JSON output format may now be null rather than defaulting to the empty string and row 1, column 1, respectively.

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.0

Released on 2026-07-23.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now enables a much larger set of rules by default (413, up from 59). See the blog post for more details and the new Default Rules page for a full listing of the enabled rules. Note that this is primarily an expansion, but 18 of the more opinionated pycodestyle (E) and pyflakes (F) rules have been removed from the default set: E401, E402, E701, E702, E703, E711, E712, E713, E714, E721, E731, E741, E742, E743, F403, F405, F406, and F722.

  • Ruff can now format Python code blocks in Markdown files and will do this by default. See the documentation for more details.

  • Ruff now supports ruff: ignore comments at the ends of lines, like noqa comments, or on the line preceding a diagnostic. For example, these both suppress an unused-import (F401) diagnostic:

    import math  # ruff: ignore[F401]
    ruff: ignore[F401]
    import os

  • Fixes are now shown in check and format --check output:

    ruff format --check .
    unformatted: File would be reformatted
     --> try.md:1:1
      |
    1 | ```python
      - import   math
    2 + import math
    3 | ```
      |
    1 file would be reformatted

    This example also shows off the Markdown formatting.

  • format --check now supports the same output formats as the linter, including the github and gitlab outputs for rendering annotations in CI:

... (truncated)

Commits
  • a2635fd Bump 0.16.0 (#27136)
  • 3433449 [ty] Reuse full call diagnostics for implicit setter calls (#27115)
  • 2240070 Reflect ruff: ignore and --add-ignore stabilization in documentation (#27...
  • 17ef711 Stabilize --add-ignore (#27125)
  • ef912bb Add newly stabilized rules to defaults (#27055)
  • b30f040 Stabilize new default rules (#27035)
  • bcd70c5 Exclude Markdown files from format-dev runs (#27052)
  • 87e51e2 Fix format --check spans for syntax errors (#27045)
  • afe2723 [flake8-gettext] Stabilize qualified-name and built-in binding resolution (...
  • a9702d8 [flake8-bandit] Stabilize string literal binding resolution (S310) (#26944)
  • Additional commits viewable in compare view

Updates ty from 0.0.39 to 0.0.64

Release notes

Sourced from ty's releases.

0.0.64

Release Notes

Released on 2026-07-27.

Bug fixes

  • Fix identity narrowing for NewTypes (#26439)
  • Make reachability analysis idempotent (#27163)

LSP server

  • Fix ParamSpec declaration hover and type navigation (#27183)
  • Implement LSP textDocument/implementation request (#25410)
  • Introduce shared primitives for parsing backticks in docstrings (#26928)
  • Render NumPy docstrings as structured Markdown (#25925)

CLI

  • Add --exclude-scripts and --include-scripts (#27169)
  • Discover uv workspace roots (#25551)

Diagnostics

  • Add a lint rule for combined abstract and final decorators (#26932)
  • Change --add-ignore to add space after the colon for ty: ignore (#27120)
  • Fix missing-override-decorator suggestion before Python 3.12 (#27166)
  • Reuse full call diagnostics for implicit setter calls (#27115)

Configuration

  • Allow unresolved unused venv home paths (#27162)
  • Simplify script metadata query (#27121)

Core type checking

  • Decorate only overload implementation signatures (#27147)
  • Don't consider known-instance types, generic aliases or non-singleton special-form types to be single-valued (#27137)
  • Improve identity comparison inference for singleton types (#27126)
  • Improve tuple membership and rich comparison inference (#27164)
  • Model walrus bindings from comprehensions (#26466)
  • Narrow tagged unions using identity comparisons (#27130)
  • Preserve Self in __new__ calls (#27003)
  • Preserve receiver constraints when binding overloaded methods (#27038)
  • Support generic manual PEP 695 type aliases (#27083)
  • Treat bivariance as covariant (#24319)

Performance

  • Avoid cycles when resolving ModuleType globals (#27182)

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.64

Released on 2026-07-27.

Bug fixes

  • Fix identity narrowing for NewTypes (#26439)
  • Make reachability analysis idempotent (#27163)

LSP server

  • Fix ParamSpec declaration hover and type navigation (#27183)
  • Implement LSP textDocument/implementation request (#25410)
  • Introduce shared primitives for parsing backticks in docstrings (#26928)
  • Render NumPy docstrings as structured Markdown (#25925)

CLI

  • Add --exclude-scripts and --include-scripts (#27169)
  • Discover uv workspace roots (#25551)

Diagnostics

  • Add a lint rule for combined abstract and final decorators (#26932)
  • Change --add-ignore to add space after the colon for ty: ignore (#27120)
  • Fix missing-override-decorator suggestion before Python 3.12 (#27166)
  • Reuse full call diagnostics for implicit setter calls (#27115)

Configuration

  • Allow unresolved unused venv home paths (#27162)
  • Simplify script metadata query (#27121)

Core type checking

  • Decorate only overload implementation signatures (#27147)
  • Don't consider known-instance types, generic aliases or non-singleton special-form types to be single-valued (#27137)
  • Improve identity comparison inference for singleton types (#27126)
  • Improve tuple membership and rich comparison inference (#27164)
  • Model walrus bindings from comprehensions (#26466)
  • Narrow tagged unions using identity comparisons (#27130)
  • Preserve Self in __new__ calls (#27003)
  • Preserve receiver constraints when binding overloaded methods (#27038)
  • Support generic manual PEP 695 type aliases (#27083)
  • Treat bivariance as covariant (#24319)

Performance

  • Avoid cycles when resolving ModuleType globals (#27182)
  • Avoid expanding optional enum comparisons (#27105)

... (truncated)

Commits

Updates pytest from 9.0.3 to 9.1.1

Release notes

Sourced from pytest's releases.

9.1.1

pytest 9.1.1 (2026-06-19)

Bug fixes

  • #14220: Fixed a logic bug in pytest.RaisesGroup which would might cause it to display incorrect "It matches FooError() which was paired with BarError" messages.
  • #14591: Fixed a regression in pytest 9.1.0 which caused overriding a parametrized fixture with an indirect @​pytest.mark.parametrize to fail with "duplicate parametrization of '<fixture name>'".
  • #14606: Fixed list-item typing errors from mypy in @pytest.mark.parametrize <pytest.mark.parametrize ref> argvalues parameter.
  • #14608: Fixed a regression in pytest 9.1.0 where conftest.py files located in <invocation dir>/test* were no longer loaded as initial conftests when invoked without arguments. This could cause certain hooks (like pytest_addoption) in these files to not fire.

9.1.0

pytest 9.1.0 (2026-06-13)

Removals and backward incompatible breaking changes

  • #14533: When using --doctest-modules, autouse fixtures with module, package or session scope that are defined inline in Python test modules (not plugins or conftests) will now possibly execute twice.

    If this is undesirable, move the fixture definition to a conftest.py file if possible.

    Technical explanation for those interested: When using --doctest-modules, pytest possibly collects Python modules twice, once as pytest.Module and once as a DoctestModule (depending on the configuration). Due to improvements in pytest's fixture implementation, if e.g. the DoctestModule collects a fixture, it is now visible to it only, and not to the Module. This means that both need to register the fixtures independently.

Deprecations (removal in next major release)

  • #10819: Added a deprecation warning for class-scoped fixtures defined as instance methods (without @classmethod). Such fixtures set attributes on a different instance than the test methods use, leading to unexpected behavior. Use @classmethod decorator instead -- by yastcher.

    See 10819 and 14011.

  • #12882: Calling request.getfixturevalue() <pytest.FixtureRequest.getfixturevalue> during teardown to request a fixture that was not already requested is now deprecated and will become an error in pytest 10.

    See dynamic-fixture-request-during-teardown for details.

  • #13409: Using non-~collections.abc.Collection iterables (such as generators, iterators, or custom iterable objects) for the argvalues parameter in @pytest.mark.parametrize <pytest.mark.parametrize ref> and metafunc.parametrize <pytest.Metafunc.parametrize> is now deprecated.

    These iterables get exhausted after the first iteration, leading to tests getting unexpectedly skipped in cases such as running pytest.main() multiple times, using class-level parametrize decorators, or collecting tests multiple times.

    See parametrize-iterators for details and suggestions.

  • #13946: The private config.inicfg attribute is now deprecated. Use config.getini() <pytest.Config.getini> to access configuration values instead.

    See config-inicfg for more details.

  • #14004: Passing baseid to ~pytest.FixtureDef or nodeid strings to fixture registration APIs is now deprecated. These are internal pytest APIs that are used by some plugins.

... (truncated)

Commits
  • cf470ec Prepare release version 9.1.1
  • e0c8ce6 Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...
  • 1b82d16 Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...
  • 501c4bc Merge pull request #14596 from bluetech/doc-classmethod
  • b61f588 Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir
  • 9a567e0 [automated] Update plugin list (#14617) (#14618)
  • ef8b299 Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...
  • 66abd07 Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup
  • 79fbf93 Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...
  • 0d312eb Merge pull request #14611 from bluetech/parametrize-argvalues-typing
  • Additional commits viewable in compare view

Updates tox from 4.54.0 to 4.58.0

Release notes

Sourced from tox's releases.

v4.58.0

What's Changed

Full Changelog: tox-dev/tox@4.57.2...4.58.0

v4.57.2

What's Changed

  • 🐛 fix(session): fix package env failure cascade and state...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 22, 2026
Bumps the python group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [comicfn2dict](https://github.com/ajslater/comicfn2dict) | `0.3.0` | `0.3.2` |
| [grayven](https://pypi.org/project/Grayven) | `0.5.0` | `0.6.0` |
| [rarfile](https://github.com/markokr/rarfile) | `4.2` | `4.4` |
| [simyan](https://github.com/Metron-Project/Simyan) | `2.0.0` | `3.0.0` |
| [typer](https://github.com/fastapi/typer) | `0.25.1` | `0.27.0` |
| [zipremove](https://github.com/danny0838/zipremove) | `0.8.0` | `0.10.0` |
| [prek](https://github.com/j178/prek) | `0.4.1` | `0.4.11` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.14` | `0.16.0` |
| [ty](https://github.com/astral-sh/ty) | `0.0.39` | `0.0.64` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` |
| [tox](https://github.com/tox-dev/tox) | `4.54.0` | `4.58.0` |
| [tox-uv](https://github.com/tox-dev/tox-uv) | `1.35.2` | `1.36.0` |



Updates `comicfn2dict` from 0.3.0 to 0.3.2
- [Release notes](https://github.com/ajslater/comicfn2dict/releases)
- [Changelog](https://github.com/ajslater/comicfn2dict/blob/main/NEWS.md)
- [Commits](ajslater/comicfn2dict@v0.3.0...v0.3.2)

Updates `grayven` from 0.5.0 to 0.6.0

Updates `rarfile` from 4.2 to 4.4
- [Release notes](https://github.com/markokr/rarfile/releases)
- [Changelog](https://github.com/markokr/rarfile/blob/master/doc/news.rst)
- [Commits](markokr/rarfile@v4.2...v4.4)

Updates `simyan` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/Metron-Project/Simyan/releases)
- [Commits](Metron-Project/Simyan@2.0.0...3.0.0)

Updates `typer` from 0.25.1 to 0.27.0
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.25.1...0.27.0)

Updates `zipremove` from 0.8.0 to 0.10.0
- [Changelog](https://github.com/danny0838/zipremove/blob/main/CHANGELOG.md)
- [Commits](danny0838/zipremove@v0.8.0...v0.10.0)

Updates `prek` from 0.4.1 to 0.4.11
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.4.1...v0.4.11)

Updates `ruff` from 0.15.14 to 0.16.0
- [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.15.14...0.16.0)

Updates `ty` from 0.0.39 to 0.0.64
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.39...0.0.64)

Updates `pytest` from 9.0.3 to 9.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.3...9.1.1)

Updates `tox` from 4.54.0 to 4.58.0
- [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.54.0...4.58.0)

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

---
updated-dependencies:
- dependency-name: comicfn2dict
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: grayven
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: prek
  dependency-version: 0.4.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: rarfile
  dependency-version: '4.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: ruff
  dependency-version: 0.15.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: simyan
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: tox
  dependency-version: 4.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: tox-uv
  dependency-version: 1.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: ty
  dependency-version: 0.0.62
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: typer
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: zipremove
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/python-c3dc6ecf0e branch from a6fa546 to d592afb Compare July 31, 2026 12:57
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