diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-01 10:24:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 10:24:27 (GMT) |
commit | 19e16ce6f8920d512287577353c10836ae4ca6b8 (patch) | |
tree | b71a2ae59e5c4aeae3d47e6784881e76cd5751bd /Tools | |
parent | 0704166f9a9c6028314d50b493670e7862c968b3 (diff) | |
download | cpython-19e16ce6f8920d512287577353c10836ae4ca6b8.zip cpython-19e16ce6f8920d512287577353c10836ae4ca6b8.tar.gz cpython-19e16ce6f8920d512287577353c10836ae4ca6b8.tar.bz2 |
build(deps-dev): bump types-psutil from 5.9.5.20240106 to 5.9.5.20240205 in /Tools (#116188)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Tools')
-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 c0a63b4..33a0a5b 100644 --- a/Tools/requirements-dev.txt +++ b/Tools/requirements-dev.txt @@ -3,5 +3,5 @@ mypy==1.8.0 # needed for peg_generator: -types-psutil==5.9.5.20240106 +types-psutil==5.9.5.20240205 types-setuptools==69.0.0.20240125 |