diff --git a/poetry.lock b/poetry.lock index ebc21dd88..8dca01777 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4019,21 +4019,21 @@ testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-env" -version = "1.1.5" +version = "1.2.0" description = "pytest plugin that allows you to add environment variables." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest_env-1.1.5-py3-none-any.whl", hash = "sha256:ce90cf8772878515c24b31cd97c7fa1f4481cd68d588419fd45f10ecaee6bc30"}, - {file = "pytest_env-1.1.5.tar.gz", hash = "sha256:91209840aa0e43385073ac464a554ad2947cc2fd663a9debf88d03b01e0cc1cf"}, + {file = "pytest_env-1.2.0-py3-none-any.whl", hash = "sha256:d7e5b7198f9b83c795377c09feefa45d56083834e60d04767efd64819fc9da00"}, + {file = "pytest_env-1.2.0.tar.gz", hash = "sha256:475e2ebe8626cee01f491f304a74b12137742397d6c784ea4bc258f069232b80"}, ] [package.dependencies] -pytest = ">=8.3.3" +pytest = ">=8.4.2" [package.extras] -testing = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "pytest-mock (>=3.14)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.10.7)", "pytest-mock (>=3.15.1)"] [[package]] name = "pytest-mock" @@ -5905,4 +5905,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 = "1fcdb0bb8488a9e7af8b5bf1a0ede207078a08bd03b9398d4b6b796b4da35653" +content-hash = "30d4525e73df2841825f0f1386efd5614c64535968a5e57cfd98577048b829e6" diff --git a/pyproject.toml b/pyproject.toml index 4465eb1b4..cf02e6522 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ moto = "==5.1.14" pip-audit = "*" pre-commit = "^4.3.0" pytest = "^8.4.2" -pytest-env = "^1.1.3" +pytest-env = "^1.2.0" pytest-mock = "^3.15.1" pytest-cov = "^7.0.0" pytest-xdist = "^3.8.0"