fix(deps): update dependency anyconfig to v0.12.0 (#208)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-09-20 09:52:59 +02:00 committed by GitHub
parent 24388a63a6
commit 62b5a3d57e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

9
poetry.lock generated
View File

@ -40,7 +40,7 @@ resolvelib = ">=0.5.3,<0.6.0"
[[package]]
name = "anyconfig"
version = "0.11.1"
version = "0.12.0"
description = "Library provides common APIs to load and dump configuration files in various formats"
category = "main"
optional = false
@ -714,7 +714,7 @@ ansible-base = ["ansible-base"]
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "0e92a914d7afcb8b4aa957e253c34ca0c20d9cf34d78440acaedd39e0b67637e"
content-hash = "7b3c6117da84f4ffffc39f23fc5715cca5e1997c3a7f74a49db9440aba5fa4fa"
[metadata.files]
ansible = [
@ -727,8 +727,8 @@ ansible-core = [
{file = "ansible-core-2.11.4.tar.gz", hash = "sha256:22eaa7c2dfe6c875e9ae380323f1cba6259c6050a5e4c8819f85f92b3683ea49"},
]
anyconfig = [
{file = "anyconfig-0.11.1-py2.py3-none-any.whl", hash = "sha256:112000d4d407722569ecff5126c1fc88715581834cfd0ee9556386fd8ff2983e"},
{file = "anyconfig-0.11.1.tar.gz", hash = "sha256:050dcade09799cd19c9b1f834e6df710ef824b388e6bb0af8c77be39b158b011"},
{file = "anyconfig-0.12.0-py2.py3-none-any.whl", hash = "sha256:2119065ad835d0e4cbcb26a58fab0705952c5657c05fa90ef7a11cdecbbafb1f"},
{file = "anyconfig-0.12.0.tar.gz", hash = "sha256:3091d7675740686fade85755537f2a7c6ccefa8659c5bb56174e02ded74b96d5"},
]
appdirs = [
{file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},
@ -858,6 +858,7 @@ cryptography = [
{file = "cryptography-3.4.8-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34dae04a0dce5730d8eb7894eab617d8a70d0c97da76b905de9efb7128ad7085"},
{file = "cryptography-3.4.8-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1eb7bb0df6f6f583dd8e054689def236255161ebbcf62b226454ab9ec663746b"},
{file = "cryptography-3.4.8-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:9965c46c674ba8cc572bc09a03f4c649292ee73e1b683adb1ce81e82e9a6a0fb"},
{file = "cryptography-3.4.8-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:695104a9223a7239d155d7627ad912953b540929ef97ae0c34c7b8bf30857e89"},
{file = "cryptography-3.4.8-cp36-abi3-win32.whl", hash = "sha256:21ca464b3a4b8d8e86ba0ee5045e103a1fcfac3b39319727bc0fc58c09c6aff7"},
{file = "cryptography-3.4.8-cp36-abi3-win_amd64.whl", hash = "sha256:3520667fda779eb788ea00080124875be18f2d8f0848ec00733c0ec3bb8219fc"},
{file = "cryptography-3.4.8-pp36-pypy36_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:d2a6e5ef66503da51d2110edf6c403dc6b494cc0082f85db12f54e9c5d4c3ec5"},

View File

@ -37,7 +37,7 @@ version = "0.0.0"
PyYAML = "5.4.1"
ansible = {version = "4.5.0", optional = true}
ansible-base = {version = "2.10.14", optional = true}
anyconfig = "0.11.1"
anyconfig = "0.12.0"
appdirs = "1.4.4"
colorama = "0.4.4"
flake8 = "3.9.2"