fix(deps): update dependency environs to v9.4.0 (#215)

This commit is contained in:
renovate[bot] 2022-01-07 16:19:32 +01:00 committed by GitHub
parent d5f426b9a0
commit 61e5a44a41
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

@ -82,7 +82,7 @@ toml = ["tomli"]
[[package]]
name = "environs"
version = "9.3.5"
version = "9.4.0"
description = "simplified environment variable parsing"
category = "main"
optional = false
@ -685,7 +685,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "e3abf510d65e44eab260dd172a9e64f687dd71715a8a782f03d87b8ce15622a2"
content-hash = "f686dc41f1fd171124a7caea5395b0158a9edda680e72f9f856d0940fab58bf6"
[metadata.files]
anyconfig = [
@ -762,8 +762,8 @@ coverage = [
{file = "coverage-6.2.tar.gz", hash = "sha256:e2cad8093172b7d1595b4ad66f24270808658e11acf43a8f95b41276162eb5b8"},
]
environs = [
{file = "environs-9.3.5-py2.py3-none-any.whl", hash = "sha256:f5a3ca00afd32a82e098597c7dc8899bea5ed451d31055e518e8c7681cdf1c2b"},
{file = "environs-9.3.5.tar.gz", hash = "sha256:47128992b854cf7e279e62127100767d765a1ead8d22f355e63c00661550131b"},
{file = "environs-9.4.0-py2.py3-none-any.whl", hash = "sha256:b5a197f70c590e8ad2d60d145ea2a2e90d4b1b05cdd04f8e18132d2760123971"},
{file = "environs-9.4.0.tar.gz", hash = "sha256:b1cb81fbc0568d85c8ca32328e17bd756a2bb16cff54371d18d15d1832b692aa"},
]
eradicate = [
{file = "eradicate-2.0.0.tar.gz", hash = "sha256:27434596f2c5314cc9b31410c93d8f7e8885747399773cd088d3adea647a60c8"},

View File

@ -39,7 +39,7 @@ Jinja2 = "3.0.3"
anyconfig = "0.12.0"
appdirs = "1.4.4"
colorama = "0.4.4"
environs = "9.3.5"
environs = "9.4.0"
jsonschema = "4.3.3"
nested-lookup = "0.2.23"
pathspec = "0.9.0"