From 3654ee5c89b3c465efe8b2b645401fc23c65ea62 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Wed, 1 Jan 2025 03:15:15 +0000 Subject: [PATCH] fix(deps): Update dependency six to v1.17.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c6becd3..3db9500 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "pytest==8.3.4", "python-dateutil>=2.8.1", "pytz==2024.2", - "six==1.16.0", + "six==1.17.0", "structlog==24.4.0", "tomli==2.2.1", "tzdata==2024.2",