From 38a6d553e1ec160d86b7e3cb7becec6cf8529f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:25:47 +0000 Subject: [PATCH] chore: bump the python-dependencies group with 5 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [pydantic](https://github.com/pydantic/pydantic), [pydantic-core](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `fastapi` to 0.136.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.135.3...0.136.0) Updates `pydantic` to 2.13.3 - [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.13.0...v2.13.3) Updates `pydantic-core` to 2.46.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/commits) Updates `pydantic-settings` to 2.14.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.13.1...v2.14.0) Updates `ruff` to 0.15.11 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.10...0.15.11) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pydantic-core dependency-version: 2.46.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pydantic-settings dependency-version: 2.14.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 64fd84e..c9e3f91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,11 +14,11 @@ authors = [ ] dependencies = [ - "fastapi[standard]>=0.135.3", + "fastapi[standard]>=0.136.0", "starlette>=1.0.0", - "pydantic[email]>=2.13.0", - "pydantic-core>=2.46.0", - "pydantic-settings>=2.13.1", + "pydantic[email]>=2.13.3", + "pydantic-core>=2.46.3", + "pydantic-settings>=2.14.0", "sqlalchemy[asyncio]>=2.0.49", "alembic>=1.18.4", "asyncpg>=0.31.0", @@ -53,11 +53,11 @@ test = [ dev = [ "pre-commit>=4.5.1", "deptry>=0.25.1", - "ruff>=0.15.10", + "ruff>=0.15.11", "mypy>=1.20.1", # Note: pydantic[dotenv] is usually redundant if you have python-dotenv or pydantic-settings, # but kept here to match your original request. - # "pydantic[dotenv]>=2.13.0", + # "pydantic[dotenv]>=2.13.3", ] [tool.hatch.build.targets.wheel]