From cf6ff75952c21e4b5de72b2d0d3d0f0cbb14a563 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 00:16:53 +0000 Subject: [PATCH] [stubsabot] Bump setuptools to 67.2.* (#9691) Release: https://pypi.org/pypi/setuptools/67.2.0 Homepage: https://github.com/pypa/setuptools Changelog: https://setuptools.pypa.io/en/stable/history.html Diff: https://github.com/pypa/setuptools/compare/v67.1.0...v67.2.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. - 33 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 152. - Total lines of Python code deleted: 111. 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/setuptools/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/setuptools/METADATA.toml b/stubs/setuptools/METADATA.toml index 31d16cccd..ce1be38d5 100644 --- a/stubs/setuptools/METADATA.toml +++ b/stubs/setuptools/METADATA.toml @@ -1,2 +1,2 @@ -version = "67.1.*" +version = "67.2.*" requires = ["types-docutils"]