From 2ef4ec518e5ce1f97003926c8f9094ad49e1d384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:48:33 +0000 Subject: [PATCH] Bump ruff from 0.2.1 to 0.3.4 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.3.4. - [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.1...v0.3.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f599c0..494ba47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.3.2 mypy==1.8.0 -ruff==0.2.1 +ruff==0.3.4 black == 24.2.0 types-PyYAML==6.0.12.12 types-ujson==5.9.0.0