From 2a7730f654d6fdf05bd10193cd881a0df34609b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:26:35 +0000 Subject: [PATCH] build(deps): bump the ci group Bumps the ci group in /src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows with 1 update: [hatch](https://github.com/pypa/hatch). Updates `hatch` from 1.9.1 to 1.9.3 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatch-v1.9.1...hatch-v1.9.3) --- updated-dependencies: - dependency-name: hatch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] --- .../workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/constraints.txt b/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/constraints.txt index 18228bb..d7b68a5 100644 --- a/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/constraints.txt +++ b/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/constraints.txt @@ -1,3 +1,3 @@ -hatch==1.9.1 +hatch==1.9.3 pip==23.3.2 nox==2023.4.22