diff --git a/Makefile b/Makefile index 4d3b40a2..be9a8957 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SOURCES_ROOT = $(CURDIR)/src PYTHON = python3 PYTHON_PIP = $(PYTHON) -m pip PYTHON_PIP_VERSION_SPECIFIER = ==22.3.1 -PYTHON_SETUPTOOLS_VERSION_SPECIFIER = ==58.1.0 +PYTHON_SETUPTOOLS_VERSION_SPECIFIER = ==65.5.1 PYTHON_VIRTUALENV_DIR = venv PYTHON_PIP_TOOLS_VERSION_SPECIFIER = ==7.3.0 PYTHON_PIP_TOOLS_SRC_FILES = requirements.in requirements-dev.in diff --git a/pyproject.toml b/pyproject.toml index 9dd93297..18d880de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ [build-system] requires = [ - "setuptools==58.1.0", + "setuptools==65.5.1", "wheel==0.41.3", ] build-backend = "setuptools.build_meta:__legacy__" diff --git a/requirements-dev.txt b/requirements-dev.txt index 4091bfa4..d695d200 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -185,5 +185,5 @@ zipp==3.8.1 # The following packages are considered to be unsafe in a requirements file: pip==22.3.1 # via pip-tools -setuptools==58.1.0 +setuptools==65.5.1 # via pip-tools