From 9d1b934ada79987851645362c8e2255542bee112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:55:52 +0000 Subject: [PATCH] chore: bump the python-dependencies group across 1 directory with 7 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [typer](https://github.com/fastapi/typer), [pytest-env](https://github.com/pytest-dev/pytest-env), [coverage](https://github.com/coveragepy/coveragepy), [pre-commit](https://github.com/pre-commit/pre-commit), [ruff](https://github.com/astral-sh/ruff) and [types-pyyaml](https://github.com/python/typeshed) to permit the latest version. Updates `fastapi` to 0.140.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.0...0.140.1) Updates `typer` to 0.27.0 - [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.26.8...0.27.0) Updates `pytest-env` to 1.7.0 - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.6.0...1.7.0) Updates `coverage` to 7.15.2 - [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.15.1...7.15.2) Updates `pre-commit` to 4.6.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.6.0...v4.6.1) Updates `ruff` to 0.16.0 - [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.21...0.16.0) Updates `types-pyyaml` to 6.0.12.20260724 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: typer dependency-version: 0.27.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest-env dependency-version: 1.7.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: types-pyyaml dependency-version: 6.0.12.20260724 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 5448033..2e274c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ ] dependencies = [ - "fastapi[standard]>=0.139.0", + "fastapi[standard]>=0.140.1", "starlette>=1.3.1", "pydantic[email]>=2.13.4", "pydantic-core>=2.46.4", @@ -22,7 +22,7 @@ dependencies = [ "sqlalchemy[asyncio]>=2.0.51", "alembic>=1.18.5", "asyncpg>=0.31.0", - "typer>=0.26.8", + "typer>=0.27.0", "rich>=15.0.0", "httpx>=0.28.1", "argon2-cffi>=25.1.0", @@ -41,21 +41,21 @@ museflow = "museflow.infrastructure.entrypoints.cli.main:app" test = [ "pytest>=9.1.1", "pytest-cov>=7.1.0", - "pytest-env>=1.6.0", + "pytest-env>=1.7.0", "pytest-httpx>=0.36.2", "pytest-reverse>=1.9.0", "pytest-xdist[psutil]>=3.8.0", - "coverage[toml]>=7.15.1", + "coverage[toml]>=7.15.2", "polyfactory>=3.3.0", "time-machine>=3.2.0", ] dev = [ - "pre-commit>=4.6.0", + "pre-commit>=4.6.1", "deptry>=0.25.1", - "ruff>=0.15.21", + "ruff>=0.16.0", "mypy>=2.3.0", - "types-pyyaml>=6.0.12.20260518", + "types-pyyaml>=6.0.12.20260724", # 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.4",