From 0ee595fc3d407b86e5c4f950016534fb8b7a1d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 06:08:05 +0000 Subject: [PATCH] Bump mistune from 2.0.0a6 to 3.0.0rc5 in /semantic-conventions Bumps [mistune](https://github.com/lepture/mistune) from 2.0.0a6 to 3.0.0rc5. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v2.0.0a6...v3.0.0rc5) --- 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..da950e3e 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.0rc5 [options.packages.find] where = src