diff --git a/poetry.lock b/poetry.lock index 56bbf8b..092d263 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.24.1" 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.24.1-py3-none-any.whl", hash = "sha256:150db128af71a5c2482b36e588fc8a6b95e498750da4b17065947c16070f4055"}, + {file = "prometheus_client-0.24.1.tar.gz", hash = "sha256:7e0ced7fbbd40f7b84962d5d2ab6f17ef88a72504dcf7c0b40737b43b2a461f9"}, ] [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 = "6fcb1c989e56f0966b55977c15879e91bc63507bb77650555b2920b4c1057cf4" diff --git a/pyproject.toml b/pyproject.toml index b3e0f7c..36a3d94 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.24.1" prometheus-fastapi-instrumentator = "7.0.0" pydantic-settings = "2.2.1" poetry = "^1.7.1"