From 6b60abe6c2da39dd435015a5f1d6c9bce79cca0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 19:38:15 +0000 Subject: [PATCH] Update build requirement from <1.0,>=0.10.0 to >=0.10.0,<2.0 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.10.0...1.0.0) --- updated-dependencies: - dependency-name: build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_requirements.txt b/setup_requirements.txt index f4de449..2077744 100644 --- a/setup_requirements.txt +++ b/setup_requirements.txt @@ -1,2 +1,2 @@ tox>=4.4.2,<5 -build>=0.10.0,<1.0 \ No newline at end of file +build>=0.10.0,<2.0 \ No newline at end of file