From 6c97c0a138b199d1061d941fe586948ea0ab4138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:45:52 +0000 Subject: [PATCH] Bump build from 0.3.0 to 1.0.0 Bumps [build](https://github.com/pypa/build) from 0.3.0 to 1.0.0. - [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.3.0...1.0.0) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3f7d206ce..8413738d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # The package's own requirements are in python/setup.cfg (and also in python/requirements.in). flake8==3.8.4 isort==5.7.0 -build==0.3.0 +build==1.0.0 twine==3.3.0 wheel==0.38.1 setuptools==65.5.1