From 46bfc5adec2da9acffde65594d4c2f77c6eee0ee Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 14 Jun 2023 14:55:44 -0700 Subject: [PATCH] 12237 update to Django 4.2.2 and psycopg3 --- base_requirements.txt | 4 ++-- requirements.txt | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/base_requirements.txt b/base_requirements.txt index 40e0224e2..432301267 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -121,8 +121,8 @@ netaddr Pillow # PostgreSQL database adapter for Python -# https://www.psycopg.org/docs/news.html -psycopg2-binary +# https://github.com/psycopg/psycopg2/blob/master/NEWS +psycopg-binary # YAML rendering library # https://github.com/yaml/pyyaml/blob/master/CHANGES diff --git a/requirements.txt b/requirements.txt index ee6a79635..a39803113 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bleach==6.0.0 boto3==1.26.145 -Django==4.1.9 +Django==4.2.2 django-cors-headers==4.0.0 django-debug-toolbar==4.1.0 django-filter==23.2 @@ -27,7 +27,9 @@ mkdocs-material==9.1.15 mkdocstrings[python-legacy]==0.22.0 netaddr==0.8.0 Pillow==9.5.0 -psycopg2-binary==2.9.6 +psycopg==3.1.9 +psycopg-binary==3.1.9 +psycopg-pool==3.1.7 PyYAML==6.0 sentry-sdk==1.25.0 social-auth-app-django==5.2.0