From 6c0b2ddc79c6a5a58064a7a138ffe790caefbf92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:24:21 +0000 Subject: [PATCH] Bump build from 1.2.1 to 1.2.2 Bumps [build](https://github.com/pypa/build) from 1.2.1 to 1.2.2. - [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) --- 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 2ca1281d..643cf137 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ doc = [ "sphinx-copybutton==0.5.2", ] -build = ["build==1.2.1", "twine==5.1.1"] +build = ["build==1.2.2", "twine==5.1.1"] [tool.flit.module] name = "ansys.tools.path"