[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.
This commit is contained in:
github-actions[bot]
2023-08-29 10:43:07 +01:00
committed by GitHub
parent 2cd8f26e66
commit 126205d915
2 changed files with 1 additions and 3 deletions

View File

@@ -1,2 +0,0 @@
# Internal utils, we are not interested in them:
singledispatch.helpers

View File

@@ -1,2 +1,2 @@
version = "4.0.*"
version = "4.1.*"
upstream_repository = "https://github.com/jaraco/singledispatch"