From 8f04fc4e2542742247d86931cb4fcd1922d097e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:25:17 +0000 Subject: [PATCH] deps: bump the runtime group with 4 updates Bumps the runtime group with 4 updates: [uvicorn](https://github.com/Kludex/uvicorn), [pydantic](https://github.com/pydantic/pydantic), [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) and [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions). Updates `uvicorn` from 0.52.1 to 0.52.4 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.52.1...0.52.4) Updates `pydantic` from 2.13.4 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) Updates `sqlalchemy` from 2.0.51 to 2.0.52 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `pymdown-extensions` from 11.0.1 to 11.0.2 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/11.0.1...11.0.2) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime - dependency-name: sqlalchemy dependency-version: 2.0.52 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime - dependency-name: pymdown-extensions dependency-version: 11.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a6bd28e..6ce72e6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -14,4 +14,4 @@ mkdocs==1.6.1 mkdocs-material==9.7.7 # Used directly: pymdownx.snippets is how the changelog and the two client # READMEs appear on the site without being copied into docs/. -pymdown-extensions==11.0.1 +pymdown-extensions==11.0.2 diff --git a/pyproject.toml b/pyproject.toml index 8cb1063..6393350 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,10 @@ classifiers = [ dependencies = [ "fastapi==0.141.1", - "uvicorn[standard]==0.52.1", - "pydantic==2.13.4", + "uvicorn[standard]==0.52.4", + "pydantic==2.13.5", "pydantic-settings==2.15.0", - "SQLAlchemy==2.0.51", + "SQLAlchemy==2.0.52", "psycopg[binary]==3.3.4", "alembic==1.19.1", "httpx==0.28.1",