From 21942f3fdeeae7a8e9a7c6a42edbc0765ad44a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 16:11:56 +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.18 to 3.1.19 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.18...3.1.19) Updates `psycopg-binary` from 3.1.18 to 3.1.19 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.18...3.1.19) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch dependency-group: psycopg - dependency-name: psycopg-binary dependency-type: direct:production update-type: version-update:semver-patch 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 e1833de..55f6511 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,8 +8,8 @@ dj-database-url==2.1.0 Django==4.2.11 gunicorn==22.0.0 idna==3.7 -psycopg==3.1.18 -psycopg-binary==3.1.18 +psycopg==3.1.19 +psycopg-binary==3.1.19 pycodestyle==2.11.1 python-dotenv==1.0.1 pytz==2024.1