From a735a16ae55be1bddaee772a2310c8cdb9e578f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:57:42 +0000 Subject: [PATCH] Update hatch requirement from ~=1.13.0 to ~=1.14.0 Updates the requirements on [hatch](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/hatch-v1.13.0...hatch-v1.14.0) --- updated-dependencies: - dependency-name: hatch dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index e0889f1..8ed8223 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ graphviz~=0.20.3 hatch-requirements-txt~=0.4.1 -hatch~=1.13.0 +hatch~=1.14.0 pre-commit~=4.0.1 pytest~=8.3.4 ruff~=0.8.3