From 32f8e3811a3b315572252ff0a4233aa905c0051e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:40:01 +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-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 7917dd37..46af1d45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ mkdocs-redirects==1.2.2 nltk==3.8.1 PyYAML==6.0.2 regex==2024.11.6 -six==1.16.0 +six==1.17.0 tornado==6.4.2 tqdm==4.67.1 yamllint==1.35.1