From b2aa7900397af24fdab4186127b9a4a028841b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:30:00 +0100 Subject: [PATCH] chore(deps): bump six from 1.16.0 to 1.17.0 in /hack/api-docs (#4193) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> --- hack/api-docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/api-docs/requirements.txt b/hack/api-docs/requirements.txt index 5955efa35..d63ae3b03 100644 --- a/hack/api-docs/requirements.txt +++ b/hack/api-docs/requirements.txt @@ -33,7 +33,7 @@ PyYAML==6.0.2 pyyaml_env_tag==0.1 regex==2024.11.6 requests==2.32.3 -six==1.16.0 +six==1.17.0 termcolor==2.5.0 tornado==6.4.2 urllib3==2.2.3