Skip to content

Bump the dependencies group in /.config with 13 updates#360

Merged
Qalthos merged 1 commit intomainfrom
dependabot/pip/dot-config/dependencies-6190a1c199
Sep 2, 2025
Merged

Bump the dependencies group in /.config with 13 updates#360
Qalthos merged 1 commit intomainfrom
dependabot/pip/dot-config/dependencies-6190a1c199

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2025

Bumps the dependencies group in /.config with 13 updates:

Package From To
beautifulsoup4 4.13.4 4.13.5
cachetools 6.1.0 6.2.0
coverage 7.10.5 7.10.6
griffe 1.12.1 1.13.0
mkdocs-autorefs 1.4.2 1.4.3
mkdocstrings-python 1.17.0 1.18.2
platformdirs 4.3.8 4.4.0
rpds-py 0.27.0 0.27.1
ruff 0.12.10 0.12.11
soupsieve 2.7 2.8
tox 4.28.4 4.29.0
typing-extensions 4.14.1 4.15.0
uv 0.8.13 0.8.14

Updates beautifulsoup4 from 4.13.4 to 4.13.5

Updates cachetools from 6.1.0 to 6.2.0

Changelog

Sourced from cachetools's changelog.

v6.2.0 (2025-08-25)

  • Improve general RRCache performance by storing cache keys in an additional sequence container. Note that this will increase memory consumption.

  • Add more unit tests.

Commits

Updates coverage from 7.10.5 to 7.10.6

Changelog

Sourced from coverage's changelog.

Version 7.10.6 — 2025-08-29

  • Fix: source directories were not properly communicated to subprocesses that ran in different directories, as reported in issue 1499_. This is now fixed.

  • Performance: Alex Gaynor continues fine-tuning <pull 2038_>_ the speed of combination, especially with many contexts.

.. _issue 1499: nedbat/coveragepy#1499 .. _pull 2038: nedbat/coveragepy#2038

.. _changes_7-10-5:

Commits
  • 88c55ff docs: sample HTML for 7.10.6
  • 01d8995 docs: prep for 7.10.6
  • 9b0c24f docs: thanks Alex #2038
  • 66d6910 fix: make source paths absolute where they exist. #1499
  • bb3382f build: no need for the combine/html times now
  • 9ea349a lab: warn_executed.py
  • 808c9b4 build: changing metacov.ini should trigger metacov
  • 384f5f2 build: oops, some 'if's are really line pragmas
  • a7224af perf: pre-compute the mapping between other_db.context and main.context (#2038)
  • 5c00c5b chore: bump the action-dependencies group with 3 updates (#2039)
  • Additional commits viewable in compare view

Updates griffe from 1.12.1 to 1.13.0

Release notes

Sourced from griffe's releases.

1.13.0

1.13.0 - 2025-08-26

Compare with 1.12.1

Features

  • Add is_init_method property (5417b70 by Timothée Mazzucotelli).

Bug Fixes

  • Increase maximum recursion limit when calling as a CLI (5f0d9e6 by Timothée Mazzucotelli). Issue-402
Changelog

Sourced from griffe's changelog.

1.13.0 - 2025-08-26

Compare with 1.12.1

Features

  • Add is_init_method property (5417b70 by Timothée Mazzucotelli).

Bug Fixes

  • Increase maximum recursion limit when calling as a CLI (5f0d9e6 by Timothée Mazzucotelli). Issue-402
Commits
  • e13f5ed chore: Prepare release 1.13.0
  • 5417b70 feat: Add is_init_method property
  • fa01ac0 ci: Fix Pylance warnings
  • 5f0d9e6 fix: Increase maximum recursion limit when calling as a CLI
  • 266be2d ci: Improve typing fof callables in expression-building node map
  • edf81df chore: Fix make run command
  • 2cb37a7 docs: Fix link to API tests file
  • 1796272 chore: Template upgrade
  • 5e79fbe docs: Add rad clone badge in README
  • 72b4466 chore: Template upgrade
  • See full diff in compare view

Updates mkdocs-autorefs from 1.4.2 to 1.4.3

Release notes

Sourced from mkdocs-autorefs's releases.

1.4.3

1.4.3 - 2025-08-26

Compare with 1.4.2

Code Refactoring

  • Be more robust when getting breadcrumbs/backlinks (664aece by Timothée Mazzucotelli).
Changelog

Sourced from mkdocs-autorefs's changelog.

1.4.3 - 2025-08-26

Compare with 1.4.2

Code Refactoring

  • Be more robust when getting breadcrumbs/backlinks (664aece by Timothée Mazzucotelli).
Commits
  • a77611b chore: Prepare release 1.4.3
  • 0bc358b chore: Template upgrade
  • 664aece refactor: Be more robust when getting breadcrumbs/backlinks
  • See full diff in compare view

Updates mkdocstrings-python from 1.17.0 to 1.18.2

Release notes

Sourced from mkdocstrings-python's releases.

1.18.2

1.18.2 - 2025-08-28

Compare with 1.18.1

Bug Fixes

  • Normalize spaces to underscores when passing object to rendering context using its kind as key (6f79be0 by Timothée Mazzucotelli). Issue-mkdocstrings-791

1.18.1

1.18.1 - 2025-08-28

Compare with 1.18.0

Bug Fixes

  • Don't show implementation signature of __init__ method when overloads_only is true and it is merged into the class (9ef620f by Timothée Mazzucotelli). Issue-308

1.18.0

1.18.0 - 2025-08-26

Compare with 1.17.0

Features

Bug Fixes

  • Increase maximum recursion limit in case of deeply nested ASTs (rare occurrence) (6004ccf by Timothée Mazzucotelli). Issue-griffe-402
Changelog

Sourced from mkdocstrings-python's changelog.

1.18.2 - 2025-08-28

Compare with 1.18.1

Bug Fixes

  • Normalize spaces to underscores when passing object to rendering context using its kind as key (6f79be0 by Timothée Mazzucotelli). Issue-mkdocstrings-791

1.18.1 - 2025-08-28

Compare with 1.18.0

Bug Fixes

  • Don't show implementation signature of __init__ method when overloads_only is true and it is merged into the class (9ef620f by Timothée Mazzucotelli). Issue-308

1.18.0 - 2025-08-26

Compare with 1.17.0

Features

Bug Fixes

  • Increase maximum recursion limit in case of deeply nested ASTs (rare occurrence) (6004ccf by Timothée Mazzucotelli). Issue-griffe-402
Commits
  • 754b481 chore: Prepare release 1.18.2
  • 6f79be0 fix: Normalize spaces to underscores when passing object to rendering context...
  • 30d4ba2 docs: Fix docs for type parameter headings
  • 9133589 chore: Prepare release 1.18.1
  • 9ef620f fix: Don't show implementation signature of __init__ method when
  • 2d3f75a chore: Prepare release 1.18.0
  • dc8c3ad feat: Support PEP 695 generics
  • 53507b5 ci: Remove unused type ignore comment
  • 6004ccf fix: Increase maximum recursion limit in case of deeply nested ASTs (rare occ...
  • See full diff in compare view

Updates platformdirs from 4.3.8 to 4.4.0

Release notes

Sourced from platformdirs's releases.

4.4.0

What's Changed

New Contributors

Full Changelog: tox-dev/platformdirs@4.3.8...4.4.0

Commits
  • c945a28 feat: improve homebrew path detection (#370)
  • 9f616e9 [pre-commit.ci] pre-commit autoupdate (#372)
  • 5720f26 [pre-commit.ci] pre-commit autoupdate (#367)
  • 848924d [pre-commit.ci] pre-commit autoupdate (#365)
  • df2e678 Bump actions/checkout from 4 to 5 in the all group (#366)
  • 009a3f8 Bump actions/download-artifact from 4 to 5 in the all group (#364)
  • 3d194ee [pre-commit.ci] pre-commit autoupdate (#363)
  • 6046533 [pre-commit.ci] pre-commit autoupdate (#362)
  • 88389ce [pre-commit.ci] pre-commit autoupdate (#361)
  • 82763ff [pre-commit.ci] pre-commit autoupdate (#360)
  • Additional commits viewable in compare view

Updates rpds-py from 0.27.0 to 0.27.1

Release notes

Sourced from rpds-py's releases.

v0.27.1

What's Changed

New Contributors

Full Changelog: crate-py/rpds@v0.27.0...v0.27.1

Commits
  • 7ecc7a5 Merge pull request #165 from EpicWink/pypi-publish-subdir
  • ab51ff3 Download packages to subdirectory in PyPI publish CI job
  • d1fd8ac Merge pull request #162 from crate-py/dependabot/github_actions/astral-sh/set...
  • cfb1867 Merge pull request #163 from crate-py/dependabot/github_actions/github/codeql...
  • c29352f Merge pull request #161 from EpicWink/pypi-publish-fix-dir
  • 21da625 Bump github/codeql-action from 3.29.10 to 3.29.11
  • 79cbefa Bump astral-sh/setup-uv from 6.5.0 to 6.6.0
  • c32f229 Specify packages directory for PyPI publish action
  • 09865d3 Tag a release.
  • 16a674d Merge branch 'pypi-publish-action'
  • Additional commits viewable in compare view

Updates ruff from 0.12.10 to 0.12.11

Release notes

Sourced from ruff's releases.

0.12.11

Release Notes

Preview features

  • [airflow] Extend AIR311 and AIR312 rules (#20082)
  • [airflow] Replace wrong path airflow.io.storage with airflow.io.store (AIR311) (#20081)
  • [flake8-async] Implement blocking-http-call-httpx-in-async-function (ASYNC212) (#20091)
  • [flake8-logging-format] Add auto-fix for f-string logging calls (G004) (#19303)
  • [flake8-use-pathlib] Add autofix for PTH211 (#20009)
  • [flake8-use-pathlib] Make PTH100 fix unsafe because it can change behavior (#20100)

Bug fixes

  • [pyflakes, pylint] Fix false positives caused by __class__ cell handling (F841, PLE0117) (#20048)
  • [pyflakes] Fix allowed-unused-imports matching for top-level modules (F401) (#20115)
  • [ruff] Fix false positive for t-strings in default-factory-kwarg (RUF026) (#20032)
  • [ruff] Preserve relative whitespace in multi-line expressions (RUF033) (#19647)

Rule changes

  • [ruff] Handle empty t-strings in unnecessary-empty-iterable-within-deque-call (RUF037) (#20045)

Documentation

  • Fix incorrect D413 links in docstrings convention FAQ (#20089)
  • [flake8-use-pathlib] Update links to the table showing the correspondence between os and pathlib (#20103)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.12.11

Preview features

  • [airflow] Extend AIR311 and AIR312 rules (#20082)
  • [airflow] Replace wrong path airflow.io.storage with airflow.io.store (AIR311) (#20081)
  • [flake8-async] Implement blocking-http-call-httpx-in-async-function (ASYNC212) (#20091)
  • [flake8-logging-format] Add auto-fix for f-string logging calls (G004) (#19303)
  • [flake8-use-pathlib] Add autofix for PTH211 (#20009)
  • [flake8-use-pathlib] Make PTH100 fix unsafe because it can change behavior (#20100)

Bug fixes

  • [pyflakes, pylint] Fix false positives caused by __class__ cell handling (F841, PLE0117) (#20048)
  • [pyflakes] Fix allowed-unused-imports matching for top-level modules (F401) (#20115)
  • [ruff] Fix false positive for t-strings in default-factory-kwarg (RUF026) (#20032)
  • [ruff] Preserve relative whitespace in multi-line expressions (RUF033) (#19647)

Rule changes

  • [ruff] Handle empty t-strings in unnecessary-empty-iterable-within-deque-call (RUF037) (#20045)

Documentation

  • Fix incorrect D413 links in docstrings convention FAQ (#20089)
  • [flake8-use-pathlib] Update links to the table showing the correspondence between os and pathlib (#20103)
Commits
  • c2bc15b Bump 0.12.11 (#20136)
  • e586f6d [ty] Benchmarks for problematic implicit instance attributes cases (#20133)
  • 76a6b7e [pyflakes] Fix allowed-unused-imports matching for top-level modules (`F4...
  • 1ce6571 Move GitLab output rendering to ruff_db (#20117)
  • d9aaacd [ty] Evaluate reachability of non-definitely-bound to Ambiguous (#19579)
  • 18eaa65 [ty] Introduce a representation for the top/bottom materialization of an inva...
  • af259fa [flake8-async] Implement blocking-http-call-httpx (ASYNC212) (#20091)
  • d75ef38 [ty] print diagnostics with fully qualified name to disambiguate some cases (...
  • 89ca493 [ruff] Preserve relative whitespace in multi-line expressions (RUF033) (#...
  • 4b80f5f [ty] Optimize TDD atom ordering (#20098)
  • Additional commits viewable in compare view

Updates soupsieve from 2.7 to 2.8

Release notes

Sourced from soupsieve's releases.

2.8

  • NEW: Drop support for Python 3.8.
  • NEW: Add support for Python 3.14.
  • NEW: Deploy with PyPI's "Trusted Publisher".
Commits

Updates tox from 4.28.4 to 4.29.0

Release notes

Sourced from tox's releases.

4.29.0

What's Changed

Full Changelog: tox-dev/tox@4.28.4...4.29.0

Changelog

Sourced from tox's changelog.

v4.29.0 (2025-08-29)

Features - 4.29.0

- A new tox life cycle event is now exposed for use via :doc:`Plugins
  API </plugins>` -- by :user:`webknjaz`.

The corresponding hook point is :func:tox_extend_envs &lt;tox.plugin.spec.tox_extend_envs&gt;. It allows plugin authors to declare ephemeral environments that they can then populate through the in-memory configuration loader interface.

This patch was made possible thanks to pair programming with :user:gaborbernat at PyCon US 2025. (:issue:3510, :issue:3591)

Commits

Updates typing-extensions from 4.14.1 to 4.15.0

Release notes

Sourced from typing-extensions's releases.

4.15.0

No user-facing changes since 4.15.0rc1.

New features since 4.14.1:

  • Add the @typing_extensions.disjoint_base decorator, as specified in PEP 800. Patch by Jelle Zijlstra.
  • Add typing_extensions.type_repr, a backport of annotationlib.type_repr, introduced in Python 3.14 (CPython PR #124551, originally by Jelle Zijlstra). Patch by Semyon Moroz.
  • Fix behavior of type params in typing_extensions.evaluate_forward_ref. Backport of CPython PR #137227 by Jelle Zijlstra.

4.15.0rc1

  • Add the @typing_extensions.disjoint_base decorator, as specified in PEP 800. Patch by Jelle Zijlstra.
  • Add typing_extensions.type_repr, a backport of annotationlib.type_repr, introduced in Python 3.14 (CPython PR #124551, originally by Jelle Zijlstra). Patch by Semyon Moroz.
  • Fix behavior of type params in typing_extensions.evaluate_forward_ref. Backport of CPython PR #137227 by Jelle Zijlstra.
Changelog

Sourced from typing-extensions's changelog.

Release 4.15.0 (August 25, 2025)

No user-facing changes since 4.15.0rc1.

Release 4.15.0rc1 (August 18, 2025)

  • Add the @typing_extensions.disjoint_base decorator, as specified in PEP 800. Patch by Jelle Zijlstra.
  • Add typing_extensions.type_repr, a backport of annotationlib.type_repr, introduced in Python 3.14 (CPython PR #124551, originally by Jelle Zijlstra). Patch by Semyon Moroz.
  • Fix behavior of type params in typing_extensions.evaluate_forward_ref. Backport of CPython PR #137227 by Jelle Zijlstra.
Commits

Updates uv from 0.8.13 to 0.8.14

Release notes

Sourced from uv's releases.

0.8.14

Release Notes

Python

  • Add managed CPython distributions for aarch64 musl

Enhancements

  • Add --python-platform to uv pip check (#15486)
  • Add an environment variable for UV_ISOLATED (#15428)
  • Add logging to the uv build backend (#15533)
  • Allow more trailing null bytes in zip files (#15452)
  • Allow pinning managed Python versions to specific build versions (#15314)
  • Cache PyTorch wheels by default (#15481)
  • Reject already-installed wheels that don't match the target platform (#15484)
  • Add --no-install-local option to uv sync, uv add and uv export (#15328)
  • Include cycle error message in uv pip CLI (#15453)

Preview features

  • Fix format of {version} on uv format failure (#15527)
  • Lock during installs in uv format to prevent races (#15551)
  • Respect --project in uv format (#15438)
  • Run uv format in the project root (#15440)

Configuration

  • Add file-to-CLI overrides for build isolation configuration (#15437)
  • Add file-to-CLI overrides for reinstall configuration (#15426)

Performance

  • Cache WHEEL and METADATA reads in installed distributions (#15489)

Bug fixes

  • Avoid erroring when creating venv in current working directory (#15537)
  • Avoid introducing unnecessary system dependency on CUDA (#15449)
  • Clear discovered site packages when creating virtual environment (#15522)
  • Read index credentials from the environment during uv publish checks (#15545)
  • Refuse to remove non-virtual environments in uv venv (#15538)
  • Stop setting CLICOLOR_FORCE=1 when calling build backends (#15472)
  • Support file or directory removal for Windows symlinks (#15543)

Documentation

  • Fix GitHub guide highlight lines (#15443)
  • Move Resolver to new Internals section in the Reference (#15465)
  • Split the "Authentication" page into sections (#15575)

... (truncated)

Changelog

Sourced from uv's changelog.

0.8.14

Python

  • Add managed CPython distributions for aarch64 musl

Enhancements

  • Add --python-platform to uv pip check (#15486)
  • Add an environment variable for UV_ISOLATED (#15428)
  • Add logging to the uv build backend (#15533)
  • Allow more trailing null bytes in zip files (#15452)
  • Allow pinning managed Python versions to specific build versions (#15314)
  • Cache PyTorch wheels by default (#15481)
  • Reject already-installed wheels that don't match the target platform (#15484)
  • Add --no-install-local option to uv sync, uv add and uv export (#15328)
  • Include cycle error message in uv pip CLI (#15453)

Preview features

  • Fix format of {version} on uv format failure (#15527)
  • Lock during installs in uv format to prevent races (#15551)
  • Respect --project in uv format (#15438)
  • Run uv format in the project root (#15440)

Configuration

  • Add file-to-CLI overrides for build isolation configuration (#15437)
  • Add file-to-CLI overrides for reinstall configuration (#15426)

Performance

  • Cache WHEEL and METADATA reads in installed distributions (#15489)

Bug fixes

  • Avoid erroring when creating venv in current working directory (#15537)
  • Avoid introducing unnecessary system dependency on CUDA (#15449)
  • Clear discovered site packages when creating virtual environment (#15522)
  • Read index credentials from the environment during uv publish checks (#15545)
  • Refuse to remove non-virtual environments in uv venv (#15538)
  • Stop setting CLICOLOR_FORCE=1 when calling build backends (#15472)
  • Support file or directory removal for Windows symlinks (#15543)

Documentation

  • Fix GitHub guide highlight lines (#15443)
  • Move Resolver to new Internals section in the Reference (#15465)
  • Split the "Authentication" page into sections (#15575)
  • Update uninstall docs to mention uvw.exe needs to be removed (#15536)
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 dependencies group in /.config with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.13.4` | `4.13.5` |
| [cachetools](https://github.com/tkem/cachetools) | `6.1.0` | `6.2.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.10.5` | `7.10.6` |
| [griffe](https://github.com/mkdocstrings/griffe) | `1.12.1` | `1.13.0` |
| [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.4.2` | `1.4.3` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.17.0` | `1.18.2` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.8` | `4.4.0` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.27.0` | `0.27.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.12.10` | `0.12.11` |
| [soupsieve](https://github.com/facelessuser/soupsieve) | `2.7` | `2.8` |
| [tox](https://github.com/tox-dev/tox) | `4.28.4` | `4.29.0` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.14.1` | `4.15.0` |
| [uv](https://github.com/astral-sh/uv) | `0.8.13` | `0.8.14` |


Updates `beautifulsoup4` from 4.13.4 to 4.13.5

Updates `cachetools` from 6.1.0 to 6.2.0
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v6.1.0...v6.2.0)

Updates `coverage` from 7.10.5 to 7.10.6
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.10.5...7.10.6)

Updates `griffe` from 1.12.1 to 1.13.0
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@1.12.1...1.13.0)

Updates `mkdocs-autorefs` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/mkdocstrings/autorefs/releases)
- [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/autorefs@1.4.2...1.4.3)

Updates `mkdocstrings-python` from 1.17.0 to 1.18.2
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.17.0...1.18.2)

Updates `platformdirs` from 4.3.8 to 4.4.0
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.3.8...4.4.0)

Updates `rpds-py` from 0.27.0 to 0.27.1
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.27.0...v0.27.1)

Updates `ruff` from 0.12.10 to 0.12.11
- [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.12.10...0.12.11)

Updates `soupsieve` from 2.7 to 2.8
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](facelessuser/soupsieve@2.7...2.8)

Updates `tox` from 4.28.4 to 4.29.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.28.4...4.29.0)

Updates `typing-extensions` from 4.14.1 to 4.15.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.14.1...4.15.0)

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

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-version: 4.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cachetools
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: coverage
  dependency-version: 7.10.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: griffe
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mkdocs-autorefs
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mkdocstrings-python
  dependency-version: 1.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: platformdirs
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rpds-py
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.12.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: soupsieve
  dependency-version: '2.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tox
  dependency-version: 4.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typing-extensions
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: uv
  dependency-version: 0.8.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions
Copy link
Copy Markdown

Label error. Requires exactly 1 of: bug, enhancement, major, minor, patch, skip-changelog. Found: skip-changelog, minor, dependabot-deps-updates

@Qalthos Qalthos merged commit 2dcadc6 into main Sep 2, 2025
19 of 21 checks passed
@Qalthos Qalthos deleted the dependabot/pip/dot-config/dependencies-6190a1c199 branch September 2, 2025 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant