From 79918f8515f60b66a7422f638136516a2f8c6ffe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:29:11 +0000 Subject: [PATCH] chore(deps): update dependency attrs to >=21.4.0,<24.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4bebfa..f91e51d 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "taskcluster>=44.0.0,<67.1", "click>=8.0.0,<8.2", "blessings~=1.7", - "attrs>=21.4.0,<24.2", + "attrs>=21.4.0,<24.3", "sortedcontainers~=2.4.0", "aiohttp>=3.8.0,<3.11", "pytest>=7.0.0,<8.4",