diff --git a/poetry.lock b/poetry.lock index 161543b..d4d92ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -583,13 +583,13 @@ virtualenv = ">=20.10.0" [[package]] name = "prometheus-client" -version = "0.17.1" +version = "0.18.0" description = "Python client for the Prometheus monitoring system." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "prometheus_client-0.17.1-py3-none-any.whl", hash = "sha256:e537f37160f6807b8202a6fc4764cdd19bac5480ddd3e0d463c3002b34462101"}, - {file = "prometheus_client-0.17.1.tar.gz", hash = "sha256:21e674f39831ae3f8acde238afd9a27a37d0d2fb5a28ea094f0ce25d2cbf2091"}, + {file = "prometheus_client-0.18.0-py3-none-any.whl", hash = "sha256:8de3ae2755f890826f4b6479e5571d4f74ac17a81345fe69a6778fdb92579184"}, + {file = "prometheus_client-0.18.0.tar.gz", hash = "sha256:35f7a8c22139e2bb7ca5a698e92d38145bc8dc74c1c0bf56f25cca886a764e17"}, ] [package.extras] @@ -1259,4 +1259,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "78d8449a50446a48f835fe2c44d5ad9562074829d236d7212817d24f0b4a3d49" +content-hash = "23b9e8f6cfc1ff07ffa2a300b89795400510bdd2095216d8251b0f23bf452a46" diff --git a/pyproject.toml b/pyproject.toml index 8ba036e..0f91c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ httpx = "^0.23.1" sentry-sdk = "^1.11.1" asyncclick = "^8.1.3.4" tortoise-orm = "^0.19.2" -prometheus-client = ">=0.15,<0.18" +prometheus-client = ">=0.15,<0.19" uvicorn = {version = ">=0.20,<0.24", extras = ["standard"]} colorama = {version = "^0.4.6", markers = "sys.platform == 'win32'"}