From d05602ea3862daa69d7fa05f7d1118c2558f8c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:57:14 -0700 Subject: [PATCH] build(deps): bump build from 1.2.1 to 1.2.2.post1 (#893) Bumps [build](https://github.com/pypa/build) from 1.2.1 to 1.2.2.post1. - [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/1.2.1...1.2.2.post1) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-patch ... 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 a7fa1151..6e28ea62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ ] publish = [ "setuptools == 75.1.0", - "build == 1.2.1", + "build == 1.2.2.post1", "twine == 5.1.1", ] docs = [