From 3e96e6bd2aa1f767ad26ab7a66bb90731cbfa105 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sat, 19 Sep 2026 00:22:50 +0000 Subject: [PATCH] [stubsabot] Bump fanstatic to 1.8.* Release: https://pypi.org/pypi/fanstatic/1.8 Repository: https://github.com/zopefoundation/fanstatic Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/fanstatic Changelog: https://raw.githubusercontent.com/zopefoundation/fanstatic/master/CHANGES.rst Diff: https://github.com/zopefoundation/fanstatic/compare/1.7...1.8 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 101. - Total lines of Python code deleted: 28. 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/fanstatic/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/fanstatic/METADATA.toml b/stubs/fanstatic/METADATA.toml index a7eea5dca12e..040198a1d357 100644 --- a/stubs/fanstatic/METADATA.toml +++ b/stubs/fanstatic/METADATA.toml @@ -1,3 +1,3 @@ -version = "1.7.*" +version = "1.8.*" upstream-repository = "https://github.com/zopefoundation/fanstatic" dependencies = ["types-setuptools", "types-WebOb"]