From 17120a5c243c585eee4ad789cc77a89f90d876f0 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 13 Nov 2025 00:15:55 +0000 Subject: [PATCH] [stubsabot] Bump parsimonious to 0.11.* Release: https://pypi.org/pypi/parsimonious/0.11.0 Homepage: https://github.com/erikrose/parsimonious Repository: https://github.com/erikrose/parsimonious Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/parsimonious 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/parsimonious/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/parsimonious/METADATA.toml b/stubs/parsimonious/METADATA.toml index 698a927e833c..8d2d5ca5fe07 100644 --- a/stubs/parsimonious/METADATA.toml +++ b/stubs/parsimonious/METADATA.toml @@ -1,2 +1,2 @@ -version = "0.10.*" +version = "0.11.*" upstream_repository = "https://github.com/erikrose/parsimonious"