From 8e62ba2a864450f9ad444173a7ee494e3c705ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 20:59:29 +0000 Subject: [PATCH] Bump elastic-apm from 6.15.1 to 6.16.1 Bumps [elastic-apm](https://github.com/elastic/apm-agent-python) from 6.15.1 to 6.16.1. - [Release notes](https://github.com/elastic/apm-agent-python/releases) - [Changelog](https://github.com/elastic/apm-agent-python/blob/main/CHANGELOG.asciidoc) - [Commits](https://github.com/elastic/apm-agent-python/compare/v6.15.1...v6.16.1) --- updated-dependencies: - dependency-name: elastic-apm dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8711236..ae8c064 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ ], extras_require={ "lock-redis": ["redis==4.5.5"], - "metrics-elasticsearch": ["elastic-apm==6.15.1"], + "metrics-elasticsearch": ["elastic-apm==6.16.1"], }, setup_requires=["black==23.3.0"], )