mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-04-22 21:34:44 +00:00
Update django-stubs to 1.16.0 (#4216)
This commit is contained in:
parent
dcea8f1e7b
commit
d4a3887e2d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ watchfiles==0.18.1 # https://github.com/samuelcolvin/watchfiles
|
|||
# Testing
|
||||
# ------------------------------------------------------------------------------
|
||||
mypy==1.1.1 # https://github.com/python/mypy
|
||||
django-stubs==1.15.0 # https://github.com/typeddjango/django-stubs
|
||||
django-stubs==1.16.0 # https://github.com/typeddjango/django-stubs
|
||||
pytest==7.2.2 # https://github.com/pytest-dev/pytest
|
||||
pytest-sugar==0.9.6 # https://github.com/Frozenball/pytest-sugar
|
||||
{%- if cookiecutter.use_drf == "y" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue