Sfoglia il codice sorgente

chore(deps-dev): update hatchling requirement in /python/sdk

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.24.0...hatchling-v1.30.1)

---
updated-dependencies:
- dependency-name: hatchling
  dependency-version: 1.30.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 mese fa
parent
commit
669fe2415e
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      python/sdk-runtime/pyproject.toml
  2. 1 1
      python/sdk/pyproject.toml

+ 1 - 1
python/sdk-runtime/pyproject.toml

@@ -1,5 +1,5 @@
 [build-system]
-requires = ["hatchling>=1.24.0"]
+requires = ["hatchling>=1.30.1"]
 build-backend = "hatchling.build"
 
 [project]

+ 1 - 1
python/sdk/pyproject.toml

@@ -1,5 +1,5 @@
 [build-system]
-requires = ["hatchling>=1.24.0"]
+requires = ["hatchling>=1.30.1"]
 build-backend = "hatchling.build"
 
 [project]