From 22d0a4ca038de02cc0017a5811b409f46c00cf9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 03:35:29 +0000 Subject: [PATCH] (deps): Bump the updates group across 1 directory with 6 updates Updates the requirements on [typer](https://github.com/fastapi/typer), [packaging](https://github.com/pypa/packaging), [textual](https://github.com/Textualize/textual), [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn) and [aiofiles](https://github.com/Tinche/aiofiles) to permit the latest version. Updates `typer` to 0.21.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.21.1) Updates `packaging` to 26.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/25.0...26.0) Updates `textual` to 7.3.0 - [Release notes](https://github.com/Textualize/textual/releases) - [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/textual/compare/v3.5.0...v7.3.0) Updates `fastapi` to 0.128.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.14...0.128.0) Updates `uvicorn` to 0.39.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.35.0...0.39.0) Updates `aiofiles` to 25.1.0 - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Changelog](https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md) - [Commits](https://github.com/Tinche/aiofiles/compare/v24.1.0...v25.1.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.21.1 dependency-type: direct:production dependency-group: updates - dependency-name: packaging dependency-version: '26.0' dependency-type: direct:production dependency-group: updates - dependency-name: textual dependency-version: 7.3.0 dependency-type: direct:production dependency-group: updates - dependency-name: fastapi dependency-version: 0.128.0 dependency-type: direct:production dependency-group: updates - dependency-name: uvicorn dependency-version: 0.39.0 dependency-type: direct:production dependency-group: updates - dependency-name: aiofiles dependency-version: 25.1.0 dependency-type: direct:production 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 ee3db9e..6ac963e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,17 +18,17 @@ classifiers = [ dependencies = [ "pydantic-settings (>=2.10.1,<3.0.0)", - "typer (>=0.16.0,<0.17.0)", + "typer (>=0.16.0,<0.22.0)", "pyyaml (>=6.0.2,<7.0.0)", "httpx[socks] (>=0.28.1,<0.29.0)", - "packaging (>=25.0,<26.0)", + "packaging (>=25.0,<27.0)", "tqdm (>=4.67.1,<5.0.0)", "stamina (>=25.1.0,<26.0.0)", - "textual (>=3.5.0,<5.0.0)", + "textual (>=3.5.0,<8.0.0)", "structlog (>=25.4.0,<26.0.0)", - "fastapi (>=0.115.14,<0.117.0)", - "uvicorn (>=0.35.0,<0.36.0)", - "aiofiles (>=24.1.0,<25.0.0)" + "fastapi (>=0.115.14,<0.129.0)", + "uvicorn (>=0.35.0,<0.40.0)", + "aiofiles (>=24.1.0,<26.0.0)" ] [project.optional-dependencies]