From c19728ca39f30f90d13e7eae954169550b2e8b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 08:55:10 -0500 Subject: [PATCH] Bump build from 0.10.0 to 1.0.3 (#2913) Bumps [build](https://github.com/pypa/build) from 0.10.0 to 1.0.3. - [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.3) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Christie --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a08636d49d..e859bfc615 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ mkautodoc==0.2.0 mkdocs-material==9.4.7 # Packaging -build==0.10.0 +build==1.0.3 twine==4.0.2 # Tests & Linting