From 5e3d0e3d1abd03c5106233f8d46379f48ea39c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:44:57 -0600 Subject: [PATCH] chore(deps): update hatch requirement from ==1.7.* to ==1.9.* (#41) 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.7.0...hatch-v1.9.0) --- updated-dependencies: - dependency-name: hatch dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-development.txt b/requirements-development.txt index a9459af..5f4f47a 100644 --- a/requirements-development.txt +++ b/requirements-development.txt @@ -1,2 +1,2 @@ -hatch == 1.7.* +hatch == 1.9.* hatch-vcs == 0.4.* \ No newline at end of file