Skip to content

Commit 2cee23a

Browse files
authored
Version 3.14.5 release (#516)
1 parent 857df7c commit 2cee23a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def find_stub_files(name: str) -> List[str]:
2020
readme = f.read()
2121

2222
dependencies = [
23-
"django-stubs>=4.2.5",
23+
"django-stubs>=4.2.7",
2424
"typing-extensions>=3.10.0",
2525
"requests>=2.0.0",
2626
"types-requests>=0.1.12",
@@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]:
3636

3737
setup(
3838
name="djangorestframework-stubs",
39-
version="3.14.4",
39+
version="3.14.5",
4040
description="PEP-484 stubs for django-rest-framework",
4141
long_description=readme,
4242
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)