From fdefc8f1ac3b9b8cde44eb7bdd6b76d5f58a791b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 20:20:02 +0000 Subject: [PATCH] Update attrs requirement from <24,>=20.1 to >=20.1,<26 --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f07e978..6a1ae5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">=3.8" dependencies = [ # intentionally loose. perhaps these should be vendored to not collide with user code? - "attrs>=20.1,<24", + "attrs>=20.1,<26", "fastapi>=0.100,<0.116.0", "pydantic>=1.9,<3", "PyYAML",