From 2071c91dab2a9f962b1c4d004439724915f2a7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 08:01:09 +0000 Subject: [PATCH] Bump mistune from 2.0.0a6 to 3.0.1 in /semantic-conventions Bumps [mistune](https://github.com/lepture/mistune) from 2.0.0a6 to 3.0.1. - [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.1) --- 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..616aea5e 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.1 [options.packages.find] where = src