From 4227a437a5e5d334e24d20e116861ccc5b87177f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 16:10:56 +0200 Subject: [PATCH] fix(deps): update dependency prometheus-client to ^0.21.0 (#285) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prometheus-client](https://redirect.github.com/prometheus/client_python) | `^0.20.0` -> `^0.21.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/prometheus-client/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/prometheus-client/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/prometheus-client/0.20.0/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/prometheus-client/0.20.0/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
prometheus/client_python (prometheus-client) ### [`v0.21.0`](https://redirect.github.com/prometheus/client_python/releases/tag/v0.21.0): 0.21.0 / 2024-09-20 [Compare Source](https://redirect.github.com/prometheus/client_python/compare/v0.20.0...v0.21.0) #### What's Changed \[CHANGE] Reject invalid (not GET or OPTION) HTTP methods. [#​1019](https://redirect.github.com/prometheus/client_python/issues/1019) \[ENHANCEMENT] Allow writing metrics when holding a lock for the metric in the same thread. [#​1014](https://redirect.github.com/prometheus/client_python/issues/1014) \[BUGFIX] Check for and error on None label values. [#​1012](https://redirect.github.com/prometheus/client_python/issues/1012) \[BUGFIX] Fix timestamp comparison. [#​1038](https://redirect.github.com/prometheus/client_python/issues/1038)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jooola/earhorn). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 22ecf04..05559a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1586,13 +1586,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "prometheus-client" -version = "0.20.0" +version = "0.21.0" description = "Python client for the Prometheus monitoring system." optional = false python-versions = ">=3.8" files = [ - {file = "prometheus_client-0.20.0-py3-none-any.whl", hash = "sha256:cde524a85bce83ca359cc837f28b8c0db5cac7aa653a588fd7e84ba061c329e7"}, - {file = "prometheus_client-0.20.0.tar.gz", hash = "sha256:287629d00b147a32dcb2be0b9df905da599b2d82f80377083ec8463309a4bb89"}, + {file = "prometheus_client-0.21.0-py3-none-any.whl", hash = "sha256:4fa6b4dd0ac16d58bb587c04b1caae65b8c5043e85f778f42f5f632f6af2e166"}, + {file = "prometheus_client-0.21.0.tar.gz", hash = "sha256:96c83c606b71ff2b0a433c98889d275f51ffec6c5e267de37c7a2b5c9aa9233e"}, ] [package.extras] @@ -2427,4 +2427,4 @@ sentry = ["sentry-sdk"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "29b158bcf81b368aee3def23f3361dee168481be3348362e7189256efbc65d0d" +content-hash = "5b1b380fbbfd86d893b3d9d84b63226cf507d6a9cc5bbf5a8ff382f27f9244e0" diff --git a/pyproject.toml b/pyproject.toml index ee09b91..5916c4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ python = ">=3.9,<4.0" click = "^8.0.1" httpx = "^0.27.0" lxml = "^5.0.0" -prometheus-client = "^0.20.0" +prometheus-client = "^0.21.0" pydantic = "^2.0.0" typing-extensions = "^4.2.0" python-dotenv = "^1.0.0"