From 50b9cc869a8c531ce0c6bf933bedd0b1cf0fd46d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:47:33 -0500 Subject: [PATCH] Bump pytest-env from 1.2.0 to 1.3.2 (#3261) Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 1.2.0 to 1.3.2. - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.2.0...1.3.2) --- updated-dependencies: - dependency-name: pytest-env dependency-version: 1.3.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1122b3c6f..8bfa949a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3118,21 +3118,22 @@ test = ["black (>=22.1.0)", "flake8 (>=4.0.1)", "pre-commit (>=2.17.0)", "pytest [[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" @@ -4526,4 +4527,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 = "6b521651b1e26e39dd328fa87da149abc6ef8bc9d7cf3c47f74c69ed80fcc716" +content-hash = "8bfec2aacf43bb8189a6d47b6e5830caa37d582baab698b666380a6255cce1de" diff --git a/pyproject.toml b/pyproject.toml index e422a5392..7c2b41984 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.2.0" +pytest-env = "^1.3.2" pytest-mock = "^3.15.1" pytest-playwright = "^0.7.2" pytest-xdist = "^3.8.0"