From 2980d6f4870bd8c3d77fff275701c16652e4036d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 12:05:18 -0500 Subject: [PATCH] chore(deps): update hatch requirement from ==1.10.* to ==1.11.* (#87) 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.10.0...hatch-v1.11.1) --- 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 31d9c26..94ab807 100644 --- a/requirements-development.txt +++ b/requirements-development.txt @@ -1,2 +1,2 @@ -hatch == 1.10.* +hatch == 1.11.* hatch-vcs == 0.4.* \ No newline at end of file