Skip to content

Commit db60d64

Browse files
authored
Version 3.15.2 release (#710)
1 parent 418172a commit db60d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def find_stub_files(name: str) -> list[str]:
1919
readme = f.read()
2020

2121
dependencies = [
22-
"django-stubs>=5.0.4",
22+
"django-stubs>=5.1.1",
2323
"typing-extensions>=3.10.0",
2424
"requests>=2.0.0",
2525
"types-requests>=0.1.12",
@@ -35,7 +35,7 @@ def find_stub_files(name: str) -> list[str]:
3535

3636
setup(
3737
name="djangorestframework-stubs",
38-
version="3.15.1",
38+
version="3.15.2",
3939
description="PEP-484 stubs for django-rest-framework",
4040
long_description=readme,
4141
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)