mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-25 10:50:39 +00:00
fix(deps): update dependency anyconfig to v0.13.0 (#197)
This commit is contained in:
parent
d9ffae2bfe
commit
c7df9aa9df
9
poetry.lock
generated
9
poetry.lock
generated
@ -1,13 +1,12 @@
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "anyconfig"
|
name = "anyconfig"
|
||||||
version = "0.12.0"
|
version = "0.13.0"
|
||||||
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
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
devel = ["coveralls", "flake8 (<3.5.0)", "mock", "nose", "pylint", "pycodestyle (<2.4.0)"]
|
|
||||||
query = ["jmespath"]
|
query = ["jmespath"]
|
||||||
schema = ["jsonschema"]
|
schema = ["jsonschema"]
|
||||||
template = ["jinja2"]
|
template = ["jinja2"]
|
||||||
@ -740,12 +739,12 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7.0"
|
python-versions = "^3.7.0"
|
||||||
content-hash = "e1d9d0094f999bfbd736b8dcb265abef4da16eda7e6d77a9b6df98c3a6425444"
|
content-hash = "6e88e91b7b5c3f3ecfe17825f3864ada0a6339aa8c0b7a401c87eabc9f671093"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
anyconfig = [
|
anyconfig = [
|
||||||
{file = "anyconfig-0.12.0-py2.py3-none-any.whl", hash = "sha256:2119065ad835d0e4cbcb26a58fab0705952c5657c05fa90ef7a11cdecbbafb1f"},
|
{file = "anyconfig-0.13.0-py2.py3-none-any.whl", hash = "sha256:17cb189938d6cda4d21a2dabcd63db86658d2556e767dfd4835b1011544a1f8e"},
|
||||||
{file = "anyconfig-0.12.0.tar.gz", hash = "sha256:3091d7675740686fade85755537f2a7c6ccefa8659c5bb56174e02ded74b96d5"},
|
{file = "anyconfig-0.13.0.tar.gz", hash = "sha256:03ff2e1762af388fbbbed1c1ab7f9f1ec006a91da7db3a68b963da6e7795d2ac"},
|
||||||
]
|
]
|
||||||
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"},
|
||||||
|
@ -29,7 +29,7 @@ repository = "https://github.com/thegeeklab/prometheus-pve-sd/"
|
|||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
anyconfig = "0.12.0"
|
anyconfig = "0.13.0"
|
||||||
appdirs = "1.4.4"
|
appdirs = "1.4.4"
|
||||||
colorama = "0.4.4"
|
colorama = "0.4.4"
|
||||||
environs = "9.5.0"
|
environs = "9.5.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user