chore(deps): update dependency prometheus_client to v0.25.0 #67

Open
Renovate wants to merge 1 commit from renovate/prometheus_client-0.x into react-django
Collaborator

This PR contains the following updates:

Package Change Age Confidence
prometheus_client ==0.21.1==0.25.0 age confidence

Release Notes

prometheus/client_python (prometheus_client)

v0.25.0

Compare Source

What's Changed

Full Changelog: https://github.com/prometheus/client_python/compare/v0.24.1...v0.25.0

v0.24.1

Compare Source

v0.24.0

Compare Source

What's Changed

Full Changelog: https://github.com/prometheus/client_python/compare/v0.23.1...v0.24.0

v0.23.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/client_python/compare/v0.23.0...v0.23.1

v0.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/client_python/compare/v0.22.1...v0.23.0

v0.22.1

Compare Source

What's Changed

Full Changelog: https://github.com/prometheus/client_python/compare/v0.22.0...v0.22.1

v0.22.0

Compare Source

What's Changed

Full Changelog: https://github.com/prometheus/client_python/compare/v0.21.0...v0.22.0


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 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 has been generated by Renovate Bot.

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://github.com/prometheus/client_python) | `==0.21.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.21.1/0.25.0?slim=true) | --- ### Release Notes <details> <summary>prometheus/client_python (prometheus_client)</summary> ### [`v0.25.0`](https://github.com/prometheus/client_python/releases/tag/v0.25.0) [Compare Source](https://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://github.com/veeceey) in [#&#8203;1156](https://github.com/prometheus/client_python/pull/1156) - Support MultiProcessCollector in RestrictedRegistry by [@&#8203;mathias-kende](https://github.com/mathias-kende) in [#&#8203;1150](https://github.com/prometheus/client_python/pull/1150) **Full Changelog**: <https://github.com/prometheus/client_python/compare/v0.24.1...v0.25.0> ### [`v0.24.1`](https://github.com/prometheus/client_python/releases/tag/v0.24.1) [Compare Source](https://github.com/prometheus/client_python/compare/v0.24.0...v0.24.1) - \[Django] Pass correct registry to MultiProcessCollector by [@&#8203;jelly](https://github.com/jelly) in [#&#8203;1152](https://github.com/prometheus/client_python/pull/1152) ### [`v0.24.0`](https://github.com/prometheus/client_python/releases/tag/v0.24.0) [Compare Source](https://github.com/prometheus/client_python/compare/v0.23.1...v0.24.0) #### What's Changed - Add an AIOHTTP exporter by [@&#8203;Lexicality](https://github.com/Lexicality) in [#&#8203;1139](https://github.com/prometheus/client_python/pull/1139) - Add remove\_matching() method for metric label deletion by [@&#8203;hazel-shen](https://github.com/hazel-shen) in [#&#8203;1121](https://github.com/prometheus/client_python/pull/1121) - fix(multiprocess): avoid double-building child metric names ([#&#8203;1035](https://github.com/prometheus/client_python/issues/1035)) by [@&#8203;hazel-shen](https://github.com/hazel-shen) in [#&#8203;1146](https://github.com/prometheus/client_python/pull/1146) - Don't interleave histogram metrics in multi-process collector by [@&#8203;cjwatson](https://github.com/cjwatson) in [#&#8203;1148](https://github.com/prometheus/client_python/pull/1148) - Relax registry type annotations for exposition by [@&#8203;cjwatson](https://github.com/cjwatson) in [#&#8203;1149](https://github.com/prometheus/client_python/pull/1149) - Added compression support in pushgateway by [@&#8203;ritesh-avesha](https://github.com/ritesh-avesha) in [#&#8203;1144](https://github.com/prometheus/client_python/pull/1144) - Add Django exporter ([#&#8203;1088](https://github.com/prometheus/client_python/issues/1088)) by [@&#8203;Chadys](https://github.com/Chadys) in [#&#8203;1143](https://github.com/prometheus/client_python/pull/1143) **Full Changelog**: <https://github.com/prometheus/client_python/compare/v0.23.1...v0.24.0> ### [`v0.23.1`](https://github.com/prometheus/client_python/releases/tag/v0.23.1) [Compare Source](https://github.com/prometheus/client_python/compare/v0.23.0...v0.23.1) #### What's Changed - fix: use tuples instead of packaging Version by [@&#8203;efiop](https://github.com/efiop) in [#&#8203;1136](https://github.com/prometheus/client_python/pull/1136) #### New Contributors - [@&#8203;efiop](https://github.com/efiop) made their first contribution in [#&#8203;1136](https://github.com/prometheus/client_python/pull/1136) **Full Changelog**: <https://github.com/prometheus/client_python/compare/v0.23.0...v0.23.1> ### [`v0.23.0`](https://github.com/prometheus/client_python/releases/tag/v0.23.0) [Compare Source](https://github.com/prometheus/client_python/compare/v0.22.1...v0.23.0) #### What's Changed - UTF-8 Content Negotiation by [@&#8203;ywwg](https://github.com/ywwg) in [#&#8203;1102](https://github.com/prometheus/client_python/pull/1102) - Re include test data by [@&#8203;mgorny](https://github.com/mgorny) in [#&#8203;1113](https://github.com/prometheus/client_python/pull/1113) - Improve parser performance by [@&#8203;csmarchbanks](https://github.com/csmarchbanks) in [#&#8203;1117](https://github.com/prometheus/client_python/pull/1117) - Add support to `write_to_textfile` for custom tmpdir by [@&#8203;aadityadhruv](https://github.com/aadityadhruv) in [#&#8203;1115](https://github.com/prometheus/client_python/pull/1115) - OM text exposition for NH by [@&#8203;vesari](https://github.com/vesari) in [#&#8203;1087](https://github.com/prometheus/client_python/pull/1087) - Fix bug which caused metric publishing to not accept query string parameters in ASGI app by [@&#8203;hacksparr0w](https://github.com/hacksparr0w) in [#&#8203;1125](https://github.com/prometheus/client_python/pull/1125) - Emit native histograms only when OM 2.0.0 is requested by [@&#8203;vesari](https://github.com/vesari) in [#&#8203;1128](https://github.com/prometheus/client_python/pull/1128) - fix: remove space after comma in openmetrics exposition by [@&#8203;theSuess](https://github.com/theSuess) in [#&#8203;1132](https://github.com/prometheus/client_python/pull/1132) - Fix issue parsing double spaces after # HELP/# TYPE by [@&#8203;csmarchbanks](https://github.com/csmarchbanks) in [#&#8203;1134](https://github.com/prometheus/client_python/pull/1134) #### New Contributors - [@&#8203;mgorny](https://github.com/mgorny) made their first contribution in [#&#8203;1113](https://github.com/prometheus/client_python/pull/1113) - [@&#8203;aadityadhruv](https://github.com/aadityadhruv) made their first contribution in [#&#8203;1115](https://github.com/prometheus/client_python/pull/1115) - [@&#8203;hacksparr0w](https://github.com/hacksparr0w) made their first contribution in [#&#8203;1125](https://github.com/prometheus/client_python/pull/1125) - [@&#8203;theSuess](https://github.com/theSuess) made their first contribution in [#&#8203;1132](https://github.com/prometheus/client_python/pull/1132) **Full Changelog**: <https://github.com/prometheus/client_python/compare/v0.22.1...v0.23.0> ### [`v0.22.1`](https://github.com/prometheus/client_python/releases/tag/v0.22.1) [Compare Source](https://github.com/prometheus/client_python/compare/v0.22.0...v0.22.1) #### What's Changed - BugFix: Skip validating and parsing comment lines early ([#&#8203;1108](https://github.com/prometheus/client_python/issues/1108)) by [@&#8203;wissamir](https://github.com/wissamir) in [#&#8203;1109](https://github.com/prometheus/client_python/pull/1109) - Use License Expressions in pyproject.toml by [@&#8203;csmarchbanks](https://github.com/csmarchbanks) in [#&#8203;1111](https://github.com/prometheus/client_python/pull/1111) **Full Changelog**: <https://github.com/prometheus/client_python/compare/v0.22.0...v0.22.1> ### [`v0.22.0`](https://github.com/prometheus/client_python/releases/tag/v0.22.0) [Compare Source](https://github.com/prometheus/client_python/compare/v0.21.1...v0.22.0) #### What's Changed - Add support for native histograms in OM parser by [@&#8203;vesari](https://github.com/vesari) in [#&#8203;1040](https://github.com/prometheus/client_python/pull/1040) - Add exemplar support to CounterMetricFamily \[Fix [#&#8203;1062](https://github.com/prometheus/client_python/issues/1062)] by [@&#8203;lod](https://github.com/lod) in [#&#8203;1063](https://github.com/prometheus/client_python/pull/1063) - Fix `write_to_textfile` leaves back temp files on errors by [@&#8203;ethanschen](https://github.com/ethanschen) in [#&#8203;1066](https://github.com/prometheus/client_python/pull/1066) - Support UTF-8 in metric creation, parsing, and exposition by [@&#8203;ywwg](https://github.com/ywwg) in [#&#8203;1070](https://github.com/prometheus/client_python/pull/1070) - Fix incorrect use of reentrant locks by [@&#8203;suligap](https://github.com/suligap) in [#&#8203;1076](https://github.com/prometheus/client_python/pull/1076) - Remove Python 3.8 support by [@&#8203;kajinamit](https://github.com/kajinamit) in [#&#8203;1075](https://github.com/prometheus/client_python/pull/1075) - Check if labelvalues is in \_metrics before deletion in MetricWrapperBase.remove() by [@&#8203;GlorifiedPig](https://github.com/GlorifiedPig) in [#&#8203;1077](https://github.com/prometheus/client_python/pull/1077) - Add support for Python 3.13 by [@&#8203;Pliner](https://github.com/Pliner) in [#&#8203;1080](https://github.com/prometheus/client_python/pull/1080) - Correct nh sample span structure and parsing by [@&#8203;vesari](https://github.com/vesari) in [#&#8203;1082](https://github.com/prometheus/client_python/pull/1082) - Migrate from setup.py to pyproject.toml by [@&#8203;csmarchbanks](https://github.com/csmarchbanks) in [#&#8203;1084](https://github.com/prometheus/client_python/pull/1084) - Changed pushgateway.md by [@&#8203;mallika-mur](https://github.com/mallika-mur) in [#&#8203;1083](https://github.com/prometheus/client_python/pull/1083) - Fix order-dependent flaky tests related to UTF-8 support by [@&#8203;dg98](https://github.com/dg98) in [#&#8203;1093](https://github.com/prometheus/client_python/pull/1093) - Update versions for docs Github actions by [@&#8203;csmarchbanks](https://github.com/csmarchbanks) in [#&#8203;1096](https://github.com/prometheus/client_python/pull/1096) - Documentation Updates by [@&#8203;ethanschen](https://github.com/ethanschen) in [#&#8203;1097](https://github.com/prometheus/client_python/pull/1097) - Add note on gauge.set\_function not working with multiprocessing by [@&#8203;aapeliv](https://github.com/aapeliv) in [#&#8203;1098](https://github.com/prometheus/client_python/pull/1098) - Don't send an empty HTTP header for /favicon.ico by [@&#8203;noselasd](https://github.com/noselasd) in [#&#8203;1101](https://github.com/prometheus/client_python/pull/1101) **Full Changelog**: <https://github.com/prometheus/client_python/compare/v0.21.0...v0.22.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 becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ny4zIiwidXBkYXRlZEluVmVyIjoiNDMuMTA0LjQiLCJ0YXJnZXRCcmFuY2giOiJyZWFjdC1kamFuZ28iLCJsYWJlbHMiOltdfQ==-->
Update dependency prometheus_client to v0.24.1
All checks were successful
Backend OCI Build / build (push) Successful in 3m30s
Backend OCI Build / build (pull_request) Successful in 48s
0c41489dfc
Renovate changed title from Update dependency prometheus_client to v0.24.1 to Update dependency prometheus_client to v0.25.0 2026-04-09 22:03:45 +02:00
Renovate force-pushed renovate/prometheus_client-0.x from 0c41489dfc
All checks were successful
Backend OCI Build / build (push) Successful in 3m30s
Backend OCI Build / build (pull_request) Successful in 48s
to 75845f0b26
All checks were successful
Backend OCI Build / build (push) Successful in 4m11s
Backend OCI Build / build (pull_request) Successful in 1m1s
2026-04-09 22:03:49 +02:00
Compare
Renovate changed title from Update dependency prometheus_client to v0.25.0 to chore(deps): update dependency prometheus_client to v0.25.0 2026-04-12 23:28:15 +02:00
Renovate force-pushed renovate/prometheus_client-0.x from 75845f0b26
All checks were successful
Backend OCI Build / build (push) Successful in 4m11s
Backend OCI Build / build (pull_request) Successful in 1m1s
to c365b736bc
All checks were successful
Frontend OCI Build / build (push) Successful in 33s
Backend Tests / test (push) Successful in 1m32s
Backend OCI Build / build (pull_request) Successful in 3m52s
Backend Tests / test (pull_request) Successful in 1m58s
Backend OCI Build / build (push) Successful in 4m6s
2026-04-15 21:51:26 +02:00
Compare
Renovate force-pushed renovate/prometheus_client-0.x from c365b736bc
All checks were successful
Frontend OCI Build / build (push) Successful in 33s
Backend Tests / test (push) Successful in 1m32s
Backend OCI Build / build (pull_request) Successful in 3m52s
Backend Tests / test (pull_request) Successful in 1m58s
Backend OCI Build / build (push) Successful in 4m6s
to 89aff26c15
All checks were successful
Backend OCI Build / build (push) Successful in 3m39s
Frontend OCI Build / build (push) Successful in 50s
Backend Tests / test (push) Successful in 1m45s
Backend OCI Build / build (pull_request) Successful in 49s
Backend Tests / test (pull_request) Successful in 1m40s
2026-04-18 23:49:43 +02:00
Compare
All checks were successful
Backend OCI Build / build (push) Successful in 3m39s
Frontend OCI Build / build (push) Successful in 50s
Backend Tests / test (push) Successful in 1m45s
Backend OCI Build / build (pull_request) Successful in 49s
Backend Tests / test (pull_request) Successful in 1m40s
This pull request is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/prometheus_client-0.x:renovate/prometheus_client-0.x
git switch renovate/prometheus_client-0.x

Merge

Merge the changes and update on Forgejo.
git switch react-django
git merge --no-ff renovate/prometheus_client-0.x
git switch renovate/prometheus_client-0.x
git rebase react-django
git switch react-django
git merge --ff-only renovate/prometheus_client-0.x
git switch renovate/prometheus_client-0.x
git rebase react-django
git switch react-django
git merge --no-ff renovate/prometheus_client-0.x
git switch react-django
git merge --squash renovate/prometheus_client-0.x
git switch react-django
git merge --ff-only renovate/prometheus_client-0.x
git switch react-django
git merge renovate/prometheus_client-0.x
git push origin react-django
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Aroy/Gallery-Archivist!67
No description provided.