Skip to content

Commit e601475

Browse files
[pip](deps): Bump the prod-deps group with 2 updates
Bumps the prod-deps group with 2 updates: [psutil](https://github.com/giampaolo/psutil) and [click](https://github.com/pallets/click). Updates `psutil` from 6.1.0 to 6.1.1 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-6.1.0...release-6.1.1) Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.7...8.1.8) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent baa3e9b commit e601475

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

poetry.lock

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

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ uvloop = {markers = "sys_platform != \"win32\"", version = "^0.21.0"}
1313
winloop = {markers = "sys_platform == \"win32\"", version = "^0.1.7"}
1414
asyncpg = "^0.30.0"
1515
discord-ext-menus = {git = "https://github.com/Rapptz/discord-ext-menus", rev = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53"}
16-
psutil = "^6.1.0"
16+
psutil = "^6.1.1"
1717
pygit2 = "^1.15.1"
1818
python-dateutil = "^2.9.0"
19-
click = "^8.1.7"
19+
click = "^8.1.8"
2020
async-lru = "^2.0.4"
2121
jishaku = "^2.6.0"
2222
pyyaml = "^6.0.2"

0 commit comments

Comments
 (0)