chore(pip-prod)(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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-06 00:34:48 +00:00 committed by Luke Tainton
parent c9be05fe5b
commit 7683c12aca
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -630,13 +630,13 @@ fixture = ["fixtures"]
[[package]] [[package]]
name = "six" name = "six"
version = "1.16.0" version = "1.17.0"
description = "Python 2 and 3 compatibility utilities" description = "Python 2 and 3 compatibility utilities"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
files = [ files = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"},
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"},
] ]
[[package]] [[package]]
@ -810,4 +810,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "4de65443efad9e000847fe3ad4b26e7fe94db3e4dd1c031e988e74f69114763d" content-hash = "101597489a600066d43f4d73660b8de66394c4da815381cad5cf59cf932252fb"

View File

@ -29,7 +29,7 @@ pluggy = "1.5.0"
py = "1.11.0" py = "1.11.0"
pyparsing = "3.1.4" pyparsing = "3.1.4"
requests = "2.32.3" requests = "2.32.3"
six = "1.16.0" six = "1.17.0"
tabulate = "0.9.0" tabulate = "0.9.0"
tomli = "2.2.1" tomli = "2.2.1"
tomlkit = "0.13.2" tomlkit = "0.13.2"