diff options
author | 2023-03-24 22:18:55 +0000 | |
---|---|---|
committer | 2023-03-24 22:18:55 +0000 | |
commit | 2088911634391bf4195eaef64aa2056b5bd66320 (patch) | |
tree | c32d225d7fb5e28ae89192b29e2f1253079ddde0 /poetry.lock | |
parent | Merge pull request #917 from python-discord/dependabot/pip/flake8-bugbear-23.... (diff) |
Bump markdown from 3.4.2 to 3.4.3
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.2 to 3.4.3.
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [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.2...3.4.3)
---
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index 2003b11b..c5dad711 100644 --- a/poetry.lock +++ b/poetry.lock @@ -842,14 +842,14 @@ files = [ [[package]] name = "markdown" -version = "3.4.2" +version = "3.4.3" description = "Python implementation of John Gruber's Markdown." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "Markdown-3.4.2-py3-none-any.whl", hash = "sha256:590e8c8139ce62a1121b4b07fd471eced441378f19f3265540de0791851977e5"}, - {file = "Markdown-3.4.2.tar.gz", hash = "sha256:e104be388c28462b4e83bd0ddfc68eff6022305cc4b5ab14caf8d235fae132b9"}, + {file = "Markdown-3.4.3-py3-none-any.whl", hash = "sha256:065fd4df22da73a625f14890dd77eb8040edcbd68794bcd35943be14490608b2"}, + {file = "Markdown-3.4.3.tar.gz", hash = "sha256:8bf101198e004dc93e84a12a7395e31aac6a9c9942848ae1d99b9d72cf9b3520"}, ] [package.extras] @@ -1537,4 +1537,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "90f80fb12b0ef81d0a3099a466ad7d31d131c657d20b11dc055bee869206baa3" +content-hash = "b867bca3c711bbfb2625e5be0469bf7a64757e34f55826632a213f4fc9e8aa7b" |