From b29b677b1956561ae0e659f47f45c2534039c566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:18:23 +0000 Subject: [PATCH] Update build requirement from <=1.2.2,>=0.10.0 to >=0.10.0,<=1.2.2.post1 (#7294) Updates the requirements on [build](https://github.com/pypa/build) to permit the latest version. - [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.10.0...1.2.2.post1) --- updated-dependencies: - dependency-name: build dependency-type: direct:production ... 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 d60cd1136..e34265b08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dev = [ "requests>=2.9.1,<=2.32.3", "tox>=4.15.1,<=4.23.2", "wheel>=0.36.2,<=0.44.0", - "build>=0.10.0,<=1.2.2", + "build>=0.10.0,<=1.2.2.post1", "mypy>=1.10.1,<=1.11.2", "ruff>=0.5.0,<=0.7.2", "types-certifi>=2021.10.8.3,<=2021.10.8.3",