[stubsabot] Bump setuptools to 67.8.* (#10194)

Release: https://pypi.org/pypi/setuptools/67.8.0
Homepage: https://github.com/pypa/setuptools
Changelog: https://setuptools.pypa.io/en/stable/history.html
Diff: https://github.com/pypa/setuptools/compare/v67.7.2...v67.8.0

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 2 files included in typeshed's stubs have been modified or renamed: `setuptools/command/easy_install.py`, `setuptools/version.py`.
 - Total lines of Python code added: 425.
 - Total lines of Python code deleted: 215.

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
github-actions[bot]
2023-05-20 09:46:05 +01:00
committed by GitHub
parent b5c9d8d677
commit 35450d9c0d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
version = "67.7.*"
version = "67.8.*"
partial_stub = true
[tool.stubtest]

View File

@@ -99,6 +99,7 @@ class PthDistributions(Environment):
filename: Any
sitedirs: Any
basedir: Any
paths: list[str]
def __init__(self, filename, sitedirs=()) -> None: ...
def save(self) -> None: ...
def add(self, dist) -> None: ...