From 6836a83e692d62d9d411d447551267e7ffb1baa4 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 6 Nov 2022 18:17:09 +0000 Subject: [PATCH] Update dependency pytest-env to v0.8.1 (develop) --- api/poetry.lock | 14 +++++++++----- api/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 17d445ba9..20b75c5ac 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1588,14 +1588,17 @@ testing = ["Django", "django-configurations (>=2.0)"] [[package]] name = "pytest-env" -version = "0.6.2" +version = "0.8.1" description = "py.test plugin that allows you to add environment variables." category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.7" [package.dependencies] -pytest = ">=2.6.0" +pytest = ">=7.1.3" + +[package.extras] +test = ["coverage (>=6.5)", "pytest-mock (>=3.10)"] [[package]] name = "pytest-mock" @@ -2196,7 +2199,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "8381c8f3931151fcfaa19acac7a5aafd9e08f4cb402794b72f01d0ffe0d16702" +content-hash = "3c37b51a8eb4fd2142de502fa58ea0f2964072e1e7b4f31bf109e4de6efce6b3" [metadata.files] aiohttp = [ @@ -3354,7 +3357,8 @@ pytest-django = [ {file = "pytest_django-4.5.2-py3-none-any.whl", hash = "sha256:c60834861933773109334fe5a53e83d1ef4828f2203a1d6a0fa9972f4f75ab3e"}, ] pytest-env = [ - {file = "pytest-env-0.6.2.tar.gz", hash = "sha256:7e94956aef7f2764f3c147d216ce066bf6c42948bb9e293169b1b1c880a580c2"}, + {file = "pytest_env-0.8.1-py3-none-any.whl", hash = "sha256:8c0605ae09a5b7e41c20ebcc44f2c906eea9654095b4b0c342b3814bcc3a8492"}, + {file = "pytest_env-0.8.1.tar.gz", hash = "sha256:d7b2f5273ec6d1e221757998bc2f50d2474ed7d0b9331b92556011fadc4e9abf"}, ] pytest-mock = [ {file = "pytest-mock-3.8.2.tar.gz", hash = "sha256:77f03f4554392558700295e05aed0b1096a20d4a60a4f3ddcde58b0c31c8fca2"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 2713c2ce0..e4f06aaba 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -66,7 +66,7 @@ flake8 = "==3.9.2" pytest = "==7.2.0" pytest-cov = "==3.0.0" pytest-django = "==4.5.2" -pytest-env = "==0.6.2" +pytest-env = "==0.8.1" pytest-mock = "==3.8.2" pytest-randomly = "==3.12.0" pytest-sugar = "==0.9.6"