diff --git a/poetry.lock b/poetry.lock index 32fd112..ee403c3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1299,13 +1299,13 @@ files = [ [[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] @@ -2265,4 +2265,4 @@ prometheus = ["prometheus-client"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8c7964ac3342ffc9665587bef93bfe79bd2e204ab577da300f66dfa67b47428e" +content-hash = "a58df50175658d275ab91ddf50706e9c5e488aa81aeabf31c3ef04ebf695ce56" diff --git a/pyproject.toml b/pyproject.toml index 590d609..b361223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ ec2-metadata = "^2.13.0" python-dotenv = ">=0.21,<1.1" asyncer = "^0.0.2" datadog = {version = ">=0.44,<0.48", optional = true} -prometheus-client = {version = ">=0.16,<0.18", optional = true} +prometheus-client = {version = ">=0.16,<0.19", optional = true} kubernetes = {version = ">=26.1,<29.0", optional = true} [tool.poetry.dev-dependencies] @@ -46,7 +46,7 @@ pydata-sphinx-theme = "^0.14.1" toml = "^0.10.2" types-ujson = "^5.8.0" datadog = ">=0.44,<0.48" -prometheus-client = ">=0.16,<0.18" +prometheus-client = ">=0.16,<0.19" types-requests = "^2.31.0" bandit = "^1.7.4" radon = "^6.0.1"