diff --git a/local-requirements.txt b/local-requirements.txt index 077ff9a77..964c0b5fd 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -12,5 +12,5 @@ pytest-asyncio==1.4.0 pytest-rerunfailures==16.4 pytest-timeout==2.4.0 service_identity==24.2.0 -twisted==25.5.0 +twisted==26.4.0rc2 types-pyOpenSSL==24.1.0.20240722 diff --git a/pyproject.toml b/pyproject.toml index a26b9448f..6d3c4bfa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools==82.0.1", "setuptools-scm==10.2.1", "wheel==0.47.0", "auditwheel==6.7.0"] +requires = ["setuptools==83.0.0", "setuptools-scm==10.2.1", "wheel==0.47.0", "auditwheel==6.7.0"] build-backend = "setuptools.build_meta" [project]