From f73928980b38e4e88941f90befd43b877bfaa714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 02:16:44 +0000 Subject: [PATCH] Bump pymarkdownlnt from 0.9.20 to 0.9.21 in /{{ cookiecutter.name }} (#697) Bumps [pymarkdownlnt](https://github.com/jackdewinter/pymarkdown) from 0.9.20 to 0.9.21. - [Release notes](https://github.com/jackdewinter/pymarkdown/releases) - [Changelog](https://github.com/jackdewinter/pymarkdown/blob/main/changelog.md) - [Commits](https://github.com/jackdewinter/pymarkdown/compare/v0.9.20...v0.9.21) --- updated-dependencies: - dependency-name: pymarkdownlnt dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- {{ cookiecutter.name }}/poetry.lock | 8 ++++---- {{ cookiecutter.name }}/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/{{ cookiecutter.name }}/poetry.lock b/{{ cookiecutter.name }}/poetry.lock index c75c61ba..eb534906 100644 --- a/{{ cookiecutter.name }}/poetry.lock +++ b/{{ cookiecutter.name }}/poetry.lock @@ -1732,13 +1732,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pymarkdownlnt" -version = "0.9.20" +version = "0.9.21" description = "A GitHub Flavored Markdown compliant Markdown linter." optional = false python-versions = ">=3.8.0" files = [ - {file = "pymarkdownlnt-0.9.20-py3-none-any.whl", hash = "sha256:d9cd2db8e79dce67396236b7cdbaebe788bc8a07f95af9731433d353a91fe3d9"}, - {file = "pymarkdownlnt-0.9.20.tar.gz", hash = "sha256:75e3792e066c3ba53d71c2ef9b411cb3e429ad5d612ad02607f3c1ad120c5abc"}, + {file = "pymarkdownlnt-0.9.21-py3-none-any.whl", hash = "sha256:5efc4092898469c92cdc33686c356f3d94afb99aca09addf79119ba58959f350"}, + {file = "pymarkdownlnt-0.9.21.tar.gz", hash = "sha256:f30f231f1fa36d98d646c7d2bedf2e8f3696a78b5e420d7a40a0d2f1c9159c0a"}, ] [package.dependencies] @@ -2507,4 +2507,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "966cc383306f7779f5e890630bfcef8e7cc18328ad3856168f0607fa4d03923e" +content-hash = "3d42eef1a657c68ac281bf89d131182f5fd52edd51820f2d8ff77f2a9e037460" diff --git a/{{ cookiecutter.name }}/pyproject.toml b/{{ cookiecutter.name }}/pyproject.toml index fecac0d2..6b14091e 100644 --- a/{{ cookiecutter.name }}/pyproject.toml +++ b/{{ cookiecutter.name }}/pyproject.toml @@ -57,7 +57,7 @@ isort = "^5.12.0" jedi = "^0.19.1" mixer = {extras = ["django"], version = "^7.2.2"} mypy = "^1.10.1" -pymarkdownlnt = "^0.9.20" +pymarkdownlnt = "^0.9.21" pytest-deadfixtures = "^2.2.1" pytest-django = "^4.7.0" pytest-env = "^1.1.1"