Update psycopg from 3.2.3 to 3.2.4

This commit is contained in:
pyup-bot 2025-01-15 19:45:57 +00:00
parent 4812d2d26d
commit 668fb69775

View File

@ -3,7 +3,7 @@
Werkzeug[watchdog]==3.1.3 # https://github.com/pallets/werkzeug
ipdb==0.13.13 # https://github.com/gotcha/ipdb
{%- if cookiecutter.use_docker == 'y' %}
psycopg[c]==3.2.3 # https://github.com/psycopg/psycopg
psycopg[c]==3.2.4 # https://github.com/psycopg/psycopg
{%- else %}
psycopg[binary]==3.2.3 # https://github.com/psycopg/psycopg
{%- endif %}