Bump pytest-env from 1.1.5 to 1.2.0

Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 1.1.5 to 1.2.0.
- [Release notes](https://github.com/pytest-dev/pytest-env/releases)
- [Commits](https://github.com/pytest-dev/pytest-env/compare/1.1.5...1.2.0)

---
updated-dependencies:
- dependency-name: pytest-env
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-09 21:05:38 +00:00
committed by GitHub
parent ffea1d0c23
commit b72cdd729e
2 changed files with 8 additions and 8 deletions

14
poetry.lock generated
View File

@@ -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"

View File

@@ -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"