From bed69ac845b2b07652d72383394593b84faba629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:22:30 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 8 updates Bumps the python-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pydantic[email]](https://github.com/pydantic/pydantic) | `2.12.3` | `2.12.5` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.11.0` | `2.12.0` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.15.3` | `4.15.4` | | [fastapi](https://github.com/fastapi/fastapi) | `0.120.1` | `0.123.0` | | [starlette](https://github.com/Kludex/starlette) | `0.49.1` | `0.50.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.22` | `9.7.0` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.30.1` | `1.0.0` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.14.0` | `1.15.0` | Updates `pydantic[email]` from 2.12.3 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.3...v2.12.5) Updates `pydantic-settings` from 2.11.0 to 2.12.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.11.0...v2.12.0) Updates `pymongo` from 4.15.3 to 4.15.4 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.15.3...4.15.4) Updates `fastapi` from 0.120.1 to 0.123.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.120.1...0.123.0) Updates `starlette` from 0.49.1 to 0.50.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.49.1...0.50.0) Updates `mkdocs-material` from 9.6.22 to 9.7.0 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.22...9.7.0) Updates `mkdocstrings[python]` from 0.30.1 to 1.0.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.30.1...1.0.0) Updates `griffe` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/griffe/compare/1.14.0...1.15.0) --- updated-dependencies: - dependency-name: pydantic[email] dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pydantic-settings dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pymongo dependency-version: 4.15.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: fastapi dependency-version: 0.123.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: starlette dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mkdocs-material dependency-version: 9.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mkdocstrings[python] dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: griffe dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-docs.txt | 6 +++--- requirements-server.txt | 6 +++--- requirements.txt | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 680aaf206..87a03d334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ docs = [ "mkdocs-autorefs~=1.2", "mkdocs-awesome-pages-plugin~=2.8", "mkdocs-material~=9.0", - "mkdocstrings[python]~=0.26", + "mkdocstrings[python]>=0.26,<2.0", "griffe~=1.13", ] diff --git a/requirements-docs.txt b/requirements-docs.txt index 8ccd58ad2..f570815b7 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,7 +1,7 @@ -griffe==1.14.0 +griffe==1.15.0 mike==2.1.3 mkdocs==1.6.1 mkdocs-autorefs==1.4.3 mkdocs-awesome-pages-plugin==2.10.1 -mkdocs-material==9.6.22 -mkdocstrings[python]==0.30.1 +mkdocs-material==9.7.0 +mkdocstrings[python]==1.0.0 diff --git a/requirements-server.txt b/requirements-server.txt index 7375c0ddd..275d73983 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -1,6 +1,6 @@ elasticsearch==7.17.12 elasticsearch-dsl==7.4.1 -fastapi==0.120.1 +fastapi==0.123.0 mongomock==4.3.0 -pymongo==4.15.3 -starlette==0.49.1 +pymongo==4.15.4 +starlette==0.50.0 diff --git a/requirements.txt b/requirements.txt index 0ae77067c..fac08ec01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ lark==1.3.1 -pydantic[email]==2.12.3 -pydantic_settings==2.11.0 +pydantic[email]==2.12.5 +pydantic_settings==2.12.0 pyyaml==6.0.3 requests==2.32.5 uvicorn==0.38.0