Update dependency prometheus-client to v0.22.1 #52

Merged
rasmus merged 1 commits from renovate/prometheus-client-0.x into main 2025-06-10 20:46:41 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
prometheus-client minor ==0.21.1 -> ==0.22.1

Release Notes

prometheus/client_python (prometheus-client)

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: 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 | Update | Change | |---|---|---| | [prometheus-client](https://github.com/prometheus/client_python) | minor | `==0.21.1` -> `==0.22.1` | --- ### Release Notes <details> <summary>prometheus/client_python (prometheus-client)</summary> ### [`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 https://github.com/prometheus/client_python/pull/1109 - Use License Expressions in pyproject.toml by [@&#8203;csmarchbanks](https://github.com/csmarchbanks) in 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 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 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 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 https://github.com/prometheus/client_python/pull/1070 - Fix incorrect use of reentrant locks by [@&#8203;suligap](https://github.com/suligap) in https://github.com/prometheus/client_python/pull/1076 - Remove Python 3.8 support by [@&#8203;kajinamit](https://github.com/kajinamit) in 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 https://github.com/prometheus/client_python/pull/1077 - Add support for Python 3.13 by [@&#8203;Pliner](https://github.com/Pliner) in https://github.com/prometheus/client_python/pull/1080 - Correct nh sample span structure and parsing by [@&#8203;vesari](https://github.com/vesari) in https://github.com/prometheus/client_python/pull/1082 - Migrate from setup.py to pyproject.toml by [@&#8203;csmarchbanks](https://github.com/csmarchbanks) in https://github.com/prometheus/client_python/pull/1084 - Changed pushgateway.md by [@&#8203;mallika-mur](https://github.com/mallika-mur) in 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 https://github.com/prometheus/client_python/pull/1093 - Update versions for docs Github actions by [@&#8203;csmarchbanks](https://github.com/csmarchbanks) in https://github.com/prometheus/client_python/pull/1096 - Documentation Updates by [@&#8203;ethanschen](https://github.com/ethanschen) in 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 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 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODIuMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4Mi4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-05-16 23:36:04 +02:00
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
renovate force-pushed renovate/prometheus-client-0.x from ea13bfcb71 to c2a5f1a13d 2025-06-02 18:23:16 +02:00 Compare
renovate changed title from Update dependency prometheus-client to v0.22.0 to Update dependency prometheus-client to v0.22.1 2025-06-02 18:23:16 +02:00
rasmus merged commit 50d13726ad into main 2025-06-10 20:46:41 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rasmus/latest_release_exporter#52