From c4bd7b57ba5a25d9f3e9d130ff4c81664a24a9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:48:30 +0000 Subject: [PATCH] chore: bump the python-dependencies group across 1 directory with 6 updates Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [pydantic-core](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [typer](https://github.com/fastapi/typer), [coverage](https://github.com/coveragepy/coveragepy) and [mypy](https://github.com/python/mypy) to permit the latest version. Updates `pydantic` to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.3...v2.13.4) Updates `pydantic-core` to 2.46.4 - [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/core-v2.46.3...core-v2.46.4) Updates `pydantic-settings` to 2.14.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.14.0...v2.14.1) Updates `typer` to 0.25.1 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.25.0...0.25.1) Updates `coverage` to 7.14.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.5...7.14.0) Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.1.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pydantic-core dependency-version: 2.46.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pydantic-settings dependency-version: 2.14.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: typer dependency-version: 0.25.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.14.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5fe84c7..5abefbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,13 +16,13 @@ authors = [ dependencies = [ "fastapi[standard]>=0.136.1", "starlette>=1.0.0", - "pydantic[email]>=2.13.3", - "pydantic-core>=2.46.3", - "pydantic-settings>=2.14.0", + "pydantic[email]>=2.13.4", + "pydantic-core>=2.46.4", + "pydantic-settings>=2.14.1", "sqlalchemy[asyncio]>=2.0.49", "alembic>=1.18.4", "asyncpg>=0.31.0", - "typer>=0.25.0", + "typer>=0.25.1", "rich>=15.0.0", "httpx>=0.28.1", "argon2-cffi>=25.1.0", @@ -44,7 +44,7 @@ test = [ "pytest-httpx>=0.36.2", "pytest-reverse>=1.9.0", "pytest-xdist[psutil]>=3.8.0", - "coverage[toml]>=7.13.5", + "coverage[toml]>=7.14.0", "polyfactory>=3.3.0", "time-machine>=3.2.0", "wiremock>=2.7.0", @@ -54,10 +54,10 @@ dev = [ "pre-commit>=4.6.0", "deptry>=0.25.1", "ruff>=0.15.12", - "mypy>=1.20.2", + "mypy>=2.1.0", # 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.3", + # "pydantic[dotenv]>=2.13.4", ] [tool.hatch.build.targets.wheel]