Skip to content

Commit 5961fcb

Browse files
authored
chore(deps): update dependency prometheus-client to v0.17.0 (GoogleCloudPlatform#10062)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prometheus-client](https://togithub.com/prometheus/client_python) | `==0.16.0` -> `==0.17.0` | [![age](https://badges.renovateapi.com/packages/pypi/prometheus-client/0.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/prometheus-client/0.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/prometheus-client/0.17.0/compatibility-slim/0.16.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/prometheus-client/0.17.0/confidence-slim/0.16.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus/client_python</summary> ### [`v0.17.0`](https://togithub.com/prometheus/client_python/compare/v0.16.0...v0.17.0) [Compare Source](https://togithub.com/prometheus/client_python/compare/v0.16.0...v0.17.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**: Never, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC4xIiwidXBkYXRlZEluVmVyIjoiMzUuOTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 3888ac6 commit 5961fcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monitoring/opencensus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ googleapis-common-protos==1.59.0
55
opencensus==0.11.2
66
opencensus-context==0.1.3
77
opencensus-ext-prometheus==0.2.1
8-
prometheus-client==0.16.0
8+
prometheus-client==0.17.0
99
prometheus-flask-exporter==0.22.2
1010
requests==2.28.2

monitoring/prometheus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Flask==2.1.0
22
google-api-core==2.11.0
33
google-auth==2.17.3
44
googleapis-common-protos==1.59.0
5-
prometheus-client==0.16.0
5+
prometheus-client==0.17.0
66
prometheus-flask-exporter==0.22.2
77
requests==2.28.2

0 commit comments

Comments
 (0)