From effeaabee33a7b6d7c84c06a6a2b3436f7352e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:50:09 +0000 Subject: [PATCH] Update six requirement from >=1.10 to >=1.17.0 Updates the requirements on [six](https://github.com/benjaminp/six) to permit the latest version. - [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES) - [Commits](https://github.com/benjaminp/six/compare/1.10.0...1.17.0) --- updated-dependencies: - dependency-name: six dependency-version: 1.17.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb7a44d5..c4ad21ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ ama = [ "azure-storage-blob", "azure-identity>=1.2.0", "urllib3>=1.15", - "six>=1.10", + "six>=1.17.0", "certifi", "python-dateutil", "requests",