From 081ee1321529d777dd43a9c8dd743af09cf73742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 23:42:13 +0000 Subject: [PATCH] (deps): Bump the updates group across 1 directory with 6 updates Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn), [typer](https://github.com/fastapi/typer), [tomlkit](https://github.com/python-poetry/tomlkit), [mypy](https://github.com/python/mypy), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `uvicorn` to 0.48.0 - [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.15.0...0.48.0) Updates `typer` to 0.26.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.16.0...0.26.1) Updates `tomlkit` to 0.15.0 - [Release notes](https://github.com/python-poetry/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-poetry/tomlkit/compare/0.13.2...0.15.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.14.0...v2.1.0) Updates `pytest-asyncio` to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v1.4.0) Updates `tox` to 4.54.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.24.0...4.54.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.48.0 dependency-type: direct:production dependency-group: updates - dependency-name: typer dependency-version: 0.26.1 dependency-type: direct:production dependency-group: updates - dependency-name: tomlkit dependency-version: 0.15.0 dependency-type: direct:production dependency-group: updates - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development dependency-group: updates - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: updates - dependency-name: tox dependency-version: 4.54.0 dependency-type: direct:development dependency-group: updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e0b7180..a831a83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,16 +24,16 @@ classifiers = [ dependencies = [ "pymongo (>=4.0.0,<5.0.0)", "fastapi (>=0.115.0,<0.137.0)", - "uvicorn[standard] (>=0.15.0,<0.45.0)", + "uvicorn[standard] (>=0.15.0,<0.49.0)", "click (>=8.2.0,<9.0.0)", "passlib (>=1.7.0,<2.0.0)", "pydantic-settings (>=2.8.0,<3.0.0)", "httpx[socks] (>=0.28.0,<0.29.0)", - "typer (>=0.16.0,<0.25.0)", + "typer (>=0.16.0,<0.27.0)", "loguru (>=0.7.0,<0.8.0)", "ruamel-yaml (>=0.18.10,<0.20.0)", "pyyaml (>=6.0.0,<7.0.0)", - "tomlkit (>=0.13.2,<0.15.0)", + "tomlkit (>=0.13.2,<0.16.0)", "importlib-metadata (>=8.5.0,<10.0.0)", "packaging (>=24.2,<27.0)", "sse-starlette (>=2.1.3,<4.0.0)", @@ -54,14 +54,14 @@ dev = [ "pytest-cov (>=5.0.0,<8.0.0)", "black (>=24.0.0,<27.0.0)", "isort (>=5.13.0,<9.0.0)", - "mypy (>=1.14.0,<2.0.0)", + "mypy (>=1.14.0,<3.0.0)", "flake8 (>=7.0.0,<8.0.0)", "pre-commit (>=3.0.0,<5.0.0)", "freezegun (>=1.5.0,<2.0.0)", "pytest-docker (>=3.0.0,<4.0.0)", - "pytest-asyncio (>=0.24.0,<1.4.0)", + "pytest-asyncio (>=0.24.0,<1.5.0)", "asgi-lifespan (>=2.1.0,<3.0.0)", - "tox (>=4.24.0,<4.54.0)", + "tox (>=4.24.0,<4.55.0)", "pytest-dependency (>=0.6.0,<0.7.0)", "pytest-sugar (>=1.0.0,<2.0.0)", "rust-just (>=1.42.4,<2.0.0)",