From 1935a48438b00efae35d2118cb92fcc6f9bcf9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:36:53 +0000 Subject: [PATCH] chore(deps): bump the pip group 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.110.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.109.2...0.110.0) Updates `ruff` to 0.3.2 - [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.2.2...v0.3.2) --- 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 068ee2cd..3d4162e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -fastapi = { extras = ["all"], version = "^0.109.2" } +fastapi = { extras = ["all"], version = "^0.110.0" } sqlalchemy = "^2.0.27" alembic = "^1.13.1" celery = "^5.3.6" @@ -23,7 +23,7 @@ desbordante = "^1.1.0" [tool.poetry.group.dev.dependencies] pytest = "^7.4.4" -ruff = "^0.2.2" +ruff = "^0.3.2" mypy = "^1.8.0" black = "^23.12.1" pre-commit = "^3.6.2"