aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-07-13 20:27:07 +0000
committerGravatar GitHub <[email protected]>2024-07-13 20:27:07 +0000
commitb118e19c59e04bbb4d5618e69e3825de877d9f01 (patch)
tree02c8fd40a40cff77d16866af6d01a062f1dc7271 /pyproject.toml
parentMerge pull request #237 from python-discord/renovate/configure (diff)
fix(deps): update dependency humanize to v4.10.0
| datasource | package | from | to | | ---------- | -------- | ----- | ------ | | pypi | humanize | 4.9.0 | 4.10.0 |
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9b9d7b7..f499fe8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ kubernetes_asyncio = "30.1.1"
tabulate = { extras = ["widechars"], version = "0.9.0" }
jishaku = "2.5.2"
sentry-sdk = "2.7.1"
-humanize = "4.9.0"
+humanize = "4.10.0"
wand = "0.6.13"
[tool.poetry.dev-dependencies]