From fa7bcd8e8ec687eb3895f40efb307e9c94a80748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 07:55:52 +0000 Subject: [PATCH] Bump hatch from 1.9.5 to 1.11.1 Bumps [hatch](https://github.com/pypa/hatch) from 1.9.5 to 1.11.1. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/commits/hatch-v1.11.1) --- updated-dependencies: - dependency-name: hatch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/build-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f7f43e0..5f08470d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ test = [ "psutil == 5.9.8", ] -build = ["hatch == 1.9.5"] +build = ["hatch == 1.11.1"] [project.entry-points.pyinstaller40] hook-dirs = "isocodes.__pyinstaller:get_hook_dirs" diff --git a/requirements/build-requirements.txt b/requirements/build-requirements.txt index 17e811ac..3f944700 100644 --- a/requirements/build-requirements.txt +++ b/requirements/build-requirements.txt @@ -26,7 +26,7 @@ filelock==3.13.4 # via virtualenv h11==0.14.0 # via httpcore -hatch==1.9.5 +hatch==1.11.1 # via isocodes (pyproject.toml) hatchling==1.24.2 # via hatch