fix(deps): update dependency environs to v9.3.4 (#171)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-10-04 16:52:25 +02:00 committed by GitHub
parent 0d4fed2bdc
commit b5e3c1b89a
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

@ -80,7 +80,7 @@ toml = ["tomli"]
[[package]]
name = "environs"
version = "9.3.3"
version = "9.3.4"
description = "simplified environment variable parsing"
category = "main"
optional = false
@ -657,7 +657,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "67ee6b82f6d059369cfd85fd35e97eb87a59c4aac9c0b226c782b00caab69cac"
content-hash = "807e5bc2e19b0af225742fa0efc0c1035622c60bcb9c839c927a86954d93c9dc"
[metadata.files]
anyconfig = [
@ -722,8 +722,8 @@ coverage = [
{file = "coverage-6.0.tar.gz", hash = "sha256:17983f6ccc47f4864fd16d20ff677782b23d1207bf222d10e4d676e4636b0872"},
]
environs = [
{file = "environs-9.3.3-py2.py3-none-any.whl", hash = "sha256:ee5466156b50fe03aa9fec6e720feea577b5bf515d7f21b2c46608272557ba26"},
{file = "environs-9.3.3.tar.gz", hash = "sha256:72b867ff7b553076cdd90f3ee01ecc1cf854987639c9c459f0ed0d3d44ae490c"},
{file = "environs-9.3.4-py2.py3-none-any.whl", hash = "sha256:7412eca2996027a0a1eafd89bbfec872568e7b4ca75fc980817bfd7788cb5a1f"},
{file = "environs-9.3.4.tar.gz", hash = "sha256:eecf57fb1b91f1166a8a16344a3fd12ea55b7a0f233c906d86506bdb40738a0f"},
]
eradicate = [
{file = "eradicate-2.0.0.tar.gz", hash = "sha256:27434596f2c5314cc9b31410c93d8f7e8885747399773cd088d3adea647a60c8"},

View File

@ -38,7 +38,7 @@ Jinja2 = "3.0.1"
anyconfig = "0.12.0"
appdirs = "1.4.4"
colorama = "0.4.4"
environs = "9.3.3"
environs = "9.3.4"
jsonschema = "4.0.1"
nested-lookup = "0.2.22"
pathspec = "0.9.0"