From 3312737ae51cc3c2a24a1685508a0f604f4e176c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:16:25 +0000 Subject: [PATCH] chore(deps): bump pytest-env from 1.1.5 to 1.2.0 in /quantara 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- quantara/poetry.lock | 14 +++++++------- quantara/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/quantara/poetry.lock b/quantara/poetry.lock index 7f7d57cf..3524d97f 100644 --- a/quantara/poetry.lock +++ b/quantara/poetry.lock @@ -3019,21 +3019,21 @@ testing = ["fields", "hunter", "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 = ["main"] 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" @@ -4372,4 +4372,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "5114aaf3821ef069e05647979d7fb5bf16e13cb5a35552f5fe9721140918e8aa" +content-hash = "d38590e95ee7f8c8c8af44cc4d12741baf70e52de4bec55f48e6305bc3bb910e" diff --git a/quantara/pyproject.toml b/quantara/pyproject.toml index 24004f4a..e992e5dd 100644 --- a/quantara/pyproject.toml +++ b/quantara/pyproject.toml @@ -21,7 +21,7 @@ sqlalchemy = "2.0.51" pytest = "9.1.1" pytest-cov = "6.0.0" pytest-asyncio = "1.3.0" -pytest-env = "1.1.5" +pytest-env = "1.2.0" pytest-mock = "3.14.0" httpx = "0.27.2" celery = "5.4.0"