fix(deps): update dependency environs to v9.5.0 (#131)

This commit is contained in:
renovate[bot] 2022-02-01 09:17:31 +01:00 committed by GitHub
parent 32ed20f3fa
commit b6d5e56837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -106,7 +106,7 @@ toml = ["tomli"]
[[package]]
name = "environs"
version = "9.4.0"
version = "9.5.0"
description = "simplified environment variable parsing"
category = "main"
optional = false
@ -737,7 +737,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "1ce5d8f33f52f5a0f57c713bf10617a059b838e91ff948b3592dcef9fa8e9fb4"
content-hash = "91ea6029ca192c11435881b0f5a30f631f72261520f221f6bef7d43b8ebe5ee2"
[metadata.files]
anyconfig = [
@ -819,8 +819,8 @@ coverage = [
{file = "coverage-6.3.tar.gz", hash = "sha256:987a84ff98a309994ca77ed3cc4b92424f824278e48e4bf7d1bb79a63cfe2099"},
]
environs = [
{file = "environs-9.4.0-py2.py3-none-any.whl", hash = "sha256:b5a197f70c590e8ad2d60d145ea2a2e90d4b1b05cdd04f8e18132d2760123971"},
{file = "environs-9.4.0.tar.gz", hash = "sha256:b1cb81fbc0568d85c8ca32328e17bd756a2bb16cff54371d18d15d1832b692aa"},
{file = "environs-9.5.0-py2.py3-none-any.whl", hash = "sha256:1e549569a3de49c05f856f40bce86979e7d5ffbbc4398e7f338574c220189124"},
{file = "environs-9.5.0.tar.gz", hash = "sha256:a76307b36fbe856bdca7ee9161e6c466fd7fcffc297109a118c59b54e27e30c9"},
]
eradicate = [
{file = "eradicate-2.0.0.tar.gz", hash = "sha256:27434596f2c5314cc9b31410c93d8f7e8885747399773cd088d3adea647a60c8"},

View File

@ -36,7 +36,7 @@ version = "0.0.0"
anyconfig = "0.12.0"
appdirs = "1.4.4"
colorama = "0.4.4"
environs = "9.4.0"
environs = "9.5.0"
jsonschema = "4.4.0"
nested-lookup = "0.2.23"
prometheus-client = "0.13.1"