From 8cf8738e06de06acb6619362e20c63cd8c501d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 00:55:58 +0000 Subject: [PATCH] Chore(deps-dev): Update build requirement from <1 to <2 Updates the requirements on [build](https://github.com/pypa/build) to permit the latest version. - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/0.0.1...1.0.0) --- updated-dependencies: - dependency-name: build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa71518..93096e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ develop = [ "validate-pyproject<0.15", ] release = [ - "build<1", + "build<2", 'minibump<1; python_version >= "3.10"', "twine<5", ]