Skip to content

Commit

Permalink
Update psycopg to 3.1.16 (#4753)
Browse files Browse the repository at this point in the history
* Update psycopg from 3.1.15 to 3.1.16

* Update psycopg from 3.1.15 to 3.1.16

* Update psycopg from 3.1.15 to 3.1.16
  • Loading branch information
pyup-bot authored Jan 2, 2024
1 parent 0e4e0f7 commit 45805ef
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.1 # https://github.com/pallets/werkzeug
ipdb==0.13.13 # https://github.com/gotcha/ipdb
{%- if cookiecutter.use_docker == 'y' %}
psycopg[c]==3.1.15 # https://github.com/psycopg/psycopg
psycopg[c]==3.1.16 # https://github.com/psycopg/psycopg
{%- else %}
psycopg[binary]==3.1.15 # https://github.com/psycopg/psycopg
psycopg[binary]==3.1.16 # https://github.com/psycopg/psycopg
{%- endif %}
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
watchfiles==0.21.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==21.2.0 # https://github.com/benoitc/gunicorn
psycopg[c]==3.1.15 # https://github.com/psycopg/psycopg
psycopg[c]==3.1.16 # 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 45805ef

Please sign in to comment.