From 53291cb88c79ba180e4629d0c3299d9b7fd88ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:00:24 +0000 Subject: [PATCH] chore(pip-prod)(deps): 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 55eced7..f8408ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pluggy==1.5.0 py==1.11.0 pyparsing==3.1.4 requests==2.32.3 -six==1.16.0 +six==1.17.0 tabulate==0.9.0 tomli==2.2.1 tomlkit==0.13.2