From 5bbfe7a534d7033e08c39a6ef0a0fe53bf7e5456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:15:47 +0000 Subject: [PATCH] chore: bump hatch from 1.12.0 to 1.13.0 Bumps [hatch](https://github.com/pypa/hatch) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatch-v1.12.0...hatch-v1.13.0) --- updated-dependencies: - dependency-name: hatch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 177c5f0c..b97cbdde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "hatch==1.12.0", + "hatch==1.13.0", "ruff==0.6.9", "djlint==1.35.2", "mkdocs==1.6.1",