From 868370e41b32f5b86b17482a6c6d855ead878bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:15:58 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 8.3.5 to 9.0.2 in /reporter Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 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/8.3.5...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- reporter/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporter/requirements-dev.txt b/reporter/requirements-dev.txt index 5ba1724..3098dc3 100644 --- a/reporter/requirements-dev.txt +++ b/reporter/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -pytest==8.3.5 +pytest==9.0.2 pytest-postgresql==8.0.0 psycopg[binary]==3.3.3 coverage==7.10.6