From d111913954ecdfbe5552c6a14768c8972e69e6d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:05:23 +0000 Subject: [PATCH] build(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-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 2c2c3515..940762c8 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -209,7 +209,7 @@ regex==2024.11.6 # via mkdocs-material requests==2.32.3 # via mkdocs-material -six==1.16.0 +six==1.17.0 # via python-dateutil smmap==5.0.1 # via gitdb