From 0c5d1a87f020c3b9b3356c22fd6d9c6331e66bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:09:39 -0700 Subject: [PATCH] Bump hatch from 1.9.4 to 1.12.0 (#303) Bumps [hatch](https://github.com/pypa/hatch) from 1.9.4 to 1.12.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatch-v1.9.4...hatch-v1.12.0) --- updated-dependencies: - dependency-name: hatch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cce427c..974f595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "black==24.4.2", "coverage==7.5.3", "flake8==7.0.0", - "hatch==1.9.4", + "hatch==1.12.0", "mypy==1.10.0", "pessimist==0.9.3", "ufmt==2.6.0",