diff --git a/frontend_multi_user/pyproject.toml b/frontend_multi_user/pyproject.toml index 4cfd0b2a..876f8484 100644 --- a/frontend_multi_user/pyproject.toml +++ b/frontend_multi_user/pyproject.toml @@ -20,5 +20,5 @@ dependencies = [ ] [build-system] -requires = ["setuptools>=61.0", "wheel"] +requires = ["setuptools>=82.0.1", "wheel"] build-backend = "setuptools.build_meta"