diff options
| author | 2024-07-13 21:28:24 +0100 | |
|---|---|---|
| committer | 2024-07-13 21:28:24 +0100 | |
| commit | 1c529b27e0ca62cd129fac4cbc267abc5663a41c (patch) | |
| tree | 02c8fd40a40cff77d16866af6d01a062f1dc7271 /pyproject.toml | |
| parent | Merge pull request #237 from python-discord/renovate/configure (diff) | |
| parent | fix(deps): update dependency humanize to v4.10.0 (diff) | |
Merge pull request #238 from python-discord/renovate/humanize-4.x
fix(deps): update dependency humanize to v4.10.0
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
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] |