From 126205d9152e505ddbafd8d8467204acd9e2b6c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:43:07 +0100 Subject: [PATCH] [stubsabot] Bump singledispatch to 4.1.* (#10624) Release: https://pypi.org/pypi/singledispatch/4.1.0 Homepage: https://github.com/jaraco/singledispatch Repository: https://github.com/jaraco/singledispatch Diff: https://github.com/jaraco/singledispatch/compare/v4.0.0...v4.1.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 174. - Total lines of Python code deleted: 434. --- stubs/singledispatch/@tests/stubtest_allowlist.txt | 2 -- stubs/singledispatch/METADATA.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 stubs/singledispatch/@tests/stubtest_allowlist.txt diff --git a/stubs/singledispatch/@tests/stubtest_allowlist.txt b/stubs/singledispatch/@tests/stubtest_allowlist.txt deleted file mode 100644 index b47df9e9a..000000000 --- a/stubs/singledispatch/@tests/stubtest_allowlist.txt +++ /dev/null @@ -1,2 +0,0 @@ -# Internal utils, we are not interested in them: -singledispatch.helpers diff --git a/stubs/singledispatch/METADATA.toml b/stubs/singledispatch/METADATA.toml index 8cbdb9a79..4c6341083 100644 --- a/stubs/singledispatch/METADATA.toml +++ b/stubs/singledispatch/METADATA.toml @@ -1,2 +1,2 @@ -version = "4.0.*" +version = "4.1.*" upstream_repository = "https://github.com/jaraco/singledispatch"