mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-05 03:04:45 +00:00
Update werkzeug to 2.1.2 (#3797)
This commit is contained in:
parent
4f73cd5c01
commit
9b19891b28
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
-r base.txt
|
||||
|
||||
Werkzeug[watchdog]==2.0.3 # https://github.com/pallets/werkzeug
|
||||
Werkzeug[watchdog]==2.1.2 # https://github.com/pallets/werkzeug
|
||||
ipdb==0.13.9 # https://github.com/gotcha/ipdb
|
||||
{%- if cookiecutter.use_docker == 'y' %}
|
||||
psycopg2==2.9.3 # https://github.com/psycopg/psycopg2
|
||||
|
|
|
|||
Loading…
Reference in a new issue