From f663f9a8f693776892851417500e2fd306b39fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 19:10:44 +0000 Subject: [PATCH] chore(py-deps): update pytest requirement 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.4.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/python/cbn-reporting-engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/python/cbn-reporting-engine/requirements.txt b/services/python/cbn-reporting-engine/requirements.txt index d5614873..0a3f3f0d 100644 --- a/services/python/cbn-reporting-engine/requirements.txt +++ b/services/python/cbn-reporting-engine/requirements.txt @@ -1,6 +1,6 @@ fastapi>=0.104.0 pydantic>=2.5.0 pytest-asyncio>=0.23.0 -pytest>=7.4.0 +pytest>=9.0.3 sqlalchemy>=2.0.0 uvicorn>=0.24.0