From 7a86577ab6aa65fbfa19d93488544ed3060ffd05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 10:10:44 +0000 Subject: [PATCH] chore(deps): bump hatch from 1.6.3 to 1.7.0 in /.github/workflows Bumps [hatch](https://github.com/pypa/hatch) from 1.6.3 to 1.7.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatch-v1.6.3...hatch-v1.7.0) --- updated-dependencies: - dependency-name: hatch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 16ce86c..793377d 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,4 +1,4 @@ pip==23.0.1 nox==2022.11.21 -hatch==1.6.3 +hatch==1.7.0 virtualenv==20.16.2