diff options
author | 2025-02-24 19:25:50 +0000 | |
---|---|---|
committer | 2025-03-02 12:07:27 +0100 | |
commit | 119fbaaf82ee25497d60fbda4b7839a6aafe2ec3 (patch) | |
tree | fce5a6ef7c9b750e5b6e0e07de46fadf4446004d | |
parent | fix(deps): update dependency pydantic-settings to v2.8.0 (diff) |
fix(deps): update dependency humanize to v4.12.1
| datasource | package | from | to |
| ---------- | -------- | ------ | ------ |
| pypi | humanize | 4.12.0 | 4.12.1 |
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 4d6f8c0..6ef8b4d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -887,13 +887,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "humanize" -version = "4.12.0" +version = "4.12.1" description = "Python humanize utilities" optional = false python-versions = ">=3.9" files = [ - {file = "humanize-4.12.0-py3-none-any.whl", hash = "sha256:106a7436a2d545d742c147c469716b3a08424aa143a82103630147c489a89f48"}, - {file = "humanize-4.12.0.tar.gz", hash = "sha256:87ff7b43591370b12a1d103c9405849d911d4b039ed22d80b718b62c76eec8a3"}, + {file = "humanize-4.12.1-py3-none-any.whl", hash = "sha256:86014ca5c52675dffa1d404491952f1f5bf03b07c175a51891a343daebf01fea"}, + {file = "humanize-4.12.1.tar.gz", hash = "sha256:1338ba97415c96556758a6e2f65977ed406dddf4620d4c6db9bbdfd07f0f1232"}, ] [package.extras] @@ -2164,4 +2164,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "~=3.13.0" -content-hash = "b8dbf0e7bb6c6bcb88e0111d1655dd2e867445014d9b0b5be67d7c83639e493d" +content-hash = "aaf1cfdf3c44336d722cdcd358d6ba7eec04dab2cda5f1082cdcb0eb4317c07a" diff --git a/pyproject.toml b/pyproject.toml index 804953e..cb242de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pydis-core = "11.5.1" audioop-lts = "0.2.1" beautifulsoup4 = "4.13.3" -humanize = "4.12.0" +humanize = "4.12.1" jishaku = "2.6.0" kubernetes_asyncio = "32.0.0" loguru = "0.7.3" |