From daef1523005e0d2dfd49c527b64b069176d54fad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:53:31 +0000 Subject: [PATCH] chore: bump the pip group with 2 updates Bumps the pip group with 2 updates: [fastapi](https://github.com/fastapi/fastapi) and [ruff](https://github.com/astral-sh/ruff). Updates `fastapi` from 0.139.0 to 0.139.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.0...0.139.2) Updates `ruff` from 0.15.21 to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/0.15.22/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.21...0.15.22) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad5bd2b..e07d7f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.13,<=3.14" license = { text = "MIT" } dependencies = [ - "fastapi==0.139.0", + "fastapi==0.139.2", "mysql-connector==2.2.9", "pydantic==2.13.4", "requests==2.34.2", @@ -15,7 +15,7 @@ dependencies = [ [dependency-groups] dev = [ - "ruff==0.15.21", + "ruff==0.15.22", "bandit==1.9.4", "pyright==1.1.411", ]