diff --git a/pyproject.toml b/pyproject.toml index 0a8c0826c..0ab78b957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,7 +151,7 @@ build = [ # These dependencies are not used in production environments # and should not conflict with other libraries/tooling. "pyinstaller==6.10.0", - "setuptools==75.2.0", + "setuptools==75.3.0", "build==1.2.2" ] scripts = [ diff --git a/requirements.txt b/requirements.txt index 4bc0cdd81..9d2b206fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ pyyaml==6.0.2 rich==13.9.2 ruamel-yaml==0.18.6 ruamel-yaml-clib==0.2.8 -setuptools==75.2.0 +setuptools==75.3.0 six==1.16.0 sortedcontainers==2.4.0 viv-utils==0.7.11