Skip to content

Commit

Permalink
Update psutil requirement from ~=6.0 to ~=6.1 (#4247)
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.0.0...release-6.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Merel Theisen <[email protected]>
  • Loading branch information
dependabot[bot] and merelcht authored Oct 23, 2024
1 parent 6fb7b1a commit c2d7100
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.0
psutil~=6.1
requests~=2.32
toml~=0.10.1
PyYAML>=4.2, <7.0
Expand Down

0 comments on commit c2d7100

Please sign in to comment.