From ef30ef59a2775872d0d39bb85746655055bdf4a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:24:12 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-postgresql from 6.0.0 to 6.1.1 Bumps [pytest-postgresql](https://github.com/ClearcodeHQ/pytest-postgresql) from 6.0.0 to 6.1.1. - [Changelog](https://github.com/ClearcodeHQ/pytest-postgresql/blob/main/CHANGES.rst) - [Commits](https://github.com/ClearcodeHQ/pytest-postgresql/compare/v6.0.0...v6.1.1) --- updated-dependencies: - dependency-name: pytest-postgresql dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c5887702..1705c074 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pytest==8.3.2 -pytest-postgresql==6.0.0 +pytest-postgresql==6.1.1 tqdm==4.66.5 pytest-cov==5.0.0 pytest-env==1.1.3