From 569af91044f75d77759f317c8d022ac24120e941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 20:04:35 +0000 Subject: [PATCH] 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] --- requirements-release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-release.txt b/requirements-release.txt index 177b075..935eac5 100644 --- a/requirements-release.txt +++ b/requirements-release.txt @@ -3,4 +3,4 @@ twine<5 keyring<25 black<24 isort<6 -build<1 +build<2