diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-01 11:38:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 11:38:46 (GMT) |
commit | 038c3564fb4ac6439ff0484e6746b0790794f41b (patch) | |
tree | 950039708dc23e5a4b257646c2307518d28fb3cf /Tools/requirements-dev.txt | |
parent | 62405c7867b03730f0d278ea845855692d262d44 (diff) | |
download | cpython-038c3564fb4ac6439ff0484e6746b0790794f41b.zip cpython-038c3564fb4ac6439ff0484e6746b0790794f41b.tar.gz cpython-038c3564fb4ac6439ff0484e6746b0790794f41b.tar.bz2 |
PEG generator: bump types-setuptools from 68.1.0.1 to 68.2.0.0 (#110175)
build(deps-dev): bump types-setuptools in /Tools
Bumps [types-setuptools](https://github.com/python/typeshed) from 68.1.0.1 to 68.2.0.0.
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-setuptools
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Tools/requirements-dev.txt')
-rw-r--r-- | Tools/requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/requirements-dev.txt b/Tools/requirements-dev.txt index 35bceb2..add28b1 100644 --- a/Tools/requirements-dev.txt +++ b/Tools/requirements-dev.txt @@ -4,4 +4,4 @@ mypy==1.5.1 # needed for peg_generator: types-psutil==5.9.5.16 -types-setuptools==68.1.0.1 +types-setuptools==68.2.0.0 |