From c057cd82f4aae4c7449797d7c949318570083349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:58:06 +0000 Subject: [PATCH] chore(deps): update hatch-vcs requirement from ==0.4.* to ==0.5.* Updates the requirements on [hatch-vcs](https://github.com/ofek/hatch-vcs) to permit the latest version. - [Release notes](https://github.com/ofek/hatch-vcs/releases) - [Changelog](https://github.com/ofek/hatch-vcs/blob/master/HISTORY.md) - [Commits](https://github.com/ofek/hatch-vcs/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: hatch-vcs dependency-version: 0.5.0 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 5997871..635448e 100644 --- a/requirements-development.txt +++ b/requirements-development.txt @@ -1,2 +1,2 @@ hatch == 1.14.* -hatch-vcs == 0.4.* \ No newline at end of file +hatch-vcs == 0.5.* \ No newline at end of file