From 9da463e69d33f9b41d99931c3ef8968095eb42ce Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Dec 2023 16:08:14 +0000 Subject: [PATCH] chore(api): update dependency pytest-env to v0.8.2 Part-of: --- api/poetry.lock | 12 ++++++------ api/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 3d946185f..6f26e3e01 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -3001,20 +3001,20 @@ testing = ["Django", "django-configurations (>=2.0)"] [[package]] name = "pytest-env" -version = "0.8.1" +version = "0.8.2" description = "py.test plugin that allows you to add environment variables." optional = false python-versions = ">=3.7" files = [ - {file = "pytest_env-0.8.1-py3-none-any.whl", hash = "sha256:8c0605ae09a5b7e41c20ebcc44f2c906eea9654095b4b0c342b3814bcc3a8492"}, - {file = "pytest_env-0.8.1.tar.gz", hash = "sha256:d7b2f5273ec6d1e221757998bc2f50d2474ed7d0b9331b92556011fadc4e9abf"}, + {file = "pytest_env-0.8.2-py3-none-any.whl", hash = "sha256:5e533273f4d9e6a41c3a3120e0c7944aae5674fa773b329f00a5eb1f23c53a38"}, + {file = "pytest_env-0.8.2.tar.gz", hash = "sha256:baed9b3b6bae77bd75b9238e0ed1ee6903a42806ae9d6aeffb8754cd5584d4ff"}, ] [package.dependencies] -pytest = ">=7.1.3" +pytest = ">=7.3.1" [package.extras] -test = ["coverage (>=6.5)", "pytest-mock (>=3.10)"] +test = ["coverage (>=7.2.7)", "pytest-mock (>=3.10)"] [[package]] name = "pytest-mock" @@ -4561,4 +4561,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.12" -content-hash = "ce33dfcf2265815939d8c0df6995b5e3bda40cab9a5accf7565460ac5d09d2ee" +content-hash = "b251e922767001921d8d302b47cc6f66f099daaf3a325e7ef98ab6cb3ccd5b36" diff --git a/api/pyproject.toml b/api/pyproject.toml index 3983f628b..5740d5c3f 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -115,7 +115,7 @@ pytest-asyncio = "==0.21.0" prompt-toolkit = "==3.0.41" pytest-cov = "==4.0.0" pytest-django = "==4.5.2" -pytest-env = "==0.8.1" +pytest-env = "==0.8.2" pytest-mock = "==3.10.0" pytest-randomly = "==3.12.0" pytest-sugar = "==0.9.7"