From d03d8a201e3e8663a27c5b7b61e6789cf656b7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:31:28 +0000 Subject: [PATCH] (deps): Bump the updates group with 3 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [uvicorn[standard]](https://github.com/Kludex/uvicorn) and [typer](https://github.com/fastapi/typer) to permit the latest version. Updates `fastapi` to 0.117.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.117.1) Updates `uvicorn[standard]` to 0.36.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.36.0) Updates `typer` to 0.19.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.19.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.117.1 dependency-type: direct:production dependency-group: updates - dependency-name: uvicorn[standard] dependency-version: 0.36.0 dependency-type: direct:production dependency-group: updates - dependency-name: typer dependency-version: 0.19.1 dependency-type: direct:production dependency-group: updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dbde7fc..ed970bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,13 +23,13 @@ classifiers = [ dependencies = [ "pymongo (>=4.0.0,<5.0.0)", - "fastapi (>=0.115.0,<0.117.0)", - "uvicorn[standard] (>=0.15.0,<0.36.0)", + "fastapi (>=0.115.0,<0.118.0)", + "uvicorn[standard] (>=0.15.0,<0.37.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.18.0)", + "typer (>=0.16.0,<0.20.0)", "loguru (>=0.7.0,<0.8.0)", "ruamel-yaml (>=0.18.10,<0.19.0)", "pyyaml (>=6.0.0,<7.0.0)",