fix(deps): update dependency anyconfig to v0.13.0 (#197)

This commit is contained in:
renovate[bot] 2022-04-04 09:05:23 +02:00 committed by GitHub
parent d9ffae2bfe
commit c7df9aa9df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

9
poetry.lock generated
View File

@ -1,13 +1,12 @@
[[package]]
name = "anyconfig"
version = "0.12.0"
version = "0.13.0"
description = "Library provides common APIs to load and dump configuration files in various formats"
category = "main"
optional = false
python-versions = "*"
[package.extras]
devel = ["coveralls", "flake8 (<3.5.0)", "mock", "nose", "pylint", "pycodestyle (<2.4.0)"]
query = ["jmespath"]
schema = ["jsonschema"]
template = ["jinja2"]
@ -740,12 +739,12 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "e1d9d0094f999bfbd736b8dcb265abef4da16eda7e6d77a9b6df98c3a6425444"
content-hash = "6e88e91b7b5c3f3ecfe17825f3864ada0a6339aa8c0b7a401c87eabc9f671093"
[metadata.files]
anyconfig = [
{file = "anyconfig-0.12.0-py2.py3-none-any.whl", hash = "sha256:2119065ad835d0e4cbcb26a58fab0705952c5657c05fa90ef7a11cdecbbafb1f"},
{file = "anyconfig-0.12.0.tar.gz", hash = "sha256:3091d7675740686fade85755537f2a7c6ccefa8659c5bb56174e02ded74b96d5"},
{file = "anyconfig-0.13.0-py2.py3-none-any.whl", hash = "sha256:17cb189938d6cda4d21a2dabcd63db86658d2556e767dfd4835b1011544a1f8e"},
{file = "anyconfig-0.13.0.tar.gz", hash = "sha256:03ff2e1762af388fbbbed1c1ab7f9f1ec006a91da7db3a68b963da6e7795d2ac"},
]
appdirs = [
{file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},

View File

@ -29,7 +29,7 @@ repository = "https://github.com/thegeeklab/prometheus-pve-sd/"
version = "0.0.0"
[tool.poetry.dependencies]
anyconfig = "0.12.0"
anyconfig = "0.13.0"
appdirs = "1.4.4"
colorama = "0.4.4"
environs = "9.5.0"