From ba3c696d7ba6299b9f514a17319be0db1a0e4927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:42:56 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `fastapi` to 0.111.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.109.2...0.111.0) Updates `ruff` to 0.4.8 - [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/v0.3.2...v0.4.8) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production dependency-group: pip - dependency-name: ruff dependency-type: direct:development 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 b964ced1..5ca103d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" -fastapi = { extras = ["all"], version = "^0.109.2" } +fastapi = { extras = ["all"], version = "^0.111.0" } sqlalchemy = "^2.0.28" alembic = "^1.13.1" celery = {extras = ["pytest"], version = "^5.3.6"} @@ -29,7 +29,7 @@ aiofiles = "^23.2.1" [tool.poetry.group.dev.dependencies] pytest = "^8.1.1" -ruff = "^0.3.2" +ruff = "^0.4.8" black = "^24.2.0" pre-commit = "^3.6.2" celery-types = "^0.22.0"