From 8637ea76039a357156c8a7706fd2799c46cad904 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sun, 16 Aug 2026 00:10:49 +0000 Subject: [PATCH] [stubsabot] Bump webencodings to 0.6.* Release: https://pypi.org/pypi/webencodings/0.6.1 Homepage: https://github.com/CourtBouillon/webencodings Repository: https://github.com/gsnedders/python-webencodings Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/webencodings Changelog: https://github.com/CourtBouillon/webencodings/releases 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/webencodings/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/webencodings/METADATA.toml b/stubs/webencodings/METADATA.toml index af406126c763..0abee01e8e61 100644 --- a/stubs/webencodings/METADATA.toml +++ b/stubs/webencodings/METADATA.toml @@ -1,2 +1,2 @@ -version = "0.5.*" +version = "0.6.*" upstream-repository = "https://github.com/gsnedders/python-webencodings"