From a4e057b8b136ffee036580ac756cfecf1bf57cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 16:54:26 +0000 Subject: [PATCH] chore: bump hatch from 1.9.7 to 1.10.0 Bumps [hatch](https://github.com/pypa/hatch) from 1.9.7 to 1.10.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatch-v1.9.7...hatch-v1.10.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 6899a9a0..c38f3385 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "hatch==1.9.7", + "hatch==1.10.0", "ruff==0.4.3", "djlint==1.34.1", "mkdocs==1.6.0",