Update mypy to 1.7.1 (#4694)

* Update mypy from 1.6.1 to 1.7.1

* Update djangorestframework-stubs from 3.14.4 to 3.14.5

* Update django-stubs from 4.2.6 to 4.2.7

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
This commit is contained in:
pyup.io bot 2023-12-06 01:36:37 -08:00 committed by GitHub
parent cc330ae31a
commit f2709adbc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,12 @@ watchfiles==0.21.0 # https://github.com/samuelcolvin/watchfiles
# Testing
# ------------------------------------------------------------------------------
mypy==1.6.1 # https://github.com/python/mypy
django-stubs[compatible-mypy]==4.2.6 # https://github.com/typeddjango/django-stubs
mypy==1.7.1 # https://github.com/python/mypy
django-stubs[compatible-mypy]==4.2.7 # https://github.com/typeddjango/django-stubs
pytest==7.4.3 # https://github.com/pytest-dev/pytest
pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar
{%- if cookiecutter.use_drf == "y" %}
djangorestframework-stubs[compatible-mypy]==3.14.4 # https://github.com/typeddjango/djangorestframework-stubs
djangorestframework-stubs[compatible-mypy]==3.14.5 # https://github.com/typeddjango/djangorestframework-stubs
{%- endif %}
# Documentation