From 26859075f7e5f53c7bebaed63ef5ec96d5636641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:23:36 +0000 Subject: [PATCH] build(deps): bump markdown from 3.5 to 3.5.1 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.5 to 3.5.1. - [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...3.5.1) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ebe83a8032..9e85d20f1f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1020,13 +1020,13 @@ zookeeper = ["kazoo (>=2.8.0)"] [[package]] name = "markdown" -version = "3.5" +version = "3.5.1" description = "Python implementation of John Gruber's Markdown." optional = false python-versions = ">=3.8" files = [ - {file = "Markdown-3.5-py3-none-any.whl", hash = "sha256:4afb124395ce5fc34e6d9886dab977fd9ae987fc6e85689f08278cf0c69d4bf3"}, - {file = "Markdown-3.5.tar.gz", hash = "sha256:a807eb2e4778d9156c8f07876c6e4d50b5494c5665c4834f67b06459dfd877b3"}, + {file = "Markdown-3.5.1-py3-none-any.whl", hash = "sha256:5874b47d4ee3f0b14d764324d2c94c03ea66bee56f2d929da9f2508d65e722dc"}, + {file = "Markdown-3.5.1.tar.gz", hash = "sha256:b65d7beb248dc22f2e8a31fb706d93798093c308dc1aba295aedeb9d41a813bd"}, ] [package.extras] @@ -1814,4 +1814,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "924c0d34a09b43e0ff8c656fe7dffa0f216de05333f3405bfed15763f15dca6c" +content-hash = "5b8b61905573425290098d63708343d9d0d05dfec26cddc4eda7ee1f152c488c" diff --git a/pyproject.toml b/pyproject.toml index 730e18e6d2..37576b49c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ version = "0.1.0" [tool.poetry.dependencies] Django = "^4.2.6" -Markdown = "^3.3.4" +Markdown = "^3.5.1" PyMySQL = "^1.1.0" celery = "^5.3.4" django-anymail = "^8.2"