From 987f3cfe6f4c5bb7aece356db78275211105ac03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 07:37:05 +0000 Subject: [PATCH] chore(dev): update dependency pytest-env to v1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2fba6ed..ea9d831 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1383,13 +1383,13 @@ python-dotenv = ">=0.9.1" [[package]] name = "pytest-env" -version = "0.8.2" +version = "1.0.1" description = "py.test plugin that allows you to add environment variables." optional = false python-versions = ">=3.7" 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.0.1-py3-none-any.whl", hash = "sha256:e8faf927c6fcdbbc8fe3317506acc116713c9708d01652a0fd945f9ae27b71aa"}, + {file = "pytest_env-1.0.1.tar.gz", hash = "sha256:603fe216e8e03a5d134989cb41317c59aabef013d2250c71b864ab0798fbe6f6"}, ] [package.dependencies] @@ -1844,4 +1844,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "45c4226bdb734b8db2b2f8f54a4055a1f014d4dcb9e4ba39e1cb63efe1ddcc99" +content-hash = "7707dfe638597aa0426f2e92a95a289f761c7bbe2f3684443115aeb04159cc57" diff --git a/pyproject.toml b/pyproject.toml index 6bf0d5a..ee26ff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pytest = "==7.4.0" pytest-cov = "4.1.0" pytest-dotenv = "0.5.2" pytest-github-actions-annotate-failures = "==0.2.0" -pytest-env = "==0.8.2" +pytest-env = "==1.0.1" # linter and formatter pre-commit = "==3.3.3" mypy = "==1.4.1"