diff --git a/poetry.lock b/poetry.lock index 56bbf8b..4789a6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1398,16 +1398,18 @@ poetry-core = ">=1.7.0,<3.0.0" [[package]] name = "prometheus-client" -version = "0.20.0" +version = "0.26.0" description = "Python client for the Prometheus monitoring system." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "prometheus_client-0.20.0-py3-none-any.whl", hash = "sha256:cde524a85bce83ca359cc837f28b8c0db5cac7aa653a588fd7e84ba061c329e7"}, - {file = "prometheus_client-0.20.0.tar.gz", hash = "sha256:287629d00b147a32dcb2be0b9df905da599b2d82f80377083ec8463309a4bb89"}, + {file = "prometheus_client-0.26.0-py3-none-any.whl", hash = "sha256:fa93d06737aa02bacd05794768508bb97d2fbee28cb3bca04eaae92f0ca953d6"}, + {file = "prometheus_client-0.26.0.tar.gz", hash = "sha256:04a91bcf94e2cf74a44a1a874d651a2e853ed354b6e822f3b7487751465d5c2b"}, ] [package.extras] +aiohttp = ["aiohttp"] +django = ["django"] twisted = ["twisted"] [[package]] @@ -2893,4 +2895,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "908290fe9752989522db32ad79113391e31458906f1c91e1994d30e6d048d23f" +content-hash = "d6eac645e118c5e6fbb765422a9c1387ab9bc314c06e63a64396a319279b963e" diff --git a/pyproject.toml b/pyproject.toml index b3e0f7c..b067b89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requests = "2.31.0" cachetools = "^5.3.1" ics = "0.7.2" arrow = "1.3.0" -prometheus-client = "0.20.0" +prometheus-client = "0.26.0" prometheus-fastapi-instrumentator = "7.0.0" pydantic-settings = "2.2.1" poetry = "^1.7.1"