From 6c3d51ab03ec378fb04ec52361af46c908c1c291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:31:21 +0000 Subject: [PATCH] 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] --- Pipfile | 2 +- Pipfile.lock | 10 ++++++---- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index f54c76fae0..3ff8f09ad8 100644 --- a/Pipfile +++ b/Pipfile @@ -36,7 +36,7 @@ requests = "==2.32.3" requests-cache = "==1.2.1" requests-oauthlib = "==2.0.0" rich = "==13.9.4" -six = "==1.16.0" +six = "==1.17.0" tqdm = "==4.67.1" types-decorator = "==5.1.8.20240310" typing-extensions = "==4.12.2" diff --git a/Pipfile.lock b/Pipfile.lock index eef9bed7b4..231026ba63 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "fa93d5c915e60ff40183819aff6fa13516f455e3679bd1f5d1a7fad3bb1a393f" + "sha256": "f2d9128e6cfaaca66c264a74060e1dba94e745cca17ede2baf4352295e1cb028" }, "pipfile-spec": 6, "requires": { @@ -403,10 +403,12 @@ }, "six": { "hashes": [ - "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", - "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" + "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", + "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" ], - "version": "==1.16.0" + "index": "pypi", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", + "version": "==1.17.0" }, "tqdm": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 115f09a922..0927239a20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ requests==2.32.3; python_version >= '3.8' requests-cache==1.2.1 requests-oauthlib==2.0.0 rich==13.9.4; python_full_version >= '3.8.0' -six==1.16.0 +six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' tqdm==4.67.1; python_version >= '3.7' types-decorator==5.1.8.20240310 typing-extensions==4.12.2