diff --git a/poetry.lock b/poetry.lock index a9a747ea..da3ce7a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -406,7 +406,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "sys_platform == \"win32\" or platform_system == \"Windows\""} +markers = {main = "platform_system == \"Windows\" or sys_platform == \"win32\""} [[package]] name = "cryptg" @@ -1150,17 +1150,19 @@ six = ">=1.5.2" [[package]] name = "prometheus-client" -version = "0.12.0" +version = "0.25.0" description = "Python client for the Prometheus monitoring system." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "prometheus_client-0.12.0-py2.py3-none-any.whl", hash = "sha256:317453ebabff0a1b02df7f708efbab21e3489e7072b61cb6957230dd004a0af0"}, - {file = "prometheus_client-0.12.0.tar.gz", hash = "sha256:1b12ba48cee33b9b0b9de64a1047cbd3c5f2d0ab6ebcead7ddda613a750ec3c5"}, + {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]] @@ -2146,4 +2148,4 @@ sphinxcontrib-napoleon = {version = ">=0.7,<0.8", extras = ["docs"]} [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "df7d7134faf9ab5425fee204a988c4f78ce43375e2c0ba6069e640266ef06e4d" +content-hash = "165813c3144387372529c0cbea4638a78bb3931845ce8f56497647b679cac09a" diff --git a/pyproject.toml b/pyproject.toml index d6b4395d..566de2ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ publicsuffixlist = "^1.0.2.20260412" isodate = "^0.7.2" simple-heartbeat = "^0.1.3" yippi = "^0.2.0.1" -prometheus-client = "^0.12.0" +prometheus-client = "^0.25.0" cffi = "^1.15.1" yarl = "^1.23.0" standard-pkg-resources = "^1.0.0"