From 88633837958faf40476d62b8296f933480a0f861 Mon Sep 17 00:00:00 2001 From: Adam <41971533+jcadam14@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:17:00 -0500 Subject: [PATCH] Removed ^ from ruff version in pyproject.toml to force specific version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53de168..8255ed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ alembic = "^1.12.0" pydantic-settings = "^2.0.3" [tool.poetry.group.dev.dependencies] -ruff = "^0.0.278" +ruff = "0.0.278" black = "^23.7.0" httpx = "^0.24.1" pytest = "^7.4.0"