From 260b80c2f1fe3e1a3faa132035b4b5efd1f0c8c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:14:25 +0100 Subject: [PATCH] Bump six from 1.16.0 to 1.17.0 (#1933) 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> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 115a9f3..bd14e10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2459,13 +2459,13 @@ requests = ">=2.0.1,<3.0.0" [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] @@ -2866,4 +2866,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2040b1302b06380982259e0215d8ddd1677757257e29630ee7e9e3950bb4f952" +content-hash = "b9ba5d5861a59d09e1811970bef6b9c0b116f918657975e351a1d66165b581e4" diff --git a/pyproject.toml b/pyproject.toml index 2321f26..3b4df0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ PySocks = "^1.7.1" python-bidi = "^0.6.3" requests = "^2.31.0" requests-futures = "^1.0.2" -six = "^1.16.0" +six = "^1.17.0" socid-extractor = "^0.0.26" soupsieve = "^2.6" stem = "^1.8.1"