From 29a20dfedc12c92a1f75182b474bd6d63fe2cd48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 16:30:25 +0000 Subject: [PATCH] Bump mistune from 2.0.0a6 to 3.0.2 in /semantic-conventions Bumps [mistune](https://github.com/lepture/mistune) from 2.0.0a6 to 3.0.2. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/v3.0.2/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v2.0.0a6...v3.0.2) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- semantic-conventions/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic-conventions/setup.cfg b/semantic-conventions/setup.cfg index ce15e71c..edb06846 100644 --- a/semantic-conventions/setup.cfg +++ b/semantic-conventions/setup.cfg @@ -39,7 +39,7 @@ install_requires = dataclasses~=0.6 ruamel.yaml~=0.16 Jinja2~=3.0 - mistune==2.0.0a6 + mistune==3.0.2 [options.packages.find] where = src