From d5ec749da585acc08d89bf606fd150275ea8929e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:27:23 +0000 Subject: [PATCH] Bump the python-dependencies group with 2 updates Bumps the python-dependencies group with 2 updates: [fastapi](https://github.com/fastapi/fastapi) and [uvicorn](https://github.com/Kludex/uvicorn). Updates `fastapi` from 0.140.0 to 0.140.13 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.140.0...0.140.13) Updates `uvicorn` from 0.51.0 to 0.52.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.51.0...0.52.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 323b223..d6836ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,11 +27,11 @@ classifiers = [ "Topic :: Office/Business :: Financial", ] dependencies = [ - "fastapi==0.140.0", + "fastapi==0.140.13", "httpx==0.28.1", "makepay==0.3.0", "python-telegram-bot==22.8", - "uvicorn[standard]==0.51.0", + "uvicorn[standard]==0.52.0", ] [project.optional-dependencies]