From 1398f82f52fb683a361699ba95890e943a9fae31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 21:42:42 +0000 Subject: [PATCH] deps: Bump hatchling from 1.29.0 to 1.30.1 Bumps [hatchling](https://github.com/pypa/hatch) from 1.29.0 to 1.30.1. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.29.0...hatchling-v1.30.1) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.30.1 dependency-type: direct:development 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 b0e9b07..60f0e69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ Changelog = "https://github.com/aviadshiber/langfuse-cli/releases" lf = "langfuse_cli.main:app" [build-system] -requires = ["hatchling==1.29.0"] +requires = ["hatchling==1.30.1"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel]