From ca7f90efb47b30aa658605571eb58f6e2d1d9698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:57:54 +0000 Subject: [PATCH] Bump markdown from 3.5.2 to 3.6 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.5.2 to 3.6. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.5.2...3.6) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 917293b..cc5d901 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ flasgger==0.9.7.1 Flask==3.0.2 Flask_MonitoringDashboard==3.3.0 gunicorn==21.2.0 -Markdown==3.5.2 +Markdown==3.6 pymongo==4.6.2 python-dotenv==1.0.1 requests==2.31.0