From cabcb9665d2932028d7e59a804a087802679fdf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 21:00:12 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [setuptools](https://github.com/pypa/setuptools) and [twisted](https://github.com/twisted/twisted). Updates `setuptools` from 82.0.1 to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v82.0.1...v83.0.0) Updates `twisted` from 25.5.0 to 26.4.0rc2 - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst) - [Commits](https://github.com/twisted/twisted/compare/twisted-25.5.0...twisted-26.4.0rc2) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development dependency-group: pip - dependency-name: twisted dependency-version: 26.4.0rc2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- local-requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]