chore(deps-dev): bump pytest-env from 1.1.3 to 1.1.4 (#4964)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-09-10 11:14:34 +02:00
committed by GitHub
parent cdb68b72ed
commit 661bdb56ec
2 changed files with 7 additions and 7 deletions
Generated
+6 -6
View File
@@ -3312,21 +3312,21 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"]
[[package]]
name = "pytest-env"
version = "1.1.3"
version = "1.1.4"
description = "pytest plugin that allows you to add environment variables."
optional = false
python-versions = ">=3.8"
files = [
{file = "pytest_env-1.1.3-py3-none-any.whl", hash = "sha256:aada77e6d09fcfb04540a6e462c58533c37df35fa853da78707b17ec04d17dfc"},
{file = "pytest_env-1.1.3.tar.gz", hash = "sha256:fcd7dc23bb71efd3d35632bde1bbe5ee8c8dc4489d6617fb010674880d96216b"},
{file = "pytest_env-1.1.4-py3-none-any.whl", hash = "sha256:a4212056d4d440febef311a98fdca56c31256d58fb453d103cba4e8a532b721d"},
{file = "pytest_env-1.1.4.tar.gz", hash = "sha256:86653658da8f11c6844975db955746c458a9c09f1e64957603161e2ff93f5133"},
]
[package.dependencies]
pytest = ">=7.4.3"
pytest = ">=8.3.2"
tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""}
[package.extras]
test = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "pytest-mock (>=3.12)"]
test = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "pytest-mock (>=3.14)"]
[[package]]
name = "pytest-randomly"
@@ -4573,4 +4573,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "ba4d1e0b3a989f706e66b482ee1955433ab95c9815b581a654626ab7de8b7707"
content-hash = "71f9d7f2db9911fe87c4d83f1c2b593a0bb74e2968bad037684d079f04d697ce"
+1 -1
View File
@@ -80,7 +80,7 @@ openapi-spec-validator = "0.7.1"
pylint = "3.2.7"
pytest = "8.3.2"
pytest-cov = "5.0.0"
pytest-env = "1.1.3"
pytest-env = "1.1.4"
pytest-randomly = "3.15.0"
pytest-xdist = "3.6.1"
safety = "3.2.7"