diff --git a/setup.py b/setup.py index 3d0e94e75..511379cc8 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def find_stub_files(name: str) -> List[str]: dependencies = [ "mypy>=0.991", - "django-stubs>=4.2.2", + "django-stubs>=4.2.4", "typing-extensions>=3.10.0", "requests>=2.0.0", "types-requests>=0.1.12", @@ -37,7 +37,7 @@ def find_stub_files(name: str) -> List[str]: setup( name="djangorestframework-stubs", - version="3.14.2", + version="3.14.3", description="PEP-484 stubs for django-rest-framework", long_description=readme, long_description_content_type="text/markdown",