Skip to content

Commit

Permalink
Update psutil requirement from ~=6.1 to ~=7.0 (#4488)
Browse files Browse the repository at this point in the history
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-6.1.0...release-7.0.0)

---
updated-dependencies:
- dependency-name: psutil
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 18, 2025
1 parent d16badf commit 74c640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/windows_reqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# everything, so just this subset will be enough for CI
behave==1.2.6
pandas~=1.3
psutil~=6.1
psutil~=7.0
requests~=2.32
toml~=0.10.1
PyYAML>=4.2, <7.0
Expand Down

0 comments on commit 74c640a

Please sign in to comment.