From a0ed0c372b8a5b0d84bce995f7d20d88814e12a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 17:25:13 +0000 Subject: [PATCH] chore(deps-dev): update hatchling requirement Updates the requirements on [hatchling](https://github.com/pypa/hatch) to permit the latest version. Updates `hatchling` 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 dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- packages/dexpace-sdk-core/pyproject.toml | 2 +- packages/dexpace-sdk-http-aiohttp/pyproject.toml | 2 +- packages/dexpace-sdk-http-httpx/pyproject.toml | 2 +- packages/dexpace-sdk-http-requests/pyproject.toml | 2 +- packages/dexpace-sdk-http-stdlib/pyproject.toml | 2 +- packages/dexpace-sdk-tck/pyproject.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/dexpace-sdk-core/pyproject.toml b/packages/dexpace-sdk-core/pyproject.toml index 81c6dba..9c81d73 100644 --- a/packages/dexpace-sdk-core/pyproject.toml +++ b/packages/dexpace-sdk-core/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27"] +requires = ["hatchling>=1.31.0"] build-backend = "hatchling.build" [project] diff --git a/packages/dexpace-sdk-http-aiohttp/pyproject.toml b/packages/dexpace-sdk-http-aiohttp/pyproject.toml index 99c59b9..ba7f530 100644 --- a/packages/dexpace-sdk-http-aiohttp/pyproject.toml +++ b/packages/dexpace-sdk-http-aiohttp/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27"] +requires = ["hatchling>=1.31.0"] build-backend = "hatchling.build" [project] diff --git a/packages/dexpace-sdk-http-httpx/pyproject.toml b/packages/dexpace-sdk-http-httpx/pyproject.toml index 422a53d..9708b45 100644 --- a/packages/dexpace-sdk-http-httpx/pyproject.toml +++ b/packages/dexpace-sdk-http-httpx/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27"] +requires = ["hatchling>=1.31.0"] build-backend = "hatchling.build" [project] diff --git a/packages/dexpace-sdk-http-requests/pyproject.toml b/packages/dexpace-sdk-http-requests/pyproject.toml index 47c69e1..87669b4 100644 --- a/packages/dexpace-sdk-http-requests/pyproject.toml +++ b/packages/dexpace-sdk-http-requests/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27"] +requires = ["hatchling>=1.31.0"] build-backend = "hatchling.build" [project] diff --git a/packages/dexpace-sdk-http-stdlib/pyproject.toml b/packages/dexpace-sdk-http-stdlib/pyproject.toml index 7c1a760..b839317 100644 --- a/packages/dexpace-sdk-http-stdlib/pyproject.toml +++ b/packages/dexpace-sdk-http-stdlib/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27"] +requires = ["hatchling>=1.31.0"] build-backend = "hatchling.build" [project] diff --git a/packages/dexpace-sdk-tck/pyproject.toml b/packages/dexpace-sdk-tck/pyproject.toml index 984a3bc..b9c6418 100644 --- a/packages/dexpace-sdk-tck/pyproject.toml +++ b/packages/dexpace-sdk-tck/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27"] +requires = ["hatchling>=1.31.0"] build-backend = "hatchling.build" [project]