From cb62e6554307a1c35fa225738ba7e0e2e34eac2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:16:48 +0000 Subject: [PATCH] chore(deps-dev): update hatchling requirement in /services/market-data Updates the requirements on [hatchling](https://github.com/pypa/hatch) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- services/market-data/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/market-data/pyproject.toml b/services/market-data/pyproject.toml index 02a90634..4e5aacd0 100644 --- a/services/market-data/pyproject.toml +++ b/services/market-data/pyproject.toml @@ -37,7 +37,7 @@ dev = [ ] [build-system] -requires = ["hatchling>=1.29.0"] +requires = ["hatchling>=1.30.1"] build-backend = "hatchling.build" [tool.uv]