Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump aioprometheus from 20.0.1 to 23.3.0 #105

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2023

Bumps aioprometheus from 20.0.1 to 23.3.0.

Changelog

Sourced from aioprometheus's changelog.

23.3.0

  • Added support for Histogram metric in timer decorator
  • Update docs to demonstrate how to use basic authentication with Pusher.
  • Developer updates
    • Removed isort optional extra 'deprecated_imports_finder' as it isn't supported anymore.
    • Minor type annotations updates to keep mypy happy
    • Updated '.pylintrc' to fix warnings about options that are no longer supported.
    • Updated Sphinx config to specify language to avoid warning being reported.
    • Minor updates to address pylint warnings
    • Added httpx as developmental dependency so that the Starlette test client can be used.
      • Update ASGI middleware to obtain starlette app reference from 'http' ASGI scope when run from Starlette test client.
    • Updated Pusher unit test to check basic authentication.
      • Added aiohttp_basicauth to dev dependencies.
    • Fix CI
      • Removed support for Python3.6 as it isn't supported by Github actions anymore.
        • Updated repo to indicate minimum supported Python is 3.8+
      • Removed dependency on asynctest package which is no longer maintained and causes errors in Python3.11.
        • Using 'unittest.IsolatedAsyncioTestCase' instead, but this is only supported for 3.8+.
      • Updated CI workflow 'uses' items to use later versions
  • Prometheus 2.0 removed support for the binary protocol. Removed support for Prometheus binary protocol (fixes #57).
    • Updated unit tests
    • Updated CI
    • Updated docs
    • Updated examples

22.5.0

  • Fix CI package install issue related to pip (#78)

  • Update Pusher to accept 'kwargs' to provide custom configuration to aiohttp client (#75)

  • Use orjson instead of standard json to improve performance by speeding up MetricDict (#77) when rendering.

  • Add a scheduled CI job to periodically verify unpinned dependencies (e.g. pip) continue to work as expected.

  • Updated Quart unit test to fix issue which would result in a test failing if the optional 'binary' package was not installed.

  • Update package version to 22.5.0

22.3.0

  • Minor tweaks to project files such as setup.py formatting, Makefile rule streamlining, docs updates.

... (truncated)

Commits

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)

Bumps [aioprometheus](https://github.com/claws/aioprometheus) from 20.0.1 to 23.3.0.
- [Release notes](https://github.com/claws/aioprometheus/releases)
- [Changelog](https://github.com/claws/aioprometheus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/claws/aioprometheus/commits)

---
updated-dependencies:
- dependency-name: aioprometheus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants