We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9691dc1 commit 3ea0666Copy full SHA for 3ea0666
{{cookiecutter.project_slug}}/requirements/local.txt
@@ -3,7 +3,7 @@
3
Werkzeug[watchdog]==3.1.3 # https://github.com/pallets/werkzeug
4
ipdb==0.13.13 # https://github.com/gotcha/ipdb
5
{%- if cookiecutter.use_docker == 'y' %}
6
-psycopg[c]==3.2.5 # https://github.com/psycopg/psycopg
+psycopg[c]==3.2.6 # https://github.com/psycopg/psycopg
7
{%- else %}
8
psycopg[binary]==3.2.5 # https://github.com/psycopg/psycopg
9
{%- endif %}
0 commit comments