Skip to content

Commit

Permalink
chore(deps): bump prometheus-client from 0.16.0 to 0.21.0 (#79)
Browse files Browse the repository at this point in the history
Bumps [prometheus-client](https://github.com/prometheus/client_python)
from 0.16.0 to 0.21.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prometheus/client_python/releases">prometheus-client's
releases</a>.</em></p>
<blockquote>
<h2>0.21.0 / 2024-09-20</h2>
<h2>What's Changed</h2>
<p>[CHANGE] Reject invalid (not GET or OPTION) HTTP methods. <a
href="https://redirect.github.com/prometheus/client_python/issues/1019">#1019</a>
[ENHANCEMENT] Allow writing metrics when holding a lock for the metric
in the same thread. <a
href="https://redirect.github.com/prometheus/client_python/issues/1014">#1014</a>
[BUGFIX] Check for and error on None label values. <a
href="https://redirect.github.com/prometheus/client_python/issues/1012">#1012</a>
[BUGFIX] Fix timestamp comparison. <a
href="https://redirect.github.com/prometheus/client_python/issues/1038">#1038</a></p>
<h2>0.20.0 / 2024-02-14</h2>
<h2>What's Changed</h2>
<ul>
<li>[CHANGE/BUGFIX] Update OpenMetrics Content Type to 1.0.0. <a
href="https://redirect.github.com/prometheus/client_python/issues/997">#997</a></li>
<li>[FEATURE] Enable graceful shutdown for start_{http,wsgi}_server by
returning the server and thread. <a
href="https://redirect.github.com/prometheus/client_python/issues/999">#999</a></li>
<li>[FEATURE] Allow resetting counter metrics. <a
href="https://redirect.github.com/prometheus/client_python/issues/1005">#1005</a></li>
<li>[BUGFIX] wsgi server: address family discovery is not quite right.
<a
href="https://redirect.github.com/prometheus/client_python/issues/1006">#1006</a></li>
</ul>
<h2>0.19.0 / 2023-11-20</h2>
<h2>What's Changed</h2>
<p>[FEATURE] support HTTPS/TLS in start_http_server. <a
href="https://redirect.github.com/prometheus/client_python/issues/946">#946</a>
[BUGFIX] fix: error in determining timestamp less than. <a
href="https://redirect.github.com/prometheus/client_python/issues/979">#979</a></p>
<h2>0.18.0 / 2023-10-30</h2>
<p>[CHANGE] Remove support for Python versions &lt; 3.8. <a
href="https://redirect.github.com/prometheus/client_python/issues/936">#936</a>
[FEATURE] Add <code>mostrecent</code> aggregation to Gauge. <a
href="https://redirect.github.com/prometheus/client_python/issues/967">#967</a>
[ENHANCEMENT] Typing improvements. <a
href="https://redirect.github.com/prometheus/client_python/issues/935">#935</a>,
<a
href="https://redirect.github.com/prometheus/client_python/issues/970">#970</a>
[ENHANCEMENT] Allow enabling or disabling <code>_created</code> metrics
from code. <a
href="https://redirect.github.com/prometheus/client_python/issues/973">#973</a>
[BUGFIX] Change #!/usr/bin/python to #!/usr/bin/env python in remaining
places. <a
href="https://redirect.github.com/prometheus/client_python/issues/945">#945</a></p>
<h2>0.17.1 / 2023-07-19</h2>
<p>[BUGFIX] Use #!/usr/bin/env python instead of #!usr/bin/python in
bridge/graphite.py. <a
href="https://redirect.github.com/prometheus/client_python/issues/928">#928</a></p>
<h2>0.17.0 / 2023-05-24</h2>
<p>[ENHANCEMENT] Add additional typing. <a
href="https://redirect.github.com/prometheus/client_python/issues/887">#887</a>,
<a
href="https://redirect.github.com/prometheus/client_python/issues/903">#903</a>
[BUGFIX] Fix typo in python_gc_objects_collected metadata. <a
href="https://redirect.github.com/prometheus/client_python/issues/894">#894</a>
[BUGFIX] Do not include .pyc files in the build wheel. <a
href="https://redirect.github.com/prometheus/client_python/issues/906">#906</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prometheus/client_python/commit/3b183b44994454be226c208037e1fe4b9a89dfc5"><code>3b183b4</code></a>
Release 0.21.0</li>
<li><a
href="https://github.com/prometheus/client_python/commit/0014e9776350a252930671ed170edee464f9b428"><code>0014e97</code></a>
Use re-entrant lock. (<a
href="https://redirect.github.com/prometheus/client_python/issues/1014">#1014</a>)</li>
<li><a
href="https://github.com/prometheus/client_python/commit/7c45f84e5e3d2e0a75b3946408fec1a4d5c72841"><code>7c45f84</code></a>
Reject invalid HTTP methods and resources (<a
href="https://redirect.github.com/prometheus/client_python/issues/1019">#1019</a>)</li>
<li><a
href="https://github.com/prometheus/client_python/commit/09a5ae30602a7a81f6174dae4ba08b93ee7feed2"><code>09a5ae3</code></a>
Fix timestamp comparison (<a
href="https://redirect.github.com/prometheus/client_python/issues/1038">#1038</a>)</li>
<li><a
href="https://github.com/prometheus/client_python/commit/e364a96f506bbb70ae744e0b3307e4b693e28258"><code>e364a96</code></a>
Fix a typo in ASGI docs (<a
href="https://redirect.github.com/prometheus/client_python/issues/1036">#1036</a>)</li>
<li><a
href="https://github.com/prometheus/client_python/commit/eeec421b2f489d2c465bb8ca419b772829b7b16c"><code>eeec421</code></a>
Pin python 3.8 and 3.9 at patch level (<a
href="https://redirect.github.com/prometheus/client_python/issues/1024">#1024</a>)</li>
<li><a
href="https://github.com/prometheus/client_python/commit/7bc8cddfbbc9b72c98725a879d9b94a675a6c7da"><code>7bc8cdd</code></a>
docs: correct link to multiprocessing docs (<a
href="https://redirect.github.com/prometheus/client_python/issues/1023">#1023</a>)</li>
<li><a
href="https://github.com/prometheus/client_python/commit/4535ce0f43097aa48e44a65747d82064f2aadaf5"><code>4535ce0</code></a>
Add sanity check for label value (<a
href="https://redirect.github.com/prometheus/client_python/issues/1012">#1012</a>)</li>
<li><a
href="https://github.com/prometheus/client_python/commit/7a80f001237fe881d3607861947292abc85bf205"><code>7a80f00</code></a>
Release 0.20.0</li>
<li><a
href="https://github.com/prometheus/client_python/commit/6ae7737ea46b496dceb621c6bcc4340583af2a85"><code>6ae7737</code></a>
wsgi server: address family discovery is not quite right (<a
href="https://redirect.github.com/prometheus/client_python/issues/1006">#1006</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/prometheus/client_python/compare/v0.16.0...v0.21.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prometheus-client&package-manager=pip&previous-version=0.16.0&new-version=0.21.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
nataliagranato authored Sep 26, 2024
2 parents 098891f + 777b057 commit 5b83a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chainguard/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.0.3
redis==5.1.0b7
prometheus-client==0.16.0
prometheus-client==0.21.0
Werkzeug==3.0.4
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.0.3
redis==5.1.0b7
prometheus-client==0.16.0
prometheus-client==0.21.0
Werkzeug==3.0.4

0 comments on commit 5b83a85

Please sign in to comment.