From bbb6505811884b30cc204c6853f7b00b3786401e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:06:50 +0000 Subject: [PATCH] chore(deps): update dependency psycopg2-binary to v2.9.8 --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index ed70f751c..bd0c851d6 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -5,7 +5,7 @@ Faker==19.1.0 flake8==6.0.0 freezegun==1.2.2 isort==5.12.0 -psycopg2-binary==2.9.6 +psycopg2-binary==2.9.8 pytest==7.4.0 pytest-cov==4.1.0 pytest-django==4.5.2