Skip to content

Commit b7c56fa

Browse files
⬆️ Bump prometheus-client to v0.25.0 (#162)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [prometheus-client](https://redirect.github.com/prometheus/client_python) | `==0.24.1` → `==0.25.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/prometheus-client/0.25.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/prometheus-client/0.24.1/0.25.0?slim=true) | --- ### Release Notes <details> <summary>prometheus/client_python (prometheus-client)</summary> ### [`v0.25.0`](https://redirect.github.com/prometheus/client_python/releases/tag/v0.25.0) [Compare Source](https://redirect.github.com/prometheus/client_python/compare/v0.24.1...v0.25.0) #### What's Changed - Fix spaces in grouping key values for push\_to\_gateway by [@&#8203;veeceey](https://redirect.github.com/veeceey) in [#&#8203;1156](https://redirect.github.com/prometheus/client_python/pull/1156) - Support MultiProcessCollector in RestrictedRegistry by [@&#8203;mathias-kende](https://redirect.github.com/mathias-kende) in [#&#8203;1150](https://redirect.github.com/prometheus/client_python/pull/1150) **Full Changelog**: <prometheus/client_python@v0.24.1...v0.25.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->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/tr4nt0r/pythonkuma). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyI6cmVjeWNsZTogZGVwZW5kZW5jaWVzIiwiOnNuYWtlOiBweXRob24iXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8cd30d commit b7c56fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ python = ["3.14", "3.13", "3.12"]
4444
dependencies = [
4545
"ruff==0.15.10",
4646
"aiohttp==3.13.5",
47-
"prometheus-client==0.24.1",
47+
"prometheus-client==0.25.0",
4848
"mashumaro==3.20",
4949
"mkdocs-material==9.7.6",
5050
"mkdocstrings[python]==1.0.3",

0 commit comments

Comments
 (0)