diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-01 11:05:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 11:05:14 (GMT) |
commit | 9b403fb559bfce93a478937e0ef7e539a9a95283 (patch) | |
tree | 33bbffa8f0567debe974bb8612c6c13642fd6473 | |
parent | 93c7d9d17b571b6a181af7c02830d29819535c35 (diff) | |
download | cpython-9b403fb559bfce93a478937e0ef7e539a9a95283.zip cpython-9b403fb559bfce93a478937e0ef7e539a9a95283.tar.gz cpython-9b403fb559bfce93a478937e0ef7e539a9a95283.tar.bz2 |
build(deps-dev): bump types-psutil from 5.9.5.20240205 to 5.9.5.20240316 in /Tools (#117417)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
-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 6944b15..fffd224 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.20240205 +types-psutil==5.9.5.20240316 types-setuptools==69.2.0.20240317 |