From 42bf16034b3ace49ce1d14785b1d70ef8d2326b9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Feb 2024 00:04:24 +0000 Subject: [PATCH] chore(api): update dependency pytest-env to v1 Part-of: --- api/poetry.lock | 17 +++++++++-------- api/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index b35793c3b..f43fde5d3 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -3031,20 +3031,21 @@ testing = ["Django", "django-configurations (>=2.0)"] [[package]] name = "pytest-env" -version = "0.8.2" -description = "py.test plugin that allows you to add environment variables." +version = "1.1.3" +description = "pytest plugin that allows you to add environment variables." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest_env-0.8.2-py3-none-any.whl", hash = "sha256:5e533273f4d9e6a41c3a3120e0c7944aae5674fa773b329f00a5eb1f23c53a38"}, - {file = "pytest_env-0.8.2.tar.gz", hash = "sha256:baed9b3b6bae77bd75b9238e0ed1ee6903a42806ae9d6aeffb8754cd5584d4ff"}, + {file = "pytest_env-1.1.3-py3-none-any.whl", hash = "sha256:aada77e6d09fcfb04540a6e462c58533c37df35fa853da78707b17ec04d17dfc"}, + {file = "pytest_env-1.1.3.tar.gz", hash = "sha256:fcd7dc23bb71efd3d35632bde1bbe5ee8c8dc4489d6617fb010674880d96216b"}, ] [package.dependencies] -pytest = ">=7.3.1" +pytest = ">=7.4.3" +tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} [package.extras] -test = ["coverage (>=7.2.7)", "pytest-mock (>=3.10)"] +test = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "pytest-mock (>=3.12)"] [[package]] name = "pytest-mock" @@ -4632,4 +4633,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.13" -content-hash = "36e80c68c77f0ea19bc98a14ece11ea132dcf52e626464481bc7236c3a21d516" +content-hash = "0d84d943c4fb3134a4005ae8ed82aefc7b75b596868a39c7795d7c196ece44f5" diff --git a/api/pyproject.toml b/api/pyproject.toml index b6705895a..2cede9297 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -116,7 +116,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.2" +pytest-env = "==1.1.3" pytest-mock = "==3.10.0" pytest-randomly = "==3.12.0" pytest-sugar = "==0.9.7"