From ddcc88102fb88dd3c09b40cf216068ee25436c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:17:48 +0000 Subject: [PATCH] Bump pytest-env from 1.5.0 to 1.6.0 Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.5.0...1.6.0) --- updated-dependencies: - dependency-name: pytest-env dependency-version: 1.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7d302ce..3d5a246 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3237,19 +3237,19 @@ pytest-cover = "*" [[package]] name = "pytest-env" -version = "1.5.0" +version = "1.6.0" description = "pytest plugin that allows you to add environment variables." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest_env-1.5.0-py3-none-any.whl", hash = "sha256:89a15686ac837c9cd009a8a2d52bd55865e2f23c82094247915dae4540c87161"}, - {file = "pytest_env-1.5.0.tar.gz", hash = "sha256:db8994b9ce170f135a37acc09ac753a6fc697d15e691b576ed8d8ca261c40246"}, + {file = "pytest_env-1.6.0-py3-none-any.whl", hash = "sha256:1e7f8a62215e5885835daaed694de8657c908505b964ec8097a7ce77b403d9a3"}, + {file = "pytest_env-1.6.0.tar.gz", hash = "sha256:ac02d6fba16af54d61e311dd70a3c61024a4e966881ea844affc3c8f0bf207d3"}, ] [package.dependencies] pytest = ">=9.0.2" -python-dotenv = ">=1.2.1" +python-dotenv = ">=1.2.2" [package.extras] testing = ["covdefaults (>=2.3)", "coverage (>=7.13.4)", "pytest-mock (>=3.15.1)"] @@ -4631,4 +4631,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.14" -content-hash = "d1c883cefc659b60560d4921645643d7322b2233d57a3ababce5360da3ae1b01" +content-hash = "0457e386a9a9c216c36fe6e15e911d38c009573c37abbe582f7eae02a528532e" diff --git a/pyproject.toml b/pyproject.toml index 1c502ae..35c610c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pre-commit = "^4.2.0" bump2version = "^1.0.1" pytest = "^9.0.2" pytest-coverage = "^0.0" -pytest-env = "^1.0.1" +pytest-env = "^1.6.0" httpx = ">=0.25.0" mypy = "^1.16.1" uvicorn = "^0.40.0"