diff options
-rw-r--r-- | poetry.lock | 18 | ||||
-rw-r--r-- | pyproject.toml | 1 |
2 files changed, 17 insertions, 2 deletions
diff --git a/poetry.lock b/poetry.lock index 476c522..ce643a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiodns" @@ -424,6 +424,20 @@ files = [ ] [[package]] +name = "humanize" +version = "4.9.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"}, +] + +[package.extras] +tests = ["freezegun", "pytest", "pytest-cov"] + +[[package]] name = "identify" version = "2.5.33" description = "File identification library for Python" @@ -1369,4 +1383,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "83ca6e244ddd3f2a95f919d25b9c4e8a77207ffbcf7ef3b0a483c99b4ac7f68c" +content-hash = "ec3c1d71399301b9bac903cb12a32460e76f6b37bc3d805292a45b7a3ab8e9d6" diff --git a/pyproject.toml b/pyproject.toml index 1fa3dbe..06eef73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ kubernetes_asyncio = "29.0.0" tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.2" sentry-sdk = "1.40.4" +humanize = "^4.9.0" [tool.poetry.dev-dependencies] pre-commit = "3.6.1" |