From 9abfe06c1b2f18df9f8232cfff606fc02dcfd6bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:55:30 +0000 Subject: [PATCH] chore(deps): bump pymdown-extensions from 10.11.2 to 10.12 Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.11.2 to 10.12. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.11.2...10.12) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 90e88ec..d60fd2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3796,4 +3796,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "0d9140cdf5c67d589f6fe45126a0319e457a875def2533b9594a028098021dae" +content-hash = "e10115151436c823961a74eb904e3b05fb1305ebdd27ec2fd787d91799d266ee" diff --git a/pyproject.toml b/pyproject.toml index 984f28e..19038d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ django-crispy-forms = "^2.1" crispy-bootstrap5 = "^2024.2" markdown = "^3.4" bleach = "^6.0" -pymdown-extensions = "^10.4" +pymdown-extensions = "^10.12" # 3rd party integrations slack-sdk = "^3.33"