diff --git a/requirements.txt b/requirements.txt index fca34cd..5a3d089 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ psycopg[binary]==3.1.19 # https://github.com/psycopg/psycopg # Testing # ------------------------------------------------------------------------------ mypy==1.10.0 # https://github.com/python/mypy -django-stubs[compatible-mypy]==5.0.0 # https://github.com/typeddjango/django-stubs +django-stubs[compatible-mypy]==5.0.2 # https://github.com/typeddjango/django-stubs pytest==8.2.1 # https://github.com/pytest-dev/pytest pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar djangorestframework-stubs[compatible-mypy]==3.15.0 # https://github.com/typeddjango/djangorestframework-stubs