From 067cd48ffdb09ead5f8d86970bf6531ca84ff94c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 May 2022 18:46:12 +0000 Subject: [PATCH] chore(deps): update dependency attrs to v21.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f09065..11c8747 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ ] }, install_requires=[ - 'attrs==21.2.0', + 'attrs==21.4.0', 'colorama==0.4.4', 'halo==0.0.31', 'Jinja2==3.0.3',