Skip to content

Commit b2a3226

Browse files
authored
Update djangorestframework to 3.16.1 (#800)
1 parent 03e3d1a commit b2a3226

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ wheel
22
pre-commit==4.2.0
33
pytest==8.4.1
44
pytest-mypy-plugins==3.2.0
5-
djangorestframework==3.16.0
5+
djangorestframework==3.16.1
66
types-pytz==2025.2.0.20250516
77
types-requests==2.32.4.20250611
88
types-urllib3==1.26.25.14

rest_framework-stubs/templatetags/rest_framework.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ def smart_urlquote_wrapper(matched_url: Any) -> Incomplete: ...
4848
def urlize_quoted_links(
4949
text: Any, trim_url_limit: Any | None = ..., nofollow: bool = ..., autoescape: bool = ...
5050
) -> Incomplete: ...
51-
def break_long_headers(header: Any) -> Incomplete: ...

0 commit comments

Comments
 (0)