From 278efd76c5d236a83f0fa3242428bddb1032c7b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:38:33 +0000 Subject: [PATCH] Bump the python-packages group with 4 updates Bumps the python-packages group with 4 updates: [fastapi[all]](https://github.com/fastapi/fastapi), [redis](https://github.com/redis/redis-py), [ruff](https://github.com/astral-sh/ruff) and [pytest-env](https://github.com/pytest-dev/pytest-env). Updates `fastapi[all]` from 0.128.5 to 0.129.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.5...0.129.0) Updates `redis` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v7.1.0...v7.1.1) Updates `ruff` from 0.15.0 to 0.15.1 - [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.15.0...0.15.1) Updates `pytest-env` from 1.2.0 to 1.3.2 - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.2.0...1.3.2) --- updated-dependencies: - dependency-name: fastapi[all] dependency-version: 0.129.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: redis dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest-env dependency-version: 1.3.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4bdb8eb7..7359a605 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ readme = "README.md" version = "0.0.1" requires-python = ">= 3.11" dependencies = [ - "fastapi[all]==0.128.5", + "fastapi[all]==0.129.0", "PyGithub==2.8.1", "PyJWT==2.11.0", "psycopg2==2.9.11", @@ -12,7 +12,7 @@ dependencies = [ "pydantic==2.12.5", "uvicorn==0.40.0", "requests==2.32.5", - "redis==7.1.0", + "redis==7.1.1", "pika==1.3.2", "opentelemetry-api==1.39.1", "opentelemetry-sdk==1.39.1", @@ -27,7 +27,7 @@ dependencies = [ [project.optional-dependencies] formatting = [ - "ruff==0.15.0", + "ruff==0.15.1", "mypy==1.19.1", "fia-api[test]", "types-requests==2.32.4.20260107", @@ -42,7 +42,7 @@ test = [ "pytest-cov==7.0.0", "pytest-random-order==1.2.0", "Faker==40.4.0", - "pytest-env==1.2.0", + "pytest-env==1.3.2", ] [tool.setuptools]