Skip to content

Commit

Permalink
fix(deps): update dependency prometheus-client to ^0.20.0 (#248)
Browse files Browse the repository at this point in the history
[![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.19.0` -> `^0.20.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/prometheus-client/0.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/prometheus-client/0.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/prometheus-client/0.19.0/0.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/prometheus-client/0.19.0/0.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>prometheus/client_python (prometheus-client)</summary>

###
[`v0.20.0`](https://togithub.com/prometheus/client_python/releases/tag/v0.20.0):
0.20.0 / 2024-02-14

[Compare
Source](https://togithub.com/prometheus/client_python/compare/v0.19.0...v0.20.0)

#### What's Changed

- \[CHANGE/BUGFIX] Update OpenMetrics Content Type to 1.0.0.
[#&#8203;997](https://togithub.com/prometheus/client_python/issues/997)
- \[FEATURE] Enable graceful shutdown for start\_{http,wsgi}\_server by
returning the server and thread.
[#&#8203;999](https://togithub.com/prometheus/client_python/issues/999)
- \[FEATURE] Allow resetting counter metrics.
[#&#8203;1005](https://togithub.com/prometheus/client_python/issues/1005)
- \[BUGFIX] wsgi server: address family discovery is not quite right.
[#&#8203;1006](https://togithub.com/prometheus/client_python/issues/1006)

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/jooola/earhorn).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent 217993b commit cfc9848
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python = ">=3.9"
click = "^8.0.1"
httpx = "^0.26.0"
lxml = "^4.6.3"
prometheus-client = "^0.19.0"
prometheus-client = "^0.20.0"
pydantic = "^2.0.0"
typing-extensions = "^4.2.0"
python-dotenv = "^1.0.0"
Expand Down

0 comments on commit cfc9848

Please sign in to comment.