Merge pull request #75 from nim65s/dependabot/pip/markdown-3.4.3

build(deps): bump markdown from 3.4.1 to 3.4.3
This commit is contained in:
Guilhem Saurel
2023-04-04 09:41:14 +02:00
committed by GitHub

10
poetry.lock generated
View File

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. # This file is automatically @generated by Poetry and should not be changed by hand.
[[package]] [[package]]
name = "aiofiles" name = "aiofiles"
@@ -797,14 +797,14 @@ zmq = ["pyzmq"]
[[package]] [[package]]
name = "markdown" name = "markdown"
version = "3.4.1" version = "3.4.3"
description = "Python implementation of Markdown." description = "Python implementation of John Gruber's Markdown."
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "Markdown-3.4.1-py3-none-any.whl", hash = "sha256:08fb8465cffd03d10b9dd34a5c3fea908e20391a2a90b88d66362cb05beed186"}, {file = "Markdown-3.4.3-py3-none-any.whl", hash = "sha256:065fd4df22da73a625f14890dd77eb8040edcbd68794bcd35943be14490608b2"},
{file = "Markdown-3.4.1.tar.gz", hash = "sha256:3b809086bb6efad416156e00a0da66fe47618a5d6918dd688f53f40c8e4cfeff"}, {file = "Markdown-3.4.3.tar.gz", hash = "sha256:8bf101198e004dc93e84a12a7395e31aac6a9c9942848ae1d99b9d72cf9b3520"},
] ]
[package.dependencies] [package.dependencies]