Skip to content

Commit 01db296

Browse files
[pip](deps): Bump psutil from 5.9.8 to 6.0.0 (#140)
* [pip](deps): Bump psutil from 5.9.8 to 6.0.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.8 to 6.0.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-5.9.8...release-6.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * update psutil --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: No767 <[email protected]>
1 parent ffbe686 commit 01db296

File tree

3 files changed

+24
-23
lines changed

3 files changed

+24
-23
lines changed

poetry.lock

+21-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ uvloop = {markers = "sys_platform != \"win32\"", version = "^0.19.0"}
1313
winloop = {markers = "sys_platform == \"win32\"", version = "^0.1.4"}
1414
asyncpg = "^0.29.0"
1515
discord-ext-menus = {git = "https://github.com/Rapptz/discord-ext-menus", rev = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53"}
16-
psutil = "^5.9.8"
16+
psutil = "^6.0.0"
1717
pygit2 = "^1.15.0"
1818
python-dateutil = "^2.9.0"
1919
click = "^8.1.7"

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uvloop>=0.19.0,<1 ; sys_platform != "win32"
33
winloop>=0.1.1,<1 ; sys_platform == "win32"
44
asyncpg>=0.29.0,<1
55
discord-ext-menus @ git+https://github.com/Rapptz/discord-ext-menus@8686b5d1bbc1d3c862292eb436ab630d6e9c9b53
6-
psutil>=5.9.8,<6
6+
psutil>=6.0.0,<7
77
pygit2>=1.13.3,<2
88
python-dateutil>=2.8.2,<3
99
click>=8.1.7,<9
@@ -14,4 +14,4 @@ async-lru>=2.0.4,<3
1414
msgspec>=0.18.6,<1
1515
jishaku>=2.5.2,<3
1616
watchfiles>=0.21.0,<1
17-
PyYAML>=6.0.1,<7
17+
PyYAML>=6.0.1,<7

0 commit comments

Comments
 (0)