From b380aa4dca0d63e7c9d9bb3e64615f75ac6d5160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:17:00 +0000 Subject: [PATCH] Bump the psycopg group with 2 updates Bumps the psycopg group with 2 updates: [psycopg](https://github.com/psycopg/psycopg) and [psycopg-binary](https://github.com/psycopg/psycopg). Updates `psycopg` from 3.1.19 to 3.2.1 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.19...3.2.1) Updates `psycopg-binary` from 3.1.19 to 3.2.1 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.19...3.2.1) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-minor dependency-group: psycopg - dependency-name: psycopg-binary dependency-type: direct:production update-type: version-update:semver-minor dependency-group: psycopg ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 41a354e..5590fe8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,8 +8,8 @@ dj-database-url==2.2.0 Django==4.2.13 gunicorn==22.0.0 idna==3.7 -psycopg==3.1.19 -psycopg-binary==3.1.19 +psycopg==3.2.1 +psycopg-binary==3.2.1 pycodestyle==2.12.0 python-dotenv==1.0.1 pytz==2024.1