From 6312226aa9e7e28451166a08294559c5f119b0d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:02:19 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.9 to 2.9.10 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.10. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 5edd10ee..c6102771 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -15,7 +15,7 @@ lxml<5.0 pinax-eventlog==5.1.1 pip==24.2 -e git+https://github.com/pydata/pretalx@add-submission-type-to-widget-json#egg=pretalx[redis]&subdirectory=src -psycopg2==2.9.9 +psycopg2==2.9.10 pytz==2023.3 sentry-sdk==1.25.1 virtualenv==20.26.3