From dbc14f2a0e10cf9687ef5d7b815460bd7cc99720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:14:15 +0000 Subject: [PATCH] chore(deps): bump mistune from 3.0.1 to 3.0.2 Bumps [mistune](https://github.com/lepture/mistune) from 3.0.1 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/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f04b8b..e30e507 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click==8.1.7 -mistune==3.0.1 +mistune==3.0.2 beautifulsoup4==4.12.2 Jinja2==3.1.2 pytest==7.4.2