diff --git a/.config/mkdocs/poetry.lock b/.config/mkdocs/poetry.lock index 839c1b9cc0..c11d100613 100644 --- a/.config/mkdocs/poetry.lock +++ b/.config/mkdocs/poetry.lock @@ -356,13 +356,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-git-revision-date-localized-plugin" -version = "1.2.8" +version = "1.2.9" description = "Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file." optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_git_revision_date_localized_plugin-1.2.8-py3-none-any.whl", hash = "sha256:c7ec3b1481ca23134269e84927bd8a5dc1aa359c0e515b832dbd5d25019b5748"}, - {file = "mkdocs_git_revision_date_localized_plugin-1.2.8.tar.gz", hash = "sha256:6e09c308bb27bcf36b211d17b74152ecc2837cdfc351237f70cffc723ef0fd99"}, + {file = "mkdocs_git_revision_date_localized_plugin-1.2.9-py3-none-any.whl", hash = "sha256:dea5c8067c23df30275702a1708885500fadf0abfb595b60e698bffc79c7a423"}, + {file = "mkdocs_git_revision_date_localized_plugin-1.2.9.tar.gz", hash = "sha256:df9a50873fba3a42ce9123885f8c53d589e90ef6c2443fe3280ef1e8d33c8f65"}, ] [package.dependencies] @@ -485,13 +485,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pymdown-extensions" -version = "10.9" +version = "10.11.1" description = "Extension pack for Python Markdown." optional = false python-versions = ">=3.8" files = [ - {file = "pymdown_extensions-10.9-py3-none-any.whl", hash = "sha256:d323f7e90d83c86113ee78f3fe62fc9dee5f56b54d912660703ea1816fed5626"}, - {file = "pymdown_extensions-10.9.tar.gz", hash = "sha256:6ff740bcd99ec4172a938970d42b96128bdc9d4b9bcad72494f29921dc69b753"}, + {file = "pymdown_extensions-10.11.1-py3-none-any.whl", hash = "sha256:a2b28f5786e041f19cb5bb30a1c2c853668a7099da8e3dd822a5ad05f2e855e3"}, + {file = "pymdown_extensions-10.11.1.tar.gz", hash = "sha256:a8836e955851542fa2625d04d59fdf97125ca001377478ed5618e04f9183a59a"}, ] [package.dependencies] @@ -799,4 +799,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d72506f10cc28b6cacf6a0dc83081048a9ebbbd2f7f44dd29e642268ee505a14" +content-hash = "4a6bc7e3cd0b823a4fecbadbcad73dc72e44a804b400d6fb97257e847b1400e8" diff --git a/.config/mkdocs/pyproject.toml b/.config/mkdocs/pyproject.toml index 35c1ca14c6..11d690f78a 100644 --- a/.config/mkdocs/pyproject.toml +++ b/.config/mkdocs/pyproject.toml @@ -8,8 +8,8 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" mkdocs-material = {git = "https://github.com/squidfunk/mkdocs-material-insiders.git", rev = "9.5.28-insiders-4.53.11"} -mkdocs-git-revision-date-localized-plugin = "^1.2.8" -pymdown-extensions = "^10.9" +mkdocs-git-revision-date-localized-plugin = "^1.2.9" +pymdown-extensions = "^10.11" [build-system] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9e3bbcbeb..e5f6f22ac4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,9 +40,10 @@ repos: - id: check-json - id: check-added-large-files - repo: https://github.com/mattlqx/pre-commit-search-and-replace - rev: v1.1.3 + rev: v1.1.5 hooks: - id: search-and-replace + language_version: default types: [markdown] args: - "--config=.config/pre-commit-search-and-replace.yaml"