Skip to content

Bump the all-deps group with 5 updates#12859

Merged
berland merged 1 commit intomainfrom
dependabot/uv/all-deps-9ff7eb7b5f
Feb 13, 2026
Merged

Bump the all-deps group with 5 updates#12859
berland merged 1 commit intomainfrom
dependabot/uv/all-deps-9ff7eb7b5f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Bumps the all-deps group with 5 updates:

Package From To
fastapi 0.128.5 0.129.0
hypothesis 6.151.5 6.151.6
sphinx-autoapi 3.6.1 3.7.0
types-setuptools 81.0.0.20260209 82.0.0.20260210
types-networkx 3.6.1.20251220 3.6.1.20260210

Updates fastapi from 0.128.5 to 0.129.0

Release notes

Sourced from fastapi's releases.

0.129.0

Breaking Changes

Refactors

Docs

Internal

  • 🔨 Update docs.py scripts to migrate Python 3.9 to Python 3.10. PR #14906 by @​tiangolo.

0.128.8

Docs

Internal

0.128.7

Features

Refactors

  • ♻️ Simplify reading files in memory, do it sequentially instead of (fake) parallel. PR #14884 by @​tiangolo.

Docs

Internal

0.128.6

... (truncated)

Commits

Updates hypothesis from 6.151.5 to 6.151.6

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.151.6

This patch fixes several duplicate word typos in comments and documentation.

The canonical version of these notes (with links) is on readthedocs.

Commits
  • 4160888 Bump hypothesis-python version to 6.151.6 and update changelog
  • 2822e66 Merge pull request #4658 from veeceey/fix/typo-combined-fixes
  • d5443c9 clean up
  • 19d47ce format
  • 26fee6a revert more matters of taste
  • a835649 Address review feedback: restore lint check with whitelist, revert taste changes
  • ea9895b Remove duplicate-word lint check from build
  • 6ef9519 Defer exit in lint() and fix all duplicate-word cases
  • d014d09 Add duplicate-word lint check and fix formatting
  • fc7d767 Fix duplicate word typos in comments and documentation
  • See full diff in compare view

Updates sphinx-autoapi from 3.6.1 to 3.7.0

Release notes

Sourced from sphinx-autoapi's releases.

v3.7.0

Features

  • Added autoapi.import warning for when AutoAPI directives are given non-existent objects
  • Adding autoapi_follow_symlinks, which allows api to traverse into symlinked directories when generating the API documentation.
  • Drop support for Python 3.9 and officially support Python 3.14
  • Support rendering PEP-695 type parameters

Bugfixes

  • Render typing_extensions.TypeAlias like other type aliases (#520)
  • Fix PythonFunction.overloads typing when source code overload(s) do not provide a return type (#523)

Misc

  • Fix deprecation warnings raised by astroid and sphinx
  • Handling case where match returns None to fix mypy unit test.
Changelog

Sourced from sphinx-autoapi's changelog.

v3.7.0 (2026-02-10)

Features ^^^^^^^^

  • Added autoapi.import warning for when AutoAPI directives are given non-existent objects
  • Adding autoapi_follow_symlinks, which allows api to traverse into symlinked directories when generating the API documentation.
  • Drop support for Python 3.9 and officially support Python 3.14
  • Support rendering PEP-695 type parameters

Bugfixes ^^^^^^^^

  • Render typing_extensions.TypeAlias like other type aliases (#520)
  • Fix PythonFunction.overloads typing when source code overload(s) do not provide a return type (#523)

Misc ^^^^

  • Fix deprecation warnings raised by astroid and sphinx
  • Handling case where match returns None to fix mypy unit test.
Commits
  • 0917ed2 Version 3.7.0
  • 394beb4 Add warning for missing import
  • 96cd74d Update changelog
  • c248b85 Render typing_extensions.TypeAlias like other type aliases
  • a2f49c9 Fix deprecation warnings raised by astroid and sphinx
  • 5ed0cd5 Update supported Python versions
  • 0f7b1ab Render type params by default
  • 42b315c fix: add missing release notes
  • 026acde fix: User may not have provided return annotation
  • cd62d87 [refactor]: match statement to ifs
  • Additional commits viewable in compare view

Updates types-setuptools from 81.0.0.20260209 to 82.0.0.20260210

Commits

Updates types-networkx from 3.6.1.20251220 to 3.6.1.20260210

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 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 all-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.128.5` | `0.129.0` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.151.5` | `6.151.6` |
| [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) | `3.6.1` | `3.7.0` |
| [types-setuptools](https://github.com/typeshed-internal/stub_uploader) | `81.0.0.20260209` | `82.0.0.20260210` |
| [types-networkx](https://github.com/typeshed-internal/stub_uploader) | `3.6.1.20251220` | `3.6.1.20260210` |


Updates `fastapi` from 0.128.5 to 0.129.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.128.5...0.129.0)

Updates `hypothesis` from 6.151.5 to 6.151.6
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.151.5...hypothesis-python-6.151.6)

Updates `sphinx-autoapi` from 3.6.1 to 3.7.0
- [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases)
- [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-autoapi@v3.6.1...v3.7.0)

Updates `types-setuptools` from 81.0.0.20260209 to 82.0.0.20260210
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `types-networkx` from 3.6.1.20251220 to 3.6.1.20260210
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.129.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: hypothesis
  dependency-version: 6.151.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: sphinx-autoapi
  dependency-version: 3.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: types-setuptools
  dependency-version: 82.0.0.20260210
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: types-networkx
  dependency-version: 3.6.1.20260210
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-deps
...

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 Feb 12, 2026
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 12, 2026

Merging this PR will not alter performance

✅ 34 untouched benchmarks


Comparing dependabot/uv/all-deps-9ff7eb7b5f (e10fbfa) with main (0969869)

Open in CodSpeed

@berland berland merged commit 673fdcb into main Feb 13, 2026
40 checks passed
@berland berland deleted the dependabot/uv/all-deps-9ff7eb7b5f branch February 13, 2026 08:18
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.

1 participant