From edd16975612683df1dd6ffce5cbfb187f2cd28c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:44:17 +0000 Subject: [PATCH] chore(deps): 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 f77253ad..fa61bdda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ formatting = [ "isort==5.13.2" ] test_packaging = [ - "build==1.2.2", + "build==1.2.2.post1", "twine==5.1.1" ]