From 56742bd2c22b9147d8baebade1e9c0515bae56c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 00:21:56 +0000 Subject: [PATCH] [stubsabot] Bump singledispatch to 4.0.* (#9447) Release: https://pypi.org/pypi/singledispatch/4.0.0 Homepage: https://github.com/jaraco/singledispatch Diff: https://github.com/jaraco/singledispatch/compare/v3.7.0...v4.0.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 381. - Total lines of Python code deleted: 266. 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 Co-authored-by: stubsabot <> --- stubs/singledispatch/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/singledispatch/METADATA.toml b/stubs/singledispatch/METADATA.toml index e48ee2d14..1ebdb5134 100644 --- a/stubs/singledispatch/METADATA.toml +++ b/stubs/singledispatch/METADATA.toml @@ -1,4 +1,4 @@ -version = "3.7.*" +version = "4.0.*" [tool.stubtest] ignore_missing_stub = false