From 3cdc0d0f88e6e9f62fbcabb8c5ba4f42540b2fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:55:35 +0000 Subject: [PATCH] chore(deps): update six requirement from >=1.16.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.16.0...1.17.0) --- updated-dependencies: - dependency-name: six dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7a66767..3d08f1a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -24,7 +24,7 @@ pytest-cov>=2.12.0 PyYAML>=6.0.2 regex>=2021.11.10 requests>=2.34.2 -six>=1.16.0 +six>=1.17.0 toml>=0.10.2 tornado>=6.1 tqdm>=4.60.0