Skip to content

Commit

Permalink
Update psycopg to 3.2.1 (#5180)
Browse files Browse the repository at this point in the history
* Update psycopg from 3.1.19 to 3.2.1

* Update psycopg from 3.1.19 to 3.2.1

* Update psycopg from 3.1.19 to 3.2.1
  • Loading branch information
pyup-bot committed Jul 1, 2024
1 parent b200d44 commit 899886f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Werkzeug[watchdog]==3.0.3 # https://github.com/pallets/werkzeug
ipdb==0.13.13 # https://github.com/gotcha/ipdb
{%- if cookiecutter.use_docker == 'y' %}
psycopg[c]==3.1.19 # https://github.com/psycopg/psycopg
psycopg[c]==3.2.1 # https://github.com/psycopg/psycopg
{%- else %}
psycopg[binary]==3.1.19 # https://github.com/psycopg/psycopg
psycopg[binary]==3.2.1 # https://github.com/psycopg/psycopg
{%- endif %}
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
watchfiles==0.22.0 # https://github.com/samuelcolvin/watchfiles
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-r base.txt

gunicorn==22.0.0 # https://github.com/benoitc/gunicorn
psycopg[c]==3.1.19 # https://github.com/psycopg/psycopg
psycopg[c]==3.2.1 # https://github.com/psycopg/psycopg
{%- if cookiecutter.use_whitenoise == 'n' %}
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
{%- endif %}
Expand Down

0 comments on commit 899886f

Please sign in to comment.