mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-19 11:40:39 +00:00
fix(deps): update dependency anyconfig to v0.11.0 (#98)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
4e47e4c753
commit
c906fe12d1
8
poetry.lock
generated
8
poetry.lock
generated
@ -1,6 +1,6 @@
|
||||
[[package]]
|
||||
name = "anyconfig"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0"
|
||||
description = "Library provides common APIs to load and dump configuration files in various formats"
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -653,12 +653,12 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.6.0"
|
||||
content-hash = "40f7bde8dd5533a061fff35137389332130e85fb8479c59d1ea60e6d7bfd1c22"
|
||||
content-hash = "7f212268cd75bf1d6629af0ac48dabaf4f68b5593e6c0e359b38be48f7aec2bc"
|
||||
|
||||
[metadata.files]
|
||||
anyconfig = [
|
||||
{file = "anyconfig-0.10.1-py2.py3-none-any.whl", hash = "sha256:60c795cc6ef3e6f0a74182c52dfa6e8825d852b2b9128404e1aef3b84ca077a4"},
|
||||
{file = "anyconfig-0.10.1.tar.gz", hash = "sha256:f04a5490da8563c97fad15810b0debc92351dbd4b8058dfd82d32a30a41e7e5c"},
|
||||
{file = "anyconfig-0.11.0-py2.py3-none-any.whl", hash = "sha256:47507d96ff31059a9c5783d3e3a5def88c4069bd4af56e9828ee0f0cca2ed2d2"},
|
||||
{file = "anyconfig-0.11.0.tar.gz", hash = "sha256:ec4eaad7250af23c98c86760954781361906b83027ae5b9d4da539e09765d308"},
|
||||
]
|
||||
appdirs = [
|
||||
{file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},
|
||||
|
@ -36,7 +36,7 @@ version = "0.0.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
Jinja2 = "3.0.0"
|
||||
anyconfig = "0.10.1"
|
||||
anyconfig = "0.11.0"
|
||||
appdirs = "1.4.4"
|
||||
colorama = "0.4.4"
|
||||
environs = "9.3.2"
|
||||
|
Loading…
Reference in New Issue
Block a user