diff --git a/poetry.lock b/poetry.lock index 19f0a0d6d2..a5a492d3fa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3670,21 +3670,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" @@ -4967,4 +4967,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "c86f3a151e8ceb8b4490c3d701564e52b2cee36f150a61cec5891beabe7e8f2a" +content-hash = "0d8ba9bf9bd4c84caf31c83f1b279499555be550f77c1a0bcaac071f98ce9568" diff --git a/pyproject.toml b/pyproject.toml index bee756ca5b..46171c06a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,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"