fix(deps): update dependency environs to v9.3.5 (#97)

This commit is contained in:
renovate[bot] 2021-11-15 09:38:57 +01:00 committed by GitHub
parent ad13e5c056
commit 021eb8f73d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -101,7 +101,7 @@ toml = ["tomli"]
[[package]]
name = "environs"
version = "9.3.4"
version = "9.3.5"
description = "simplified environment variable parsing"
category = "main"
optional = false
@ -112,9 +112,9 @@ marshmallow = ">=3.0.0"
python-dotenv = "*"
[package.extras]
dev = ["pytest", "dj-database-url", "dj-email-url", "django-cache-url", "flake8 (==3.9.2)", "flake8-bugbear (==21.4.3)", "mypy (==0.910)", "pre-commit (>=2.4,<3.0)", "tox"]
dev = ["pytest", "dj-database-url", "dj-email-url", "django-cache-url", "flake8 (==4.0.1)", "flake8-bugbear (==21.9.2)", "mypy (==0.910)", "pre-commit (>=2.4,<3.0)", "tox"]
django = ["dj-database-url", "dj-email-url", "django-cache-url"]
lint = ["flake8 (==3.9.2)", "flake8-bugbear (==21.4.3)", "mypy (==0.910)", "pre-commit (>=2.4,<3.0)"]
lint = ["flake8 (==4.0.1)", "flake8-bugbear (==21.9.2)", "mypy (==0.910)", "pre-commit (>=2.4,<3.0)"]
tests = ["pytest", "dj-database-url", "dj-email-url", "django-cache-url"]
[[package]]
@ -728,7 +728,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "8845993fa1e8bc31425f401ff3b99aff78eb1dd1b3736b5ede937b2f711deb54"
content-hash = "1fa333f5c7f94d4d4c7b5f6da2ae2a5f09a221c4301202a5a48607c9aec2def5"
[metadata.files]
anyconfig = [
@ -813,8 +813,8 @@ coverage = [
{file = "coverage-6.1.2.tar.gz", hash = "sha256:d9a635114b88c0ab462e0355472d00a180a5fbfd8511e7f18e4ac32652e7d972"},
]
environs = [
{file = "environs-9.3.4-py2.py3-none-any.whl", hash = "sha256:7412eca2996027a0a1eafd89bbfec872568e7b4ca75fc980817bfd7788cb5a1f"},
{file = "environs-9.3.4.tar.gz", hash = "sha256:eecf57fb1b91f1166a8a16344a3fd12ea55b7a0f233c906d86506bdb40738a0f"},
{file = "environs-9.3.5-py2.py3-none-any.whl", hash = "sha256:f5a3ca00afd32a82e098597c7dc8899bea5ed451d31055e518e8c7681cdf1c2b"},
{file = "environs-9.3.5.tar.gz", hash = "sha256:47128992b854cf7e279e62127100767d765a1ead8d22f355e63c00661550131b"},
]
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.3.4"
environs = "9.3.5"
jsonschema = "4.2.1"
nested-lookup = "0.2.23"
prometheus-client = "0.12.0"