From 75ea4cf2866ff9533abd49885e734cb83607fae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:52:21 +0000 Subject: [PATCH] chore(deps): update hatch requirement from ==1.13.* to ==1.14.* 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-development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-development.txt b/requirements-development.txt index 2d27088d..5997871b 100644 --- a/requirements-development.txt +++ b/requirements-development.txt @@ -1,2 +1,2 @@ -hatch == 1.13.* +hatch == 1.14.* hatch-vcs == 0.4.* \ No newline at end of file