From b1495cf7cb7b7d6d8a2a62bffd089e2ce3e83ba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:09:35 +0000 Subject: [PATCH] Bump six from 1.16.0 to 1.17.0 in /src 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] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 95f4bf7..d8f6562 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -5,6 +5,6 @@ gunicorn==23.0.0 mariadb==1.1.11 packaging==24.2 pyparsing==3.2.0 -six==1.16.0 +six==1.17.0 toml==0.10.2 webencodings==0.5.1