diff --git a/poetry.lock b/poetry.lock index ba23883..88851d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -768,13 +768,13 @@ socks = ["socksio (==1.*)"] [[package]] name = "humanize" -version = "4.10.0" +version = "4.11.0" description = "Python humanize utilities" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "humanize-4.10.0-py3-none-any.whl", hash = "sha256:39e7ccb96923e732b5c2e27aeaa3b10a8dfeeba3eb965ba7b74a3eb0e30040a6"}, - {file = "humanize-4.10.0.tar.gz", hash = "sha256:06b6eb0293e4b85e8d385397c5868926820db32b9b654b932f57fa41c23c9978"}, + {file = "humanize-4.11.0-py3-none-any.whl", hash = "sha256:b53caaec8532bcb2fff70c8826f904c35943f8cecaca29d272d9df38092736c0"}, + {file = "humanize-4.11.0.tar.gz", hash = "sha256:e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be"}, ] [package.extras] @@ -1868,4 +1868,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "5ad065482e73b198784d789a2923522d64565aa31af451a9b21d6a8bb71c6c71" +content-hash = "abddd3ff493cb1fb74e70eb03697a4d42d8c9717dadd9b27cf5f90d9b2c03cc8" diff --git a/pyproject.toml b/pyproject.toml index ac5fefe..d1fa531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ kubernetes_asyncio = "30.3.1" tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.2" sentry-sdk = "2.14.0" -humanize = "4.10.0" +humanize = "4.11.0" wand = "0.6.13" python-freeipa = "^1.0.8" python-keycloak = "^4.3.0"