mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-16 06:30:39 +00:00
fix(deps): update dependency environs to v11.1.0 (#655)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a8a381dea0
commit
d271a06c0b
10
poetry.lock
generated
10
poetry.lock
generated
@ -262,13 +262,13 @@ toml = ["tomli"]
|
||||
|
||||
[[package]]
|
||||
name = "environs"
|
||||
version = "11.0.0"
|
||||
version = "11.1.0"
|
||||
description = "simplified environment variable parsing"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "environs-11.0.0-py3-none-any.whl", hash = "sha256:e0bcfd41c718c07a7db422f9109e490746450da38793fe4ee197f397b9343435"},
|
||||
{file = "environs-11.0.0.tar.gz", hash = "sha256:069727a8f73d8ba8d033d3cd95c0da231d44f38f1da773bf076cef168d312ee8"},
|
||||
{file = "environs-11.1.0-py3-none-any.whl", hash = "sha256:64a95eb490370ea042c761203ff3b8c4b432f799dc20d623de9b00fae21efa16"},
|
||||
{file = "environs-11.1.0.tar.gz", hash = "sha256:8035fe255de3a095156ba79a1b76ff576ce60367817fe20c20bbe67869c8c7b2"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -276,7 +276,7 @@ marshmallow = ">=3.13.0"
|
||||
python-dotenv = "*"
|
||||
|
||||
[package.extras]
|
||||
dev = ["environs[tests]", "pre-commit (>=3.5,<4.0)", "tox"]
|
||||
dev = ["environs[tests]", "pre-commit (>=3.5,<5.0)", "tox"]
|
||||
django = ["dj-database-url", "dj-email-url", "django-cache-url"]
|
||||
tests = ["environs[django]", "pytest"]
|
||||
|
||||
@ -802,4 +802,4 @@ zstd = ["zstandard (>=0.18.0)"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10.0"
|
||||
content-hash = "c509f05d97cc001c8e6f57ebe8c1e73501bb58e61d75453be1ab49af94738810"
|
||||
content-hash = "85c5eb3c64b19523bb8a4a04e8e3a20caa09fb0491e0e25a3bc9946cb13bcf58"
|
||||
|
@ -32,7 +32,7 @@ version = "0.0.0"
|
||||
anyconfig = "0.14.0"
|
||||
appdirs = "1.4.4"
|
||||
colorama = "0.4.6"
|
||||
environs = "11.0.0"
|
||||
environs = "11.1.0"
|
||||
jsonschema = "4.23.0"
|
||||
nested-lookup = "0.2.25"
|
||||
prometheus-client = "0.21.0"
|
||||
|
Loading…
Reference in New Issue
Block a user