diff options
author | 2023-11-27 07:02:51 -0800 | |
---|---|---|
committer | 2023-11-27 07:02:51 -0800 | |
commit | a88283db4d78f18cf1d2eefcc7b7177289d42a66 (patch) | |
tree | 57073897b4b6fa06e36e2c2316a1cd9c21a16c84 | |
parent | Merge pull request #1152 from python-discord/dependabot/pip/sentry-sdk-1.37.1 (diff) | |
parent | Bump pymdown-extensions from 10.4 to 10.5 (diff) |
Merge pull request #1151 from python-discord/dependabot/pip/pymdown-extensions-10.5
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 993fd059..19bf6cf3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -848,17 +848,17 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pymdown-extensions" -version = "10.4" +version = "10.5" description = "Extension pack for Python Markdown." optional = false python-versions = ">=3.8" files = [ - {file = "pymdown_extensions-10.4-py3-none-any.whl", hash = "sha256:cfc28d6a09d19448bcbf8eee3ce098c7d17ff99f7bd3069db4819af181212037"}, - {file = "pymdown_extensions-10.4.tar.gz", hash = "sha256:bc46f11749ecd4d6b71cf62396104b4a200bad3498cb0f5dad1b8502fe461a35"}, + {file = "pymdown_extensions-10.5-py3-none-any.whl", hash = "sha256:1f0ca8bb5beff091315f793ee17683bc1390731f6ac4c5eb01e27464b80fe879"}, + {file = "pymdown_extensions-10.5.tar.gz", hash = "sha256:1b60f1e462adbec5a1ed79dac91f666c9c0d241fa294de1989f29d20096cfd0b"}, ] [package.dependencies] -markdown = ">=3.2" +markdown = ">=3.5" pyyaml = "*" [package.extras] @@ -1204,4 +1204,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "eb2acdb6643b0b780f4f4ee9ef811cb765b6626b5037c30e2f7cb13d5a0557b9" +content-hash = "5e9abd358952705ec4383a345d0da832e539a54fe296f1d8bce142e48f0022a2" diff --git a/pyproject.toml b/pyproject.toml index eb25ab73..c53e098a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ gunicorn = "21.2.0" httpx = "0.25.2" markdown = "3.5.1" PyJWT = {version = "2.8.0", extras = ["crypto"]} -pymdown-extensions = "10.4" +pymdown-extensions = "10.5" python-frontmatter = "1.0.1" pyyaml = "6.0.1" sentry-sdk = "1.37.1" |