From d5e6f19c5323243ce01991651577e5bf92545032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:06:38 +0000 Subject: [PATCH] chore(deps): update mdformat-pyproject requirement Updates the requirements on [mdformat-pyproject](https://github.com/csala/mdformat-pyproject) to permit the latest version. - [Release notes](https://github.com/csala/mdformat-pyproject/releases) - [Commits](https://github.com/csala/mdformat-pyproject/compare/v0.0.1...v0.0.2) --- updated-dependencies: - dependency-name: mdformat-pyproject dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 063e8c8..097300a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "ruff>=0.5.7,<0.8", "sqlfluff>=3.1.0,<4", "mdformat>=0.7.17,<0.8", - "mdformat-pyproject>=0.0.1,<0.0.2", + "mdformat-pyproject>=0.0.1,<0.0.3", "mdformat-gfm>=0.3.6,<0.4", "mdformat-frontmatter>=2.0.8,<3", "mdformat-config>=0.1.3,<0.3",