Skip to content

Commit 0849bb5

Browse files
pyup-botluzfcb
authored andcommitted
Update psycopg from 3.2.5 to 3.2.6
1 parent 3ea0666 commit 0849bb5

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/requirements

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ipdb==0.13.13 # https://github.com/gotcha/ipdb
55
{%- if cookiecutter.use_docker == 'y' %}
66
psycopg[c]==3.2.6 # https://github.com/psycopg/psycopg
77
{%- else %}
8-
psycopg[binary]==3.2.5 # https://github.com/psycopg/psycopg
8+
psycopg[binary]==3.2.6 # 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

0 commit comments

Comments
 (0)