From b36e28d0150d829927dc9f0237a077a9f887935f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:42:51 +0000 Subject: [PATCH] build(deps): bump six from 1.16.0 to 1.17.0 (#196) 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> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 23c1e68..391b263 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ python-dateutil==2.9.0.post0 # holidays pytz==2024.2 # via bdew_datetimes (pyproject.toml) -six==1.16.0 +six==1.17.0 # via python-dateutil