From afae2ba41fea3db6b636d515f483a00a85d6d2d6 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sat, 22 Jul 2023 16:47:52 -0400 Subject: [PATCH] Bump the minimum supported version of `click` to 8.0.6 --- docs/history/hatch.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/history/hatch.md b/docs/history/hatch.md index cf5eafdc5..7cdd4b85f 100644 --- a/docs/history/hatch.md +++ b/docs/history/hatch.md @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Add standalone binaries - Bump the minimum supported version of Hatchling to 1.17.1 +- Bump the minimum supported version of `click` to 8.0.6 ## [1.7.0](https://github.com/pypa/hatch/releases/tag/hatch-v1.7.0) - 2023-04-03 ## {: #hatch-v1.7.0 } diff --git a/pyproject.toml b/pyproject.toml index c8637f4a6..ae005efde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ "Topic :: Software Development :: Build Tools", ] dependencies = [ - "click>=8.0.3", + "click>=8.0.6", "hatchling>=1.14.0", "httpx>=0.22.0", "hyperlink>=21.0.0",