From cd0ade64036aa1f972a4c9194844edf6cf69271e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:15:31 +0000 Subject: [PATCH] chore: bump hatch from 1.10.0 to 1.11.0 Bumps [hatch](https://github.com/pypa/hatch) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatch-v1.10.0...hatch-v1.11.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 7bdbb34f..1ccc7c74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "hatch==1.10.0", + "hatch==1.11.0", "ruff==0.4.3", "djlint==1.34.1", "mkdocs==1.6.0",