From 487290c4fd5c1b331cab5244c998e1863b50ecb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 20:43:37 +0000 Subject: [PATCH] Bump the python-packages group with 4 updates Bumps the python-packages group with 4 updates: [fastapi](https://github.com/fastapi/fastapi), [pillow](https://github.com/python-pillow/Pillow), [ruff](https://github.com/astral-sh/ruff) and [pytest](https://github.com/pytest-dev/pytest). Updates `fastapi` from 0.137.2 to 0.139.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.137.2...0.139.0) Updates `pillow` from 12.2.0 to 12.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0) Updates `ruff` from 0.15.18 to 0.15.20 - [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.18...0.15.20) Updates `pytest` from 9.1.0 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.1.0...9.1.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-patch 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 33030af..cd67396 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ readme = "README.md" version = "0.0.1" requires-python = ">= 3.11" dependencies = [ - "fastapi[all]==0.137.2", + "fastapi[all]==0.139.0", "pydantic==2.13.4", "uvicorn==0.49.0", "h5grove[fastapi]==4.0.0", "PyJWT==2.13.0", "requests==2.34.2", - "Pillow==12.2.0" + "Pillow==12.3.0" ] [project.urls] @@ -18,7 +18,7 @@ dependencies = [ [project.optional-dependencies] formatting = [ - "ruff==0.15.18", + "ruff==0.15.20", "mypy==2.1.0", "plotting-service[test]", "types-requests==2.33.0.20260518", @@ -26,7 +26,7 @@ formatting = [ ] test = [ - "pytest==9.1.0", + "pytest==9.1.1", "pytest-cov==7.1.0", "pytest-random-order==1.2.0", "pytest-asyncio==1.4.0"