mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-16 16:21:07 +00:00
Update werkzeug from 2.2.0 to 2.2.1 (#3814)
This commit is contained in:
parent
0e2a042880
commit
fcfaa2df4f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
-r base.txt
|
||||
|
||||
Werkzeug[watchdog]==2.2.0 # https://github.com/pallets/werkzeug
|
||||
Werkzeug[watchdog]==2.2.1 # 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