From 90df906715219e5d22fc371f16a8d76f6834ea48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:53:47 +0900 Subject: [PATCH] Bump build from 0.7.0 to 1.2.1 (#86) Bumps [build](https://github.com/pypa/build) from 0.7.0 to 1.2.1. - [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.7.0...1.2.1) --- 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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ea66b8..58a830d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ test = [ ] dev = [ "flit ==3.7.1", - "build ==0.7.0", + "build ==1.2.1", "yapf >=0.29.0", "pyyaml >=5.3", "pdoc3 >=0.9.2",