Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Upgrade psutil to 5.8.0 (#8)
Browse files Browse the repository at this point in the history
* Update psutil to 5.8.0

* MRQ Custom 0.9.28
  • Loading branch information
ghabrielv authored May 19, 2021
1 parent aa98be8 commit c902409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mrq/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.9.27"
VERSION = "0.9.28.1"

if __name__ == "__main__":
import sys
Expand Down
2 changes: 1 addition & 1 deletion requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pymongo==3.7.2
gevent>=1.2.2
ujson>=1.33
hiredis>=0.1.5
psutil>=5.1.2,<=5.6.3 # https://github.com/giampaolo/psutil/issues/1659#issuecomment-586032229
psutil>=5.1.2
objgraph>=1.8.1
termcolor>=1.1.0
subprocess32>=3.2.7; python_version < '3.2' and sys.platform != "win32"
Expand Down

0 comments on commit c902409

Please sign in to comment.