From d64325451725d46c709c96030112ccb4e2526956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 01:21:52 +0000 Subject: [PATCH] chore: bump pytest from 7.4.3 to 9.0.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 9.0.2. - [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.4.3...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- operator_engine/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e720899..33e8134 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -48,7 +48,7 @@ ecdsa==0.19.1 hashlib-additional==1.1 # Testing -pytest==7.4.3 +pytest==9.0.2 pytest-asyncio==0.21.1 pytest-cov==4.1.0 httpx==0.25.2 diff --git a/operator_engine/requirements.txt b/operator_engine/requirements.txt index 6a63f6b..08c74fc 100644 --- a/operator_engine/requirements.txt +++ b/operator_engine/requirements.txt @@ -3,5 +3,5 @@ uvicorn==0.24.0 pydantic==2.5.0 pydantic-settings==2.1.0 httpx==0.25.2 -pytest==7.4.3 +pytest==9.0.2 pytest-asyncio==0.21.1