diff --git a/poetry.lock b/poetry.lock index 94d426434..3171a9148 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3118,14 +3118,14 @@ test = ["black (>=22.1.0)", "flake8 (>=4.0.1)", "pre-commit (>=2.17.0)", "pytest [[package]] name = "pytest-env" -version = "1.3.2" +version = "1.5.0" description = "pytest plugin that allows you to add environment variables." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest_env-1.3.2-py3-none-any.whl", hash = "sha256:e8626b776a035112a8ad58fcc9e04926868c58f15225de484de7c8af4b4b526c"}, - {file = "pytest_env-1.3.2.tar.gz", hash = "sha256:f091a2c6a8eb91befcae2b4c1bd2905a51f33bc1c6567707b7feed4e51b76b47"}, + {file = "pytest_env-1.5.0-py3-none-any.whl", hash = "sha256:89a15686ac837c9cd009a8a2d52bd55865e2f23c82094247915dae4540c87161"}, + {file = "pytest_env-1.5.0.tar.gz", hash = "sha256:db8994b9ce170f135a37acc09ac753a6fc697d15e691b576ed8d8ca261c40246"}, ] [package.dependencies] @@ -4529,4 +4529,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 = "03e0e6887370a82d2bd8f0c7a91e7688d731cdc235960968d874f7efc0f2f3d7" +content-hash = "c598b2ad165c7723711767a33fcdfed5cc5a2bb7961375d7f0ed84ab4af0f769" diff --git a/pyproject.toml b/pyproject.toml index 04f9a0e99..338fd4962 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ moto = "*" pip-audit = "*" pre-commit = "^4.5.1" pytest = "^9.0.2" -pytest-env = "^1.3.2" +pytest-env = "^1.5.0" pytest-mock = "^3.15.1" pytest-playwright = "^0.7.2" pytest-xdist = "^3.8.0"