diff --git a/poetry.lock b/poetry.lock index 9ced665..f0d8f81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -622,17 +622,19 @@ virtualenv = ">=20.10.0" [[package]] name = "prometheus-client" -version = "0.22.1" +version = "0.25.0" description = "Python client for the Prometheus monitoring system." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "prometheus_client-0.22.1-py3-none-any.whl", hash = "sha256:cca895342e308174341b2cbf99a56bef291fbc0ef7b9e5412a0f26d653ba7094"}, - {file = "prometheus_client-0.22.1.tar.gz", hash = "sha256:190f1331e783cf21eb60bca559354e0a4d4378facecf78f5428c39b675d20d28"}, + {file = "prometheus_client-0.25.0-py3-none-any.whl", hash = "sha256:d5aec89e349a6ec230805d0df882f3807f74fd6c1a2fa86864e3c2279059fed1"}, + {file = "prometheus_client-0.25.0.tar.gz", hash = "sha256:5e373b75c31afb3c86f1a52fa1ad470c9aace18082d39ec0d2f918d11cc9ba28"}, ] [package.extras] +aiohttp = ["aiohttp"] +django = ["django"] twisted = ["twisted"] [[package]] @@ -1122,4 +1124,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "~3.13" -content-hash = "45613b2e8e48db93878e2b2758c394085750b8fd5ea33b1cdbb710fe52e50e37" +content-hash = "1ef66cdb216805cfe1d4d2773702c6d88e756e3482acdc8a83b2c6084fdb5fd4" diff --git a/pyproject.toml b/pyproject.toml index acbfabb..63d9665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false [tool.poetry.dependencies] python = "~3.13" fastapi = "^0.116.0" -prometheus-client = "^0.22.0" +prometheus-client = "^0.25.0" pyyaml = "^6.0.2" uvicorn = "^0.35.0" requests = "^2.32.3"