Skip to content

Commit c82e825

Browse files
authored
Update psycopg to 3.2.2 (cookiecutter#5378)
1 parent 0931402 commit c82e825

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
@@ -4,9 +4,9 @@ watchdog==4.0.2 # https://github.com/gorakhargosh/watchdog
44
Werkzeug[watchdog]==3.0.4 # https://github.com/pallets/werkzeug
55
ipdb==0.13.13 # https://github.com/gotcha/ipdb
66
{%- if cookiecutter.use_docker == 'y' %}
7-
psycopg[c]==3.2.1 # https://github.com/psycopg/psycopg
7+
psycopg[c]==3.2.2 # https://github.com/psycopg/psycopg
88
{%- else %}
9-
psycopg[binary]==3.2.1 # https://github.com/psycopg/psycopg
9+
psycopg[binary]==3.2.2 # https://github.com/psycopg/psycopg
1010
{%- endif %}
1111
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
1212
watchfiles==0.24.0 # 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.1 # https://github.com/psycopg/psycopg
6+
psycopg[c]==3.2.2 # https://github.com/psycopg/psycopg
77
{%- if cookiecutter.use_whitenoise == 'n' %}
88
Collectfasta==3.2.0 # https://github.com/jasongi/collectfasta
99
{%- endif %}

0 commit comments

Comments
 (0)