diff --git a/requirements/local.txt b/requirements/local.txt index 81827f5..d274b4a 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -2,7 +2,7 @@ Werkzeug[watchdog]==3.0.3 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb -psycopg[c]==3.1.19 # https://github.com/psycopg/psycopg +psycopg[c]==3.2.3 # https://github.com/psycopg/psycopg watchfiles==0.22.0 # https://github.com/samuelcolvin/watchfiles # Testing diff --git a/requirements/production.txt b/requirements/production.txt index fbc55f8..3951717 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,6 +3,6 @@ -r base.txt gunicorn==22.0.0 # https://github.com/benoitc/gunicorn -psycopg[c]==3.1.19 # https://github.com/psycopg/psycopg +psycopg[c]==3.2.3 # https://github.com/psycopg/psycopg django-debug-toolbar==4.4.2 # https://github.com/jazzband/django-debug-toolbar django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions