Skip to content

Commit 95238c8

Browse files
authored
Update psycopg to 3.2.12 (#6143)
1 parent 382922a commit 95238c8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Werkzeug[watchdog]==3.1.3 # https://github.com/pallets/werkzeug
22
ipdb==0.13.13 # https://github.com/gotcha/ipdb
33
{%- if cookiecutter.use_docker == 'y' %}
4-
psycopg[c]==3.2.11 # https://github.com/psycopg/psycopg
4+
psycopg[c]==3.2.12 # https://github.com/psycopg/psycopg
55
{%- else %}
6-
psycopg[binary]==3.2.11 # https://github.com/psycopg/psycopg
6+
psycopg[binary]==3.2.12 # https://github.com/psycopg/psycopg
77
{%- endif %}
88
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
99
watchfiles==1.1.1 # https://github.com/samuelcolvin/watchfiles

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

Lines changed: 1 addition & 1 deletion
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.11 # https://github.com/psycopg/psycopg
6+
psycopg[c]==3.2.12 # https://github.com/psycopg/psycopg
77
{%- if cookiecutter.use_whitenoise == 'n'and cookiecutter.cloud_provider in ('AWS', 'GCP', 'Azure') %}
88
Collectfasta==3.3.1 # https://github.com/jasongi/collectfasta
99
{%- endif %}

0 commit comments

Comments
 (0)