diff options
author | 2024-07-13 21:28:24 +0100 | |
---|---|---|
committer | 2024-07-13 21:28:24 +0100 | |
commit | 1c529b27e0ca62cd129fac4cbc267abc5663a41c (patch) | |
tree | 02c8fd40a40cff77d16866af6d01a062f1dc7271 | |
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
-rw-r--r-- | poetry.lock | 9 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 0a97609..607d9ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -446,13 +446,13 @@ files = [ [[package]] name = "humanize" -version = "4.9.0" +version = "4.10.0" description = "Python humanize utilities" optional = false python-versions = ">=3.8" files = [ - {file = "humanize-4.9.0-py3-none-any.whl", hash = "sha256:ce284a76d5b1377fd8836733b983bfb0b76f1aa1c090de2566fcf008d7f6ab16"}, - {file = "humanize-4.9.0.tar.gz", hash = "sha256:582a265c931c683a7e9b8ed9559089dea7edcf6cc95be39a3cbc2c5d5ac2bcfa"}, + {file = "humanize-4.10.0-py3-none-any.whl", hash = "sha256:39e7ccb96923e732b5c2e27aeaa3b10a8dfeeba3eb965ba7b74a3eb0e30040a6"}, + {file = "humanize-4.10.0.tar.gz", hash = "sha256:06b6eb0293e4b85e8d385397c5868926820db32b9b654b932f57fa41c23c9978"}, ] [package.extras] @@ -1036,6 +1036,7 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, @@ -1433,4 +1434,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "c71dc35a49ca14e28875227d2b86c1f25b5ed96290a6ca1a3c40a4d8695b5d90" +content-hash = "6d427f998577d73741b8a0fd07da00d0d33ba8f993746ecf83a401295de6c6fe" 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] |