From bbfa5fbaf47e7c9bbc3561477b6ea6bdffe18c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:25:14 +0000 Subject: [PATCH] Bump build from 1.2.2 to 1.2.2.post1 Bumps [build](https://github.com/pypa/build) from 1.2.2 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.2...1.2.2.post1) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a70c56..8b1ea2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ spellcheck = [ "codespell==2.3.0" ] test_packaging = [ - "build==1.2.2", + "build==1.2.2.post1", "twine==5.1.1" ] tests = [