From affa95ddafaa6d2e20dcc3478cadc8732b9f1f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:08:28 +0000 Subject: [PATCH] Bump elastic-apm from 6.15.1 to 6.18.0 Bumps [elastic-apm](https://github.com/elastic/apm-agent-python) from 6.15.1 to 6.18.0. - [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.18.0) --- 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..29cc78a 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.18.0"], }, setup_requires=["black==23.3.0"], )