From b50ed5ded956660dd11f791d2872c6c0e0d63902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:37:33 +0530 Subject: [PATCH] Bump build from 1.2.2 to 1.2.2.post1 (#248) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8898985..f10d3b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ version = {attr = "pydgraph.meta.VERSION"} [project.optional-dependencies] dev = [ - "build==1.2.2", + "build==1.2.2.post1", "grpcio-tools==1.66.2", "pytest==8.3.3", ]