From 3be7941b407b8087450469e10afe4ac4060b2324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:33:01 +0000 Subject: [PATCH] Update six requirement from >=1.4.1 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.4.1...1.17.0) --- updated-dependencies: - dependency-name: six dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/main.txt b/requirements/main.txt index 002ba827..f909e36c 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -1,3 +1,3 @@ limits Flask>=0.8 -six>=1.4.1 +six>=1.17.0