diff options
author | 2024-01-12 22:23:50 -0800 | |
---|---|---|
committer | 2024-01-12 22:23:50 -0800 | |
commit | a72ee2f24f82232f7e711e25fd3a22d208049061 (patch) | |
tree | 78763eee1e9805f511918a659660e79d12f95dd3 | |
parent | Merge pull request #1204 from python-discord/dependabot/pip/ruff-0.1.12 (diff) | |
parent | Bump markdown from 3.5.1 to 3.5.2 (diff) |
Merge pull request #1202 from python-discord/dependabot/pip/markdown-3.5.2
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 21fa88bd..342b90ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -596,13 +596,13 @@ files = [ [[package]] name = "markdown" -version = "3.5.1" +version = "3.5.2" description = "Python implementation of John Gruber's Markdown." optional = false python-versions = ">=3.8" files = [ - {file = "Markdown-3.5.1-py3-none-any.whl", hash = "sha256:5874b47d4ee3f0b14d764324d2c94c03ea66bee56f2d929da9f2508d65e722dc"}, - {file = "Markdown-3.5.1.tar.gz", hash = "sha256:b65d7beb248dc22f2e8a31fb706d93798093c308dc1aba295aedeb9d41a813bd"}, + {file = "Markdown-3.5.2-py3-none-any.whl", hash = "sha256:d43323865d89fc0cb9b20c75fc8ad313af307cc087e84b657d9eec768eddeadd"}, + {file = "Markdown-3.5.2.tar.gz", hash = "sha256:e1ac7b3dc550ee80e602e71c1d168002f062e49f1b11e26a36264dafd4df2ef8"}, ] [package.extras] @@ -1205,4 +1205,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "1a62cbeffc340d0d573c3c88f6e29307d9b98c2e29a5237ef72cdbaa34b41e5a" +content-hash = "6691773f44e3d1a6b67f140456d3e3ecc29b99343c5100f4f3f1ba280208c7bd" diff --git a/pyproject.toml b/pyproject.toml index 72b65454..9febb2e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ django-simple-bulma = "2.6.0" djangorestframework = "3.14.0" gunicorn = "21.2.0" httpx = "0.26.0" -markdown = "3.5.1" +markdown = "3.5.2" PyJWT = {version = "2.8.0", extras = ["crypto"]} pymdown-extensions = "10.7" python-frontmatter = "1.0.1" |