From 759f813f1403bcdd602c67dc9d2c81b06d30c259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 23:00:49 +0000 Subject: [PATCH] chore(deps): update pytest requirement in /orchestrator 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/8.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- orchestrator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/requirements.txt b/orchestrator/requirements.txt index b8af3cc..2f71626 100644 --- a/orchestrator/requirements.txt +++ b/orchestrator/requirements.txt @@ -3,4 +3,4 @@ gunicorn>=22.0,<23.0 kubernetes>=29.0,<31.0 pyyaml>=6.0,<7.0 neo4j>=5.0,<6.0 -pytest>=8.0,<9.0 +pytest>=9.1.1,<10.0