monty-python
monty-python copied to clipboard
build(deps): bump statsd from 3.3.0 to 4.0.1
Bumps statsd from 3.3.0 to 4.0.1.
Release notes
Sourced from statsd's releases.
v4.0.1
What's Changed
- Release v4.0.1 by
@jsocolin jsocol/pystatsd#177
- Updated trove classifiers, see #174
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-basedStatsClient. (#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
@cclaussfor 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-basedStatsClient. (#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
1325f31Merge pull request #177 from jsocol/release/v4.0.14ed8d13Release v4.0.1aed9504Merge pull request #173 from jsocol/release/v4acc6084Bump version to v4.0.0eda702fMerge pull request #171 from cclauss/pyproject.tomlb9c3b06tox.ini: isolated_build = Trued896c96PEP 621: Migrate to pyproject.tomlc72ae60Merge pull request #172 from jsocol/fix/119/async-decorator11c3a19Fix timing decorator for async functionsdb9424fMerge pull request #170 from jsocol/update-changelog- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Haven't merged or taken an action because I haven't been using this portion of the code in months.
@dependabot recreate