diff --git a/poetry.lock b/poetry.lock index 350e09a..2c09fa3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -561,7 +561,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "six" -version = "1.15.0" +version = "1.16.0" description = "Python 2 and 3 compatibility utilities" category = "main" optional = false @@ -679,7 +679,7 @@ ansible-base = ["ansible-base"] [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "e61c4bfea575a2edadb6f0913f0fe168d41abbec93e038a5d32b44d5414dd81e" +content-hash = "a6d083473a9bec263a0cbbc0f298e21a4385e0dab94c9f4e07b4cef9275cbca3" [metadata.files] ansible = [ @@ -1026,8 +1026,8 @@ pyyaml = [ {file = "PyYAML-5.3.1.tar.gz", hash = "sha256:b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"}, ] six = [ - {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"}, - {file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"}, + {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, + {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, ] smmap = [ {file = "smmap-4.0.0-py2.py3-none-any.whl", hash = "sha256:a9a7479e4c572e2e775c404dcd3080c8dc49f39918c2cf74913d30c4c478e3c2"}, diff --git a/pyproject.toml b/pyproject.toml index b6cde22..997226f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ nested-lookup = "0.2.22" pathspec = "0.8.1" python = "^3.6.0" python-json-logger = "2.0.1" -six = "1.15.0" +six = "1.16.0" toolz = "0.11.1" unidiff = "0.6.0" yamllint = "1.26.1"