From bcd84179d18c3a63c577645e6b58f5c511d6b584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:04:41 +0000 Subject: [PATCH] Update attrs requirement from ^23.1.0 to >=23.1,<25.0 --- updated-dependencies: - dependency-name: attrs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b3f2cc..1947e88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pytest-cov = ">=3,<6" pytest-mock = "^3.7.0" pyright = "^1.1.273" pytest-pyright = ">=0.0.3,<0.0.7" -attrs = "^23.1.0" +attrs = ">=23.1,<25.0" [tool.coverage.run] branch = true