From 76232d28c8a2fb5c8125595b800e350824ab193f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 09:21:38 +0000 Subject: [PATCH] Bump pytest-postgresql from 3.1.3 to 4.1.1 Bumps [pytest-postgresql](https://github.com/ClearcodeHQ/pytest-postgresql) from 3.1.3 to 4.1.1. - [Release notes](https://github.com/ClearcodeHQ/pytest-postgresql/releases) - [Changelog](https://github.com/ClearcodeHQ/pytest-postgresql/blob/main/CHANGES.rst) - [Commits](https://github.com/ClearcodeHQ/pytest-postgresql/compare/v3.1.3...v4.1.1) --- updated-dependencies: - dependency-name: pytest-postgresql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/tests.in | 2 +- requirements/tests.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/tests.in b/requirements/tests.in index 6c806fad8e63..74c10ee43d73 100644 --- a/requirements/tests.in +++ b/requirements/tests.in @@ -4,6 +4,6 @@ factory_boy freezegun pretend pytest>=3.0.0 -pytest-postgresql>=3.1.3,<4.0.0 +pytest-postgresql>=3.1.3,<5.0.0 responses>=0.5.1 webtest diff --git a/requirements/tests.txt b/requirements/tests.txt index de870945498b..bb062fab1311 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -153,9 +153,9 @@ pytest==7.1.2 \ # via # -r requirements/tests.in # pytest-postgresql -pytest-postgresql==3.1.3 \ - --hash=sha256:05b87a192741511f5171e0300689a531a2a48b4483c69ae2b5f565d3e429b1d5 \ - --hash=sha256:3649bcac5a0cd0d2cc1470a1087739990d402e2e910d53265ac486321a833898 +pytest-postgresql==4.1.1 \ + --hash=sha256:144d6af4000641decb1f0e8025d9bfdd4a0572f418c5fec7ef409b51b991295d \ + --hash=sha256:e4fca93189ce7e4f306ed5974cd5fdbb988f6b18ea51d12465dd301fcace933f # via -r requirements/tests.in python-dateutil==2.8.2 \ --hash=sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 \