12237 update to Django 4.2.2 and psycopg3

This commit is contained in:
Arthur 2023-06-14 14:55:44 -07:00
parent 4d686e8162
commit 46bfc5adec
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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