From 5f7f5bf6f785d56cb7a1be2e4d172c0e5874c75d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:06:55 +0000 Subject: [PATCH] chore(deps): update hatch requirement from ==1.15.* to ==1.16.* 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.15.0...hatch-v1.16.2) --- updated-dependencies: - dependency-name: hatch dependency-version: 1.16.2 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 212b5a6..0d7b8d4 100644 --- a/requirements-development.txt +++ b/requirements-development.txt @@ -1,2 +1,2 @@ -hatch == 1.15.* +hatch == 1.16.* hatch-vcs == 0.5.* \ No newline at end of file