From c7e1775f9f47a225c24143f8dda33f3efd3c809f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 01:32:47 +0000 Subject: [PATCH] Update six requirement from >=1.11.0 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.11.0...1.17.0) --- updated-dependencies: - dependency-name: six dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ffaffbd..28bf1f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mypy_extensions>=0.3.0 pytest>=3.3.0 setuptools>=28.8.0 -six>=1.11.0 +six>=1.17.0 typing>=3.6.2; python_version < '3.5'