monty-python icon indicating copy to clipboard operation
monty-python copied to clipboard

build(deps): bump statsd from 3.3.0 to 4.0.1

Open dependabot[bot] opened this issue 3 years ago • 2 comments

Bumps statsd from 3.3.0 to 4.0.1.

Release notes

Sourced from statsd's releases.

v4.0.1

What's Changed

Full Changelog: https://github.com/jsocol/pystatsd/compare/v4.0.0...v4.0.1

v4 - Python 3.7 and up

v4.0

Added

  • Updates support to Python 3.7 through 3.11.
  • Added close() method to UDP-based StatsClient. (#136)

Dropped

  • Drops support for Python 2.

Fixed

  • Using a timing decorator on an async function should now properly measure the execution time, instead of counting immediately. See #119.

Special thanks to @​cclauss for help getting this in good shape!

Changelog

Sourced from statsd's changelog.

v4.0.1

Fixed

  • Updated PyPI trove classifiers for current Python versions.

v4.0

Added

  • Updates support to Python 3.7 through 3.11.
  • Added close() method to UDP-based StatsClient. (#136)

Dropped

  • Drops support for Python 2.

Fixed

  • Using a timing decorator on an async function should now properly measure the execution time, instead of counting immediately. See #119.

Version 3.3

  • Drop support for Python 2.5, 2.6, 3.2, 3.3 (#108, #116).
  • Add UnixSocketStatsClient (#76, #112).
  • Add support for timedeltas in timing() (#104, #111).
  • Fix timer decorator with partial functions (#85).
  • Remove ABCMeta metaclass (incompatible with Py3) (#109).
  • Refactor client module (#115).
  • Various doc updates (#99, #102, #110, #113, #114).

Version 3.2.2

  • Use a monotomic timer to avoid clock adjustments (#96).
  • Test on Python 3.5 and 3.6.
  • Various doc updates.

Version 3.2.1

  • Restore StatsClient(host, port, prefix) argument order.

Version 3.2

... (truncated)

Commits
  • 1325f31 Merge pull request #177 from jsocol/release/v4.0.1
  • 4ed8d13 Release v4.0.1
  • aed9504 Merge pull request #173 from jsocol/release/v4
  • acc6084 Bump version to v4.0.0
  • eda702f Merge pull request #171 from cclauss/pyproject.toml
  • b9c3b06 tox.ini: isolated_build = True
  • d896c96 PEP 621: Migrate to pyproject.toml
  • c72ae60 Merge pull request #172 from jsocol/fix/119/async-decorator
  • 11c3a19 Fix timing decorator for async functions
  • db9424f Merge pull request #170 from jsocol/update-changelog
  • Additional commits viewable 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] avatar Nov 08 '22 05:11 dependabot[bot]

Haven't merged or taken an action because I haven't been using this portion of the code in months.

onerandomusername avatar Mar 18 '23 07:03 onerandomusername

@dependabot recreate

onerandomusername avatar Mar 29 '23 00:03 onerandomusername