From 224217c8c1a67a8f95bc73a986cd7c3df1ffe5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:01:38 +0000 Subject: [PATCH] Bump six from 1.16.0 to 1.17.0 Bumps [six](https://github.com/benjaminp/six) from 1.16.0 to 1.17.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2accfb..31b431f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ pylatexenc==3.0a21 python-dateutil==2.9.0.post0 pytz==2026.2 regex==2026.7.10 -six==1.16.0 +six==1.17.0 tqdm==4.68.4 tzdata==2023.3