From f2e8442018ea84e996903c410a6d74c1c356240c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:26:05 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-postgresql from 7.0.2 to 8.0.0 in /reporter Bumps [pytest-postgresql](https://github.com/dbfixtures/pytest-postgresql) from 7.0.2 to 8.0.0. - [Changelog](https://github.com/dbfixtures/pytest-postgresql/blob/main/CHANGES.rst) - [Commits](https://github.com/dbfixtures/pytest-postgresql/compare/v7.0.2...v8.0.0) --- updated-dependencies: - dependency-name: pytest-postgresql dependency-version: 8.0.0 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 78272a4..e5a6947 100644 --- a/reporter/requirements-dev.txt +++ b/reporter/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements.txt pytest==8.3.5 -pytest-postgresql==7.0.2 +pytest-postgresql==8.0.0 coverage==7.6.10 pytest-cov==6.0.0 jsonschema==4.23.0