From 0fd3aca71c494c22757d274930417e3c5bd1244c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:35:39 +0000 Subject: [PATCH] build(deps-dev): update pytest requirement from >=7.0 to >=9.1.1 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6766609..6b4aea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ cloud = ["cryptography>=49.0.0"] s3 = ["boto3>=1.43.29"] jwt = ["PyJWT>=2.8.0"] all = ["fastapi>=0.104.0", "uvicorn>=0.46.0", "pyyaml>=6.0.3", "cryptography>=49.0.0", "boto3>=1.43.29", "PyJWT>=2.8.0"] -dev = ["pytest>=7.0", "pytest-cov", "ruff", "mypy"] +dev = ["pytest>=9.1.1", "pytest-cov", "ruff", "mypy"] [project.scripts] nexus = "src.cli:app"