From 0a6aa2deb0b07d15e6cf2d691ed05a480f1d1b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:58:37 +0000 Subject: [PATCH] build(deps-dev): bump hatchling in /production/dagster Bumps [hatchling](https://github.com/pypa/hatch) from 1.27.0 to 1.31.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.27.0...hatchling-v1.31.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.31.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- production/dagster/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/dagster/pyproject.toml b/production/dagster/pyproject.toml index 19735d4..96b1625 100644 --- a/production/dagster/pyproject.toml +++ b/production/dagster/pyproject.toml @@ -24,7 +24,7 @@ dev = [ ] [build-system] -requires = ["hatchling==1.27.0"] +requires = ["hatchling==1.31.0"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel]