From 4a9d82d1e921292da84f72f7642c6277f2213bdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 06:11:25 +0000 Subject: [PATCH] chore(deps): update dependency attrs to v24 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff4bad5..425f2dd 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ ] }, install_requires=[ - 'attrs==21.2.0', + 'attrs==24.1.0', 'colorama==0.4.4', 'halo==0.0.31', 'Jinja2==3.0.3',