From d5a27d9f27792427049e85099cfe572b284a1c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 01:39:28 +0000 Subject: [PATCH] chore: bump hatch from 1.7.0 to 1.9.1 Bumps [hatch](https://github.com/pypa/hatch) from 1.7.0 to 1.9.1. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatch-v1.7.0...hatch-v1.9.1) --- 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 7204d812..cf1637f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "hatch==1.7.0", + "hatch==1.9.1", "ruff==0.1.6", "djlint==1.34.1", "mkdocs==1.5.3",