MiguelNdeCarvalho / speedtest-exporter

Speedtest Exporter made in python using the official speedtest bin
https://docs.miguelndecarvalho.pt/projects/speedtest-exporter/
GNU General Public License v3.0
190 stars 52 forks source link

build(deps): bump prometheus-client from 0.13.1 to 0.14.0 in /src #136

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps prometheus-client from 0.13.1 to 0.14.0.

Release notes

Sourced from prometheus-client's releases.

0.14.0 / 2022-04-05

[ENHANCEMENT] Continued typing improvements and coverage. #759, #771, #781 [ENHANCEMENT] Allow binding to IPv6 addresses. #657 [ENHANCEMENT] Negotiate gzip content-encoding, enabled by default. #776 [ENHANCEMENT] Allow disabling _created metrics via the PROMETHEUS_DISABLE_CREATED_SERIES environment variable. #774 [BUGFIX] Correct minor typo in exception raised when exemplar labels are too long. #773

Commits
  • 041e0f5 Release 0.14.0
  • 1aee355 Merge pull request #774 from prometheus/disable-created-series
  • 789b24a Simplify type annotations for number types (#781)
  • 3c91b3f Add support for gzip content-encoding (#776)
  • a0cf10b Disable exporting of _created metrics via env var
  • c044b88 Correct minor typo in exception raised when exemplar labels too long (#773)
  • 4e0e7ff Add type annotations to everything referenced in init.py (#771)
  • 39d2360 wsgi server: allow binding to ipv6 address (#657)
  • ecb5dd9 Add typing to Histogram/Summary/Gauge (#759)
  • See full diff in compare view


Dependabot compatibility score

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 commands and options
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 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)
dependabot[bot] commented 2 years ago

Superseded by #138.