Skip to content

Bump the python group across 1 directory with 11 updates#212

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

Bump the python group across 1 directory with 11 updates#212
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-1841b1fd04

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
comicfn2dict 0.3.0 0.3.2
pillow 12.2.0 12.3.0
rarfile 4.2 4.3
simyan 2.0.0 3.0.0
typer 0.25.1 0.26.8
zipremove 0.8.0 0.8.2
prek 0.4.1 0.4.8
ruff 0.15.14 0.15.20
ty 0.0.39 0.0.57
pytest 9.0.3 9.1.1
tox 4.54.0 4.56.4

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 pillow from 12.2.0 to 12.3.0

Release notes

Sourced from pillow's releases.

12.3.0

https://pillow.readthedocs.io/en/stable/releasenotes/12.3.0.html

Removals

Documentation

Dependencies

Testing

... (truncated)

Commits
  • bb1d8e8 12.3.0 version bump
  • e63fc48 Add release notes for SBOM and performance improvements (#9747)
  • 13b701b Add release notes for #9679
  • 5564ca7 List methods
  • a0920fd Speed up ImageChops operations (#9738)
  • 07e9a6c Speed up Image.filter() (#9736)
  • a94578c Speed up Image.getchannel(), Image.merge(), Image.putalpha() and `Image...
  • 53e02c4 Speed up Image.fill(), Image.linear_gradient() and `Image.radial_gradient...
  • af03747 Speed up Image.resample() (#9739)
  • 5c9ca56 Speed up alpha_composite, matrix, negative, quantize (#9740)
  • Additional commits viewable in compare view

Updates rarfile from 4.2 to 4.3

Release notes

Sourced from rarfile's releases.

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.3 (2026-07-08)

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>_]

  • Apply length limit to passwords, so too long password give same result as for unrar.

Commits

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.26.8

Release notes

Sourced from typer's releases.

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

0.26.6

Fixes

  • 🐛 Ensure that the default of a list argument is used correctly. PR #1821 by @​svlandeg.

Internal

0.26.5

Fixes

  • 🐛 Ensure that hidden commands are not shown when Rich markup is disabled. PR #1812 by @​svlandeg.

Internal

0.26.4

Features

... (truncated)

Changelog

Sourced from typer's changelog.

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)

Fixes

0.26.6 (2026-06-02)

Fixes

  • 🐛 Ensure that the default of a list argument is used correctly. PR #1821 by @​svlandeg.

Internal

0.26.5 (2026-06-01)

Fixes

  • 🐛 Ensure that hidden commands are not shown when Rich markup is disabled. PR #1812 by @​svlandeg.

Internal

... (truncated)

Commits
  • b210c0e 🔖 Release version 0.26.8 (#1859)
  • 51ae100 📝 Update release notes
  • 0c15b1b 🐛 Make second column of Rich help output reflect the type consistently, even ...
  • b7cb8c7 📝 Update release notes
  • 5285cd4 👷 Simplify pull request workflow triggers (#1858)
  • b27385b 📝 Update release notes
  • e64958f 👷 Update issue-manager to 0.7.1 (#1857)
  • 1b02fb3 📝 Update release notes
  • e64632c ⬆️ Update issue-manager to 0.7.0 (#1856)
  • 289b6a6 📝 Update release notes
  • Additional commits viewable in compare view

Updates zipremove from 0.8.0 to 0.8.2

Changelog

Sourced from zipremove's changelog.

[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
  • c2fd64e Release 0.8.2
  • 23a0995 Fix memory checking failure for test_zipfile64.py
  • 8aa8a9d Remove trailing space in _Repacker.repack() error message
  • 4426a48 Rephrase API doc
  • ad76cd6 Improve example doc and code
  • f8e8a79 Revise the doc to emphasize on extending zipfile.ZipFile
  • 106d5ab Port _read_local_file_header() in 3.16
  • e0c9839 Apply changes of gh-51067 for ZipFile.copy
  • cb7a610 Allow manual testing with custom resources
  • ce6c04e Release 0.8.1
  • Additional commits viewable in compare view

Updates prek from 0.4.1 to 0.4.8

Release notes

Sourced from prek's releases.

0.4.8

Release Notes

Released on 2026-07-04.

Enhancements

  • Add default_env configuration (#2288)
  • Rename auto-update to update (#2286)

Bug fixes

  • Fix progress collapse ordering (#2291)
  • Fix progress insertion after collapsed rows (#2292)

Contributors

Install prek 0.4.8

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install prek

Download prek 0.4.8

File Platform Checksum
prek-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
prek-x86_64-apple-darwin.tar.gz Intel macOS checksum
prek-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
prek-i686-pc-windows-msvc.zip x86 Windows checksum
prek-x86_64-pc-windows-msvc.zip x64 Windows checksum
prek-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
prek-i686-unknown-linux-gnu.tar.gz x86 Linux checksum

... (truncated)

Changelog

Sourced from prek's changelog.

0.4.8

Released on 2026-07-04.

Enhancements

  • Add default_env configuration (#2288)
  • Rename auto-update to update (#2286)

Bug fixes

  • Fix progress collapse ordering (#2291)
  • Fix progress insertion after collapsed rows (#2292)

Contributors

0.4.6

Released on 2026-07-01.

Enhancements

  • Verify managed toolchain downloads before installation (#2229)
  • Add PREK_DOCKER_NO_INIT to opt-out Docker --init (#2242)
  • Improve subprocess error messages (#2257)
  • Split run concurrency knobs: PREK_CONCURRENT_HOOKS and PREK_CONCURRENT_BATCHES (#2276)

Performance

  • Avoid allocating markdown extensions per file (#2245)
  • Avoid unchanged config tracking writes (#2247)
  • Delay trailing whitespace output buffer (#2244)
  • Prefilter VCS permalink lines (#2253)
  • Skip unnecessary submodule updates during hook repo clone (#2255)

Documentation

  • Document language_version inferring for Python and Go (#2241)

Other changes

  • Refactor env var handling (#2277)
  • Use serde-saphyr for YAML string quoting (#2228)

Contributors

... (truncated)

Commits

Updates ruff from 0.15.14 to 0.15.20

Release notes

Sourced from ruff's releases.

0.15.20

Release Notes

Released on 2026-06-25.

Preview features

  • Allow human-readable names in rule selectors (#25887)
  • Emit a warning instead of an error for unknown rule selectors (#26113)
  • Match noqa shebang handling in ruff:ignore comments (#26286)
  • [ruff] Remove pytest-fixture-autouse (RUF076) (#26240, #26371)

Documentation

  • Add versioning sections to custom crate READMEs (#26317)
  • Update ruff_python_parser README for crates.io (#26315)
  • [perflint] Clarify that PERF402 applies to any iterable (#26242)

Contributors

Install ruff 0.15.20

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-installer.ps1 | iex"

Download ruff 0.15.20

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.20

Released on 2026-06-25.

Preview features

  • Allow human-readable names in rule selectors (#25887)
  • Emit a warning instead of an error for unknown rule selectors (#26113)
  • Match noqa shebang handling in ruff:ignore comments (#26286)
  • [ruff] Remove pytest-fixture-autouse (RUF076) (#26240, #26371)

Documentation

  • Add versioning sections to custom crate READMEs (#26317)
  • Update ruff_python_parser README for crates.io (#26315)
  • [perflint] Clarify that PERF402 applies to any iterable (#26242)

Contributors

0.15.19

Released on 2026-06-23.

Preview features

  • Support human-readable names when hovering suppression comments and in code actions (#26114)

Bug fixes

  • Fall back to default settings when editor-only settings are invalid (#26244)
  • Fix panic when inserting text at a notebook cell boundary (#26111)

Rule changes

  • [pylint] Update fix suggestions for __floor__, __trunc__, __length_hint__, and __matmul__ variants (PLC2801) (#26239)

Performance

  • Avoid allocating when parsing single string literals (#26200)
  • Avoid reallocating singleton call arguments (#26223)
  • Lazily create source files for lint diagnostics (#26226)
  • Optimize formatter text width and indentation (#26236)
  • Reserve capacity for builtin bindings (#26229)
  • Skip repeated-key checks for singleton dictionaries (#26228)
  • Use ArrayVec for qualified name segments (#26224)

... (truncated)

Commits
  • f82a36b Bump 0.15.20 (#26376)
  • af32943 Improve the summarise-ecosystem-results skill (#26378)
  • 485ebab Remove RUF076 name from schema (#26371)
  • ef81835 [ty] Implement rust-analyzer's "Click for full compiler diagnostic" feature (...
  • 572b31e [ruff] Remove pytest-fixture-autouse (RUF076) (#26240)
  • f703f21 Allow human-readable names in rule selectors (#25887)
  • 0d726b2 [ty] Reuse equality semantics for membership compatibility (#25955)
  • dbe6e98 [ty] Infer definite equality comparison results (#26337)
  • e700ea3 [ty] Prove TypedDict structural patterns exhaustive (#26285)
  • 6a0d2ec [ty] Widen inferred class-valued instance attributes (#26338)
  • Additional commits viewable in compare view

Updates ty from 0.0.39 to 0.0.57

Release notes

Sourced from ty's releases.

0.0.57

Release Notes

Released on 2026-07-07.

Bug fixes

  • Detect async generator expressions containing await (#26568)
  • Preserve exhaustive gradual match patterns (#26523)

LSP server

  • Fix selection range behavior for strings (#26532)
  • Recognize that dedent ends doctest block when parsing docstrings for signature help (#26552)
  • Render reStructuredText hyperlinks as Markdown in hover docstrings (#25907)
  • Update __slots__ string when renaming an attribute (#26438)

Documentation

  • Document PYTHONPATH support in module discovery (#3889)

Library support

  • Add support for extra arguments in Pydantic model constructors (#26520)
  • Detect Pydantic model configurations (#26573)
  • Distinguish lax and strict mode for Pydantic models (#26587)

Core type checking

  • Fix subtyping/assignability for @property protocol members (#25332)
  • Narrow isinstance against intersections containing invalid member (#26545)
  • Narrow match subjects through structural patterns (#25942)
  • Preserve generic functools.partial signatures (#24583)
  • Preserve generic variadic callback semantics (#26521)
  • Preserve invariant materialization on generic specializations (#26578)
  • Preserve literal enum member names (#26592)

Performance

  • Avoid exponential invariant constraint paths (#26538)
  • Batch parallel jobs when finding references (#26534)
  • Build module names directly in CompactString (#26546)
  • Elide default use-def state (#26398)
  • Reuse owned buffers for string literals (#26547)
  • Use ICF for macOS release builds (#3709)
  • Use cached class literal lookup for is_subclass_of (#26585)

Contributors

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.57

Released on 2026-07-07.

Bug fixes

  • Detect async generator expressions containing await (#26568)
  • Preserve exhaustive gradual match patterns (#26523)

LSP server

  • Fix selection range behavior for strings (#26532)
  • Recognize that dedent ends doctest block when parsing docstrings for signature help (#26552)
  • Render reStructuredText hyperlinks as Markdown in hover docstrings (#25907)
  • Update __slots__ string when renaming an attribute (#26438)

Documentation

  • Document PYTHONPATH support in module discovery (#3889)

Library support

  • Add support for extra arguments in Pydantic model constructors (#26520)
  • Detect Pydantic model configurations (#26573)
  • Distinguish lax and strict mode for Pydantic models (#26587)

Core type checking

  • Fix subtyping/assignability for @property protocol members (#25332)
  • Narrow isinstance against intersections containing invalid member (#26545)
  • Narrow match subjects through structural patterns (#25942)
  • Preserve generic functools.partial signatures (#24583)
  • Preserve generic variadic callback semantics (#26521)
  • Preserve invariant materialization on generic specializations (#26578)
  • Preserve literal enum member names (#26592)

Performance

  • Avoid exponential invariant constraint paths (#26538)
  • Batch parallel jobs when finding references (#26534)
  • Build module names directly in CompactString (#26546)
  • Elide default use-def state (#26398)
  • Reuse owned buffers for string literals (#26547)
  • Use ICF for macOS release builds (#3709)
  • Use cached class literal lookup for is_subclass_of (#26585)

Contributors

... (truncated)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [comicfn2dict](https://github.com/ajslater/comicfn2dict) | `0.3.0` | `0.3.2` |
| [pillow](https://github.com/python-pillow/Pillow) | `12.2.0` | `12.3.0` |
| [rarfile](https://github.com/markokr/rarfile) | `4.2` | `4.3` |
| [simyan](https://github.com/Metron-Project/Simyan) | `2.0.0` | `3.0.0` |
| [typer](https://github.com/fastapi/typer) | `0.25.1` | `0.26.8` |
| [zipremove](https://github.com/danny0838/zipremove) | `0.8.0` | `0.8.2` |
| [prek](https://github.com/j178/prek) | `0.4.1` | `0.4.8` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.14` | `0.15.20` |
| [ty](https://github.com/astral-sh/ty) | `0.0.39` | `0.0.57` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` |
| [tox](https://github.com/tox-dev/tox) | `4.54.0` | `4.56.4` |



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 `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

Updates `rarfile` from 4.2 to 4.3
- [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.3)

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.26.8
- [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.26.8)

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

Updates `prek` from 0.4.1 to 0.4.8
- [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.8)

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

Updates `ty` from 0.0.39 to 0.0.57
- [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.57)

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.56.4
- [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.56.4)

---
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: pillow
  dependency-version: 12.3.0
  dependency-type: direct:production
  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: simyan
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: typer
  dependency-version: 0.26.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: zipremove
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: prek
  dependency-version: 0.4.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: ruff
  dependency-version: 0.15.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: ty
  dependency-version: 0.0.57
  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: tox
  dependency-version: 4.56.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Jul 9, 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