diff options
author | 2024-03-15 05:34:31 +0000 | |
---|---|---|
committer | 2024-03-15 05:34:31 +0000 | |
commit | 2aa5b2cc5e48d6ae5ba189b80d5a017d25930ea7 (patch) | |
tree | a99ed97836a8124b7913843249885d87cb2bdc4b /poetry.lock | |
parent | Merge pull request #1254 from python-discord/dependabot/pip/ruff-0.3.2 (diff) |
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] <[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 14e43e26..0a9999f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -605,13 +605,13 @@ files = [ [[package]] name = "markdown" -version = "3.5.2" +version = "3.6" description = "Python implementation of John Gruber's Markdown." optional = false python-versions = ">=3.8" files = [ - {file = "Markdown-3.5.2-py3-none-any.whl", hash = "sha256:d43323865d89fc0cb9b20c75fc8ad313af307cc087e84b657d9eec768eddeadd"}, - {file = "Markdown-3.5.2.tar.gz", hash = "sha256:e1ac7b3dc550ee80e602e71c1d168002f062e49f1b11e26a36264dafd4df2ef8"}, + {file = "Markdown-3.6-py3-none-any.whl", hash = "sha256:48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f"}, + {file = "Markdown-3.6.tar.gz", hash = "sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224"}, ] [package.extras] @@ -1216,4 +1216,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "c1ce3bbeb8f79ab50e9ec25f8844069c36b3f9ba96a284bb97f7d7cbbdda659d" +content-hash = "5e25fffcf43505ccd019c945f8686078c2b7670ba40006b547f4aa46ee181ee4" |