diff --git a/requirements/local.txt b/requirements/local.txt index e1df9dd..946264f 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -9,7 +9,7 @@ watchfiles==1.0.3 # https://github.com/samuelcolvin/watchfiles # Testing # ------------------------------------------------------------------------------ mypy==1.13.0 # https://github.com/python/mypy -django-stubs[compatible-mypy]==5.1.1 # https://github.com/typeddjango/django-stubs +django-stubs[compatible-mypy]==5.1.3 # https://github.com/typeddjango/django-stubs pytest==8.3.4 # https://github.com/pytest-dev/pytest pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar djangorestframework-stubs==3.15.2 # https://github.com/typeddjango/djangorestframework-stubs