From 6d874cfd788510f027224ee433ff7323856fa3ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 14:36:50 +0000 Subject: [PATCH] Update dependency build to >=1.3.0,<1.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6057502..7232d02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "black (>=25.1.0,<25.2.0)", - "build (>=1.2.1,<1.3.0)", + "build (>=1.3.0,<1.4.0)", "isort (>=6.0.0,<6.1.0)", "types-pytz (>=2025.2.0.20250326,<2025.3.0.0)", "pre-commit (>=4.2.0,<4.3.0)",