From 0afd698b7b07d60f9e264101534b4636b3978bf1 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Thu, 31 Oct 2024 03:24:12 +0000 Subject: [PATCH] Update dependency pdm-backend to v2.4.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a600fd4..e5c52603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,5 +96,5 @@ known-first-party = ["mex", "tests"] convention = "google" [build-system] -requires = ["pdm-backend==2.4.2"] +requires = ["pdm-backend==2.4.3"] build-backend = "pdm.backend"