mirror of
https://github.com/python/cpython.git
synced 2024-11-30 21:34:17 +08:00
467e3f9417
build(deps-dev): bump types-setuptools in /Tools Bumps [types-setuptools](https://github.com/python/typeshed) from 68.2.0.0 to 69.0.0.0. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
# Requirements file for external linters and checks we run on
|
|
# Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
|
|
mypy==1.7.1
|
|
|
|
# needed for peg_generator:
|
|
types-psutil==5.9.5.17
|
|
types-setuptools==69.0.0.0
|