Merge pull request #4327 from cookiecutter/pyup-update-mypy-1.2.0-to-1.3.0

Update mypy to 1.3.0
This commit is contained in:
Bruno Alla 2023-06-07 10:06:32 +01:00 committed by GitHub
commit 10c47d47a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,12 @@ watchfiles==0.19.0 # https://github.com/samuelcolvin/watchfiles
# Testing
# ------------------------------------------------------------------------------
mypy==1.2.0 # https://github.com/python/mypy
django-stubs==4.2.0 # https://github.com/typeddjango/django-stubs
mypy==1.3.0 # https://github.com/python/mypy
django-stubs==4.2.1 # https://github.com/typeddjango/django-stubs
pytest==7.3.1 # https://github.com/pytest-dev/pytest
pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar
{%- if cookiecutter.use_drf == "y" %}
djangorestframework-stubs==3.14.0 # https://github.com/typeddjango/djangorestframework-stubs
djangorestframework-stubs==3.14.1 # https://github.com/typeddjango/djangorestframework-stubs
{%- endif %}
# Documentation