diff options
author | 2023-07-26 05:58:50 +0000 | |
---|---|---|
committer | 2023-07-26 05:58:50 +0000 | |
commit | 14dffe6076f7713a913f3712327ee8040afeabdb (patch) | |
tree | e2ac12edb033c74cdab6bc8b7cda3d3c73b0a295 /poetry.lock | |
parent | Fix link to teachingpython episode (#1048) (diff) |
Bump markdown from 3.4.3 to 3.4.4
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.3 to 3.4.4.
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/change_log/release-2.6.md)
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.4.3...3.4.4)
---
updated-dependencies:
- dependency-name: markdown
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index 51a205e9..9877f9e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -602,16 +602,17 @@ files = [ [[package]] name = "markdown" -version = "3.4.3" +version = "3.4.4" description = "Python implementation of John Gruber's Markdown." optional = false python-versions = ">=3.7" files = [ - {file = "Markdown-3.4.3-py3-none-any.whl", hash = "sha256:065fd4df22da73a625f14890dd77eb8040edcbd68794bcd35943be14490608b2"}, - {file = "Markdown-3.4.3.tar.gz", hash = "sha256:8bf101198e004dc93e84a12a7395e31aac6a9c9942848ae1d99b9d72cf9b3520"}, + {file = "Markdown-3.4.4-py3-none-any.whl", hash = "sha256:a4c1b65c0957b4bd9e7d86ddc7b3c9868fb9670660f6f99f6d1bca8954d5a941"}, + {file = "Markdown-3.4.4.tar.gz", hash = "sha256:225c6123522495d4119a90b3a3ba31a1e87a70369e03f14799ea9c0d7183a3d6"}, ] [package.extras] +docs = ["mdx-gh-links (>=0.2)", "mkdocs (>=1.0)", "mkdocs-nature (>=0.4)"] testing = ["coverage", "pyyaml"] [[package]] @@ -1183,4 +1184,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "a222dbad7dfc8c070f0ad14c8f6107c6b72d0d25cd1fe5b4c022e9f29d34eaf9" +content-hash = "96db0832445966536596fe035807979b0cbf5b9108c3eac1f243a54ea8467894" |