diff --git a/poetry.lock b/poetry.lock index 79f1308e4..3ee6c1811 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3059,21 +3059,21 @@ test = ["black (>=22.1.0)", "flake8 (>=4.0.1)", "pre-commit (>=2.17.0)", "pytest [[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" @@ -4398,4 +4398,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "ca32e2bf55e5b64ce89ed053e324921b25556c09504f41690e0afcac6d698314" +content-hash = "2c3bf2305afa44e9168265fe852c41478cb33e82bcf260be6a79ec0091511fb1" diff --git a/pyproject.toml b/pyproject.toml index 4bb001deb..cae5a8703 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ moto = "*" 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-playwright = "^0.7.1" pytest-xdist = "^3.8.0"