From 060f5c7419765fb03ef5f66b9d1e72d65cc71a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 02:23:56 +0000 Subject: [PATCH] ci: Bump hatch from 1.13.0 to 1.14.0 in /.github/workflows Bumps [hatch](https://github.com/pypa/hatch) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatch-v1.13.0...hatch-v1.14.0) --- updated-dependencies: - dependency-name: hatch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 3bcdac1..e8ecf4b 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,2 +1,2 @@ -hatch==1.13.0 +hatch==1.14.0 pip==24.3.1