From 55ccead5933fe87d55c97140da545ede3b335e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 02:02:46 +0000 Subject: [PATCH] Update six requirement from >=1.9.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.9.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 e62b072936..ac1e6180cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi>=14.05.14 # MPL -six>=1.9.0 # MIT +six>=1.17.0 # MIT python-dateutil>=2.5.3 # BSD setuptools>=21.0.0 # PSF/ZPL pyyaml>=5.4.1 # MIT