build: bump pdm-backend to 2.4.3

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan
2025-02-04 05:44:32 -05:00
parent f3b0afd574
commit 549f9fe91d

View File

@@ -72,5 +72,5 @@ custom-hook = "pdm_build.py"
moonraker = "moonraker.server:main"
[build-system]
requires = ["pdm-backend==2.3.3"]
requires = ["pdm-backend<=2.4.3"]
build-backend = "pdm.backend"