Skip to content

Commit ab475a5

Browse files
authored
Update psycopg to 3.2.4 (cookiecutter#5644)
1 parent 564ca18 commit ab475a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

{{cookiecutter.project_slug}}/requirements/local.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Werkzeug[watchdog]==3.1.3 # https://github.com/pallets/werkzeug
44
ipdb==0.13.13 # https://github.com/gotcha/ipdb
55
{%- if cookiecutter.use_docker == 'y' %}
6-
psycopg[c]==3.2.3 # https://github.com/psycopg/psycopg
6+
psycopg[c]==3.2.4 # https://github.com/psycopg/psycopg
77
{%- else %}
8-
psycopg[binary]==3.2.3 # https://github.com/psycopg/psycopg
8+
psycopg[binary]==3.2.4 # https://github.com/psycopg/psycopg
99
{%- endif %}
1010
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
1111
watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles

{{cookiecutter.project_slug}}/requirements/production.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-r base.txt
44

55
gunicorn==23.0.0 # https://github.com/benoitc/gunicorn
6-
psycopg[c]==3.2.3 # https://github.com/psycopg/psycopg
6+
psycopg[c]==3.2.4 # https://github.com/psycopg/psycopg
77
{%- if cookiecutter.use_whitenoise == 'n'and cookiecutter.cloud_provider in ('AWS', 'GCP') %}
88
Collectfasta==3.2.1 # https://github.com/jasongi/collectfasta
99
{%- endif %}

0 commit comments

Comments
 (0)