diff --git a/poetry.lock b/poetry.lock index 56bbf8b..9c1bd77 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1412,13 +1412,13 @@ twisted = ["twisted"] [[package]] name = "prometheus-fastapi-instrumentator" -version = "7.0.0" -description = "Instrument your FastAPI with Prometheus metrics." +version = "7.1.0" +description = "Instrument your FastAPI app with Prometheus metrics" optional = false -python-versions = ">=3.8.1,<4.0.0" +python-versions = ">=3.8" files = [ - {file = "prometheus_fastapi_instrumentator-7.0.0-py3-none-any.whl", hash = "sha256:96030c43c776ee938a3dae58485ec24caed7e05bfc60fe067161e0d5b5757052"}, - {file = "prometheus_fastapi_instrumentator-7.0.0.tar.gz", hash = "sha256:5ba67c9212719f244ad7942d75ded80693b26331ee5dfc1e7571e4794a9ccbed"}, + {file = "prometheus_fastapi_instrumentator-7.1.0-py3-none-any.whl", hash = "sha256:978130f3c0bb7b8ebcc90d35516a6fe13e02d2eb358c8f83887cdef7020c31e9"}, + {file = "prometheus_fastapi_instrumentator-7.1.0.tar.gz", hash = "sha256:be7cd61eeea4e5912aeccb4261c6631b3f227d8924542d79eaf5af3f439cbe5e"}, ] [package.dependencies] @@ -2893,4 +2893,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "908290fe9752989522db32ad79113391e31458906f1c91e1994d30e6d048d23f" +content-hash = "b5750551c917c0542bbf313ff01e75e8c5505a9b41e748e9d3eef1fe92797f45" diff --git a/pyproject.toml b/pyproject.toml index b3e0f7c..ddd2ba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ cachetools = "^5.3.1" ics = "0.7.2" arrow = "1.3.0" prometheus-client = "0.20.0" -prometheus-fastapi-instrumentator = "7.0.0" +prometheus-fastapi-instrumentator = "7.1.0" pydantic-settings = "2.2.1" poetry = "^1.7.1" pydantic-extra-types = "^2.3.0"