From ffe7acf9e1fbdc3fd57ce2e0601a6906107465f2 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 15 Dec 2024 19:57:25 -0500 Subject: [PATCH] update hatchling --- docs/history/hatch.md | 3 +-- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/history/hatch.md b/docs/history/hatch.md index 0cb09bf75..3e659ed1b 100644 --- a/docs/history/hatch.md +++ b/docs/history/hatch.md @@ -8,11 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -## [1.13.1](https://github.com/pypa/hatch/releases/tag/hatch-v1.13.1) - 2024-12-16 ## {: #hatch-v1.13.1 } - ***Added:*** - Upgrade default CPython distributions to 20241206 +- Bump the minimum supported version of Hatchling to 1.26.3 - Update `virtualenv` dependency ## [1.13.0](https://github.com/pypa/hatch/releases/tag/hatch-v1.13.0) - 2024-10-13 ## {: #hatch-v1.13.0 } diff --git a/pyproject.toml b/pyproject.toml index cf3fc47ce..ee8e099ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.24.2", "hatch-vcs>=0.3.0"] +requires = ["hatchling>=1.26.3", "hatch-vcs>=0.3.0"] build-backend = "hatchling.build" [project] @@ -40,7 +40,7 @@ classifiers = [ ] dependencies = [ "click>=8.0.6", - "hatchling>=1.24.2", + "hatchling>=1.26.3", "httpx>=0.22.0", "hyperlink>=21.0.0", "keyring>=23.5.0",