diff --git a/pyproject.toml b/pyproject.toml index f9bc78e..48e63fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,5 +29,5 @@ Homepage = "https://github.com/VitexSoftware/csas-sharepoint" csas-sharepoint = "main:main" [build-system] -requires = ["setuptools>=83.0.0", "wheel"] +requires = ["setuptools>=84.0.0", "wheel"] build-backend = "setuptools.build_meta"