From bc930ccf946ab905a36c39049b544d8d7ef4dc1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:54:07 +0000 Subject: [PATCH] build(deps): bump psycopg[binary] from 3.1.16 to 3.1.17 Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.1.16 to 3.1.17. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.16...3.1.17) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 203ef8b..3665483 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Django==4.2.8 django-celery-beat==2.5.0 django-celery-results==2.5.1 gunicorn==21.2.0 -psycopg[binary]==3.1.16 +psycopg[binary]==3.1.17 python-decouple==3.8 redis==5.0.1 whitenoise==6.6.0