mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 12:50:42 +00:00
fix(deps): update dependency six to v1.16.0 (#131)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
04f3b0a088
commit
3d274f6666
8
poetry.lock
generated
8
poetry.lock
generated
@ -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"},
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user