diff --git a/requirements.txt b/requirements.txt index 480152a2a..f31245829 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ djangorestframework==3.14.0 types-pytz==2023.3.0.0 types-requests==2.28.11.17 types-urllib3==1.26.25.10 -django-stubs==1.16.0 -django-stubs-ext==0.8.0 +django-stubs==4.2.0 +django-stubs-ext==4.2.0 -e .[compatible-mypy,coreapi,markdown] diff --git a/setup.py b/setup.py index e773a4a73..795afe96a 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]: setup( name="djangorestframework-stubs", - version="1.10.0", + version="3.14.0", description="PEP-484 stubs for django-rest-framework", long_description=readme, long_description_content_type="text/markdown",