From 2738c324d753cc285f294ed610a48a124309cb0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:43:46 +0000 Subject: [PATCH] Bump psycopg[binary] from 3.1.18 to 3.2.1 Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.1.18 to 3.2.1. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.18...3.2.1) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c51ed0..71974bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Django==4.2.10 django-celery-beat==2.5.0 django-celery-results==2.5.1 gunicorn==21.2.0 -psycopg[binary]==3.1.18 +psycopg[binary]==3.2.1 python-decouple==3.8 redis==5.0.1 whitenoise==6.6.0