From 2338e72bbf617a2f83cb7b695a197ff7ad88b08f Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sun, 12 Jul 2026 00:32:00 +0000 Subject: [PATCH] [stubsabot] Bump django-filter to 26.1.* Release: https://pypi.org/pypi/django-filter/26.1 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.2...26.1 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: 1. - Total lines of Python code deleted: 1. 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 775f52e20022..6cf7cf7fb6c8 100644 --- a/stubs/django-filter/METADATA.toml +++ b/stubs/django-filter/METADATA.toml @@ -1,4 +1,4 @@ -version = "25.2.*" +version = "26.1.*" upstream-repository = "https://github.com/carltongibson/django-filter/" dependencies = ["django-stubs"]