diff --git a/poetry.lock b/poetry.lock index a61a568d95..e530f75aed 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.4" +version = "1.1.5" description = "pytest plugin that allows you to add environment variables." optional = false python-versions = ">=3.8" files = [ - {file = "pytest_env-1.1.4-py3-none-any.whl", hash = "sha256:a4212056d4d440febef311a98fdca56c31256d58fb453d103cba4e8a532b721d"}, - {file = "pytest_env-1.1.4.tar.gz", hash = "sha256:86653658da8f11c6844975db955746c458a9c09f1e64957603161e2ff93f5133"}, + {file = "pytest_env-1.1.5-py3-none-any.whl", hash = "sha256:ce90cf8772878515c24b31cd97c7fa1f4481cd68d588419fd45f10ecaee6bc30"}, + {file = "pytest_env-1.1.5.tar.gz", hash = "sha256:91209840aa0e43385073ac464a554ad2947cc2fd663a9debf88d03b01e0cc1cf"}, ] [package.dependencies] -pytest = ">=8.3.2" +pytest = ">=8.3.3" tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} [package.extras] -test = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "pytest-mock (>=3.14)"] +testing = ["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 = "e8c080a1d744c490bec9899301b7182a0804f41173a88ff52c6f4604d8cf1a8b" +content-hash = "4fef0f22a58be7bc9fc1f30048814f5596e76fde4845f356bc312c044f3cb014" diff --git a/pyproject.toml b/pyproject.toml index 788ab482f1..cb0ab0141d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ openapi-spec-validator = "0.7.1" pylint = "3.2.7" pytest = "8.3.3" pytest-cov = "5.0.0" -pytest-env = "1.1.4" +pytest-env = "1.1.5" pytest-randomly = "3.15.0" pytest-xdist = "3.6.1" safety = "3.2.7"