From d8abce1313cf601d429922f08ca7c5a21151b1ce Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Mon, 6 Oct 2025 00:15:12 +0000 Subject: [PATCH] [stubsabot] Bump django-filter to 25.2.* Release: https://pypi.org/pypi/django-filter/25.2 Homepage: https://github.com/carltongibson/django-filter/tree/main Repository: https://github.com/carltongibson/django-filter/ Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/django-filter Changelog: https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst Diff: https://github.com/carltongibson/django-filter/compare/25.1...25.2 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 1 file included in typeshed's stubs has been modified or renamed: `django_filters/__init__.py`. - Total lines of Python code added: 16. - Total lines of Python code deleted: 2. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/django-filter/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/django-filter/METADATA.toml b/stubs/django-filter/METADATA.toml index 5fdbcdfb6b14..5f24ade15c28 100644 --- a/stubs/django-filter/METADATA.toml +++ b/stubs/django-filter/METADATA.toml @@ -1,4 +1,4 @@ -version = "25.1.*" +version = "25.2.*" upstream_repository = "https://github.com/carltongibson/django-filter/" requires = ["django-stubs"]