mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-22 12:50:43 +00:00
fix(deps): update dependency anyconfig to v0.11.1 (#157)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
fa07488ff8
commit
83b9b9b442
8
poetry.lock
generated
8
poetry.lock
generated
@ -1,6 +1,6 @@
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "anyconfig"
|
name = "anyconfig"
|
||||||
version = "0.11.0"
|
version = "0.11.1"
|
||||||
description = "Library provides common APIs to load and dump configuration files in various formats"
|
description = "Library provides common APIs to load and dump configuration files in various formats"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
@ -656,12 +656,12 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.6.0"
|
python-versions = "^3.6.0"
|
||||||
content-hash = "5e8284486eee764ee341de5554de70eb39ab2fb45be802856d758f0178c4b05c"
|
content-hash = "dfa6803c0e2c1dc90d814c92cfd216e85ad2b1d3134d4830feedd2bd3d9b5a94"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
anyconfig = [
|
anyconfig = [
|
||||||
{file = "anyconfig-0.11.0-py2.py3-none-any.whl", hash = "sha256:47507d96ff31059a9c5783d3e3a5def88c4069bd4af56e9828ee0f0cca2ed2d2"},
|
{file = "anyconfig-0.11.1-py2.py3-none-any.whl", hash = "sha256:112000d4d407722569ecff5126c1fc88715581834cfd0ee9556386fd8ff2983e"},
|
||||||
{file = "anyconfig-0.11.0.tar.gz", hash = "sha256:ec4eaad7250af23c98c86760954781361906b83027ae5b9d4da539e09765d308"},
|
{file = "anyconfig-0.11.1.tar.gz", hash = "sha256:050dcade09799cd19c9b1f834e6df710ef824b388e6bb0af8c77be39b158b011"},
|
||||||
]
|
]
|
||||||
appdirs = [
|
appdirs = [
|
||||||
{file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},
|
{file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},
|
||||||
|
@ -36,7 +36,7 @@ version = "0.0.0"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
Jinja2 = "3.0.1"
|
Jinja2 = "3.0.1"
|
||||||
anyconfig = "0.11.0"
|
anyconfig = "0.11.1"
|
||||||
appdirs = "1.4.4"
|
appdirs = "1.4.4"
|
||||||
colorama = "0.4.4"
|
colorama = "0.4.4"
|
||||||
environs = "9.3.3"
|
environs = "9.3.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user