diff --git a/poetry.lock b/poetry.lock index 8ed238bab..babacb9d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4022,21 +4022,22 @@ testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-env" -version = "1.2.0" +version = "1.3.2" description = "pytest plugin that allows you to add environment variables." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest_env-1.2.0-py3-none-any.whl", hash = "sha256:d7e5b7198f9b83c795377c09feefa45d56083834e60d04767efd64819fc9da00"}, - {file = "pytest_env-1.2.0.tar.gz", hash = "sha256:475e2ebe8626cee01f491f304a74b12137742397d6c784ea4bc258f069232b80"}, + {file = "pytest_env-1.3.2-py3-none-any.whl", hash = "sha256:e8626b776a035112a8ad58fcc9e04926868c58f15225de484de7c8af4b4b526c"}, + {file = "pytest_env-1.3.2.tar.gz", hash = "sha256:f091a2c6a8eb91befcae2b4c1bd2905a51f33bc1c6567707b7feed4e51b76b47"}, ] [package.dependencies] -pytest = ">=8.4.2" +pytest = ">=9.0.2" +python-dotenv = ">=1.2.1" [package.extras] -testing = ["covdefaults (>=2.3)", "coverage (>=7.10.7)", "pytest-mock (>=3.15.1)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.13.4)", "pytest-mock (>=3.15.1)"] [[package]] name = "pytest-mock" @@ -5978,4 +5979,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "93c7d9be939a9ea7c1305db5d3187992d8aa0958763604e523b64da600e0c690" +content-hash = "4533ff3f6d83a9e0e3d51c27dba65548ff2192e853f7b0916300cc6441fc0f17" diff --git a/pyproject.toml b/pyproject.toml index d0a73abac..3d2f163ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ moto = "==5.1.21" pip-audit = "*" pre-commit = "^4.5.1" pytest = "^9.0.2" -pytest-env = "^1.2.0" +pytest-env = "^1.3.2" pytest-mock = "^3.15.1" pytest-cov = "^7.0.0" pytest-xdist = "^3.8.0"