From 805eea2c032c2946b43adabef86c0fa463052075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 09:23:18 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 4 updates Bumps the python-dependencies group with 4 updates in the / directory: [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `fastapi` from 0.140.0 to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.140.0...0.141.1) Updates `uvicorn` from 0.51.0 to 0.52.4 - [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.51.0...0.52.4) Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) Updates `ruff` from 0.16.0 to 0.16.3 - [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.16.0...0.16.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 323b223..d0faf0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,20 +27,20 @@ classifiers = [ "Topic :: Office/Business :: Financial", ] dependencies = [ - "fastapi==0.140.0", + "fastapi==0.141.1", "httpx==0.28.1", "makepay==0.3.0", "python-telegram-bot==22.8", - "uvicorn[standard]==0.51.0", + "uvicorn[standard]==0.52.4", ] [project.optional-dependencies] dev = [ - "mypy==2.3.0", + "mypy==2.3.1", "pip-audit==2.10.1", "pytest==9.1.1", "pytest-cov==7.1.0", - "ruff==0.16.0", + "ruff==0.16.3", ] [project.scripts]