Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2025

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: jsocol/pystatsd@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 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)

Bumps [statsd](https://github.com/jsocol/pystatsd) from 3.3.0 to 4.0.1.
- [Release notes](https://github.com/jsocol/pystatsd/releases)
- [Changelog](https://github.com/jsocol/pystatsd/blob/main/CHANGELOG.md)
- [Commits](jsocol/pystatsd@v3.3...v4.0.1)

---
updated-dependencies:
- dependency-name: statsd
  dependency-version: 4.0.1
  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:uv Pull requests that update python:uv code labels Nov 26, 2025
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant