diff --git a/pyproject.toml b/pyproject.toml index b9c361ff1..6aefdb0a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -161,7 +161,7 @@ build = [ # These dependencies are not used in production environments # and should not conflict with other libraries/tooling. "pyinstaller==6.8.0", - "setuptools==69.5.1", + "setuptools==70.0.0", "build==1.2.1" ] diff --git a/requirements.txt b/requirements.txt index 004f98725..42f40b8fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ pyyaml==6.0.1 rich==13.7.1 ruamel-yaml==0.18.6 ruamel-yaml-clib==0.2.8 -setuptools==65.5.0 +setuptools==70.0.0 six==1.16.0 sortedcontainers==2.4.0 tabulate==0.9.0