Skip to content

Commit

Permalink
fix(deps): update dependency prometheus-client to ^0.21.0 (#285)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[prometheus-client](https://redirect.github.com/prometheus/client_python)
| `^0.20.0` -> `^0.21.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/prometheus-client/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/prometheus-client/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/prometheus-client/0.20.0/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/prometheus-client/0.20.0/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v0.21.0`](https://redirect.github.com/prometheus/client_python/releases/tag/v0.21.0):
0.21.0 / 2024-09-20

[Compare
Source](https://redirect.github.com/prometheus/client_python/compare/v0.20.0...v0.21.0)

#### What's Changed

\[CHANGE] Reject invalid (not GET or OPTION) HTTP methods.
[#&#8203;1019](https://redirect.github.com/prometheus/client_python/issues/1019)
\[ENHANCEMENT] Allow writing metrics when holding a lock for the metric
in the same thread.
[#&#8203;1014](https://redirect.github.com/prometheus/client_python/issues/1014)
\[BUGFIX] Check for and error on None label values.
[#&#8203;1012](https://redirect.github.com/prometheus/client_python/issues/1012)
\[BUGFIX] Fix timestamp comparison.
[#&#8203;1038](https://redirect.github.com/prometheus/client_python/issues/1038)

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jooola/earhorn).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent 75b9686 commit 4227a43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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,<4.0"
click = "^8.0.1"
httpx = "^0.27.0"
lxml = "^5.0.0"
prometheus-client = "^0.20.0"
prometheus-client = "^0.21.0"
pydantic = "^2.0.0"
typing-extensions = "^4.2.0"
python-dotenv = "^1.0.0"
Expand Down

0 comments on commit 4227a43

Please sign in to comment.