diff --git a/requirements/local.txt b/requirements/local.txt index 226fab4..babb9f4 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -2,7 +2,7 @@ Werkzeug[watchdog]==2.3.7 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb -psycopg[c]==3.1.9 # https://github.com/psycopg/psycopg +psycopg[c]==3.1.13 # https://github.com/psycopg/psycopg watchfiles==0.19.0 # https://github.com/samuelcolvin/watchfiles # Testing diff --git a/requirements/production.txt b/requirements/production.txt index c94838c..c884722 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,7 +3,7 @@ -r base.txt gunicorn==21.2.0 # https://github.com/benoitc/gunicorn -psycopg[c]==3.1.9 # https://github.com/psycopg/psycopg +psycopg[c]==3.1.13 # https://github.com/psycopg/psycopg sentry-sdk==1.29.2 # https://github.com/getsentry/sentry-python # Django