From e94d122d5d5d420477c6d4b2506fcc9ce23863b6 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 7 Aug 2025 08:31:21 +0300 Subject: [PATCH 1/2] Update `djangorestframework` to `3.16.1` --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fced57f7..a18c7590d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ wheel pre-commit==4.2.0 pytest==8.4.1 pytest-mypy-plugins==3.2.0 -djangorestframework==3.16.0 +djangorestframework==3.16.1 types-pytz==2025.2.0.20250516 types-requests==2.32.4.20250611 types-urllib3==1.26.25.14 From 950e10087a9efebe17df2508deb03ea683a5cd60 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 7 Aug 2025 08:32:36 +0300 Subject: [PATCH 2/2] Update rest_framework.pyi --- rest_framework-stubs/templatetags/rest_framework.pyi | 1 - 1 file changed, 1 deletion(-) diff --git a/rest_framework-stubs/templatetags/rest_framework.pyi b/rest_framework-stubs/templatetags/rest_framework.pyi index 9f4a080b0..eaf0f54d0 100644 --- a/rest_framework-stubs/templatetags/rest_framework.pyi +++ b/rest_framework-stubs/templatetags/rest_framework.pyi @@ -48,4 +48,3 @@ def smart_urlquote_wrapper(matched_url: Any) -> Incomplete: ... def urlize_quoted_links( text: Any, trim_url_limit: Any | None = ..., nofollow: bool = ..., autoescape: bool = ... ) -> Incomplete: ... -def break_long_headers(header: Any) -> Incomplete: ...