Skip to content

Commit 3ea0666

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

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
@@ -3,7 +3,7 @@
33
Werkzeug[watchdog]==3.1.3 # https://github.com/pallets/werkzeug
44
ipdb==0.13.13 # https://github.com/gotcha/ipdb
55
{%- if cookiecutter.use_docker == 'y' %}
6-
psycopg[c]==3.2.5 # https://github.com/psycopg/psycopg
6+
psycopg[c]==3.2.6 # https://github.com/psycopg/psycopg
77
{%- else %}
88
psycopg[binary]==3.2.5 # https://github.com/psycopg/psycopg
99
{%- endif %}

0 commit comments

Comments
 (0)