diff --git a/poetry.lock b/poetry.lock index a919509fc3..02592415e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index c5ee8ac522..51f4ec6037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"