From 2128e861293df15012d6d1add838540e1b1416ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:58:43 +0100 Subject: [PATCH] chore(deps): update dependency pymarkdownlnt to v0.9.24 (#519) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- uv.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5f29fd5..f8722233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ dev-dependencies = [ "mypy == 1.11.2", "pre-commit == 4.0.0", - "pymarkdownlnt == 0.9.23", + "pymarkdownlnt ==0.9.24", "ruff == 0.6.9", "faker ==30.3.0", "greenlet == 3.1.1", diff --git a/requirements-dev.txt b/requirements-dev.txt index 8c7d5150..1068b41e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -64,7 +64,7 @@ pyfakefs==5.7.0 pygithub==2.4.0 pygments==2.18.0 pyjwt==2.9.0 -pymarkdownlnt==0.9.23 +pymarkdownlnt==0.9.24 pymdown-extensions==10.11.2 pynacl==1.5.0 pytest==8.3.3 diff --git a/uv.lock b/uv.lock index fe86e492..58365e6e 100644 --- a/uv.lock +++ b/uv.lock @@ -1128,16 +1128,16 @@ crypto = [ [[package]] name = "pymarkdownlnt" -version = "0.9.23" +version = "0.9.24" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "application-properties" }, { name = "columnar" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/81/38/cf6de5fe40e32f15723c2fd1d3dd202d594354a8d133dc725943e29b03f6/pymarkdownlnt-0.9.23.tar.gz", hash = "sha256:c1a6c86332d25390f614160b39bcd92dd3d20b119ed0750aa3f8f9f8be94f74c", size = 375997 } +sdist = { url = "https://files.pythonhosted.org/packages/a2/33/e778c3f023896d77ed2d780b9d4e49732f3db6e685c9bc4330d72cefd523/pymarkdownlnt-0.9.24.tar.gz", hash = "sha256:e278833532b826611fc28809cd2f72e9255de7f61e78df6a224bc663f58a79ed", size = 382491 } wheels = [ - { url = "https://files.pythonhosted.org/packages/90/bb/a66fbbcf326d96b8894e2a8aac1347dafcb101ad35f6c7374c3c62b14bd6/pymarkdownlnt-0.9.23-py3-none-any.whl", hash = "sha256:86738a1792ba4504474d075f462cf6fca017077efa4848eda0846b1c75a4648e", size = 462539 }, + { url = "https://files.pythonhosted.org/packages/62/9c/19bbcf2072cf31e88eb199844b0bbf6d578f4bfeaf82c1768c0b7888013f/pymarkdownlnt-0.9.24-py3-none-any.whl", hash = "sha256:ce86943e12ea19d5e9b3290d8322804b93663f744bb381a89ac1301ab66f95c3", size = 467807 }, ] [[package]] @@ -1254,7 +1254,7 @@ dev = [ { name = "pre-commit", specifier = "==4.0.0" }, { name = "pyfakefs", specifier = "==5.7.0" }, { name = "pygments", specifier = "==2.18.0" }, - { name = "pymarkdownlnt", specifier = "==0.9.23" }, + { name = "pymarkdownlnt", specifier = "==0.9.24" }, { name = "pymdown-extensions", specifier = "==10.11.2" }, { name = "pytest", specifier = "==8.3.3" }, { name = "pytest-cov", specifier = "==5.0.0" },