From fcbb3272b4c196da441a159b69c70ca90fb8aa3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:36:06 +0000 Subject: [PATCH] Update setuptools requirement from <81.0.0,>=78.1.1 to >=78.1.1,<83.0.0 Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [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/v78.1.1...v82.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dbaf72b..744c55d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ # Dependencies dependencies = [ - "setuptools>=78.1.1,<81.0.0", + "setuptools>=78.1.1,<83.0.0", ] [project.optional-dependencies] @@ -75,7 +75,7 @@ Ping = "networksim.application.ping:Ping" [build-system] # These are the assumed build requirements if not specified -requires = ["setuptools>=78.1.1,<81.0.0"] +requires = ["setuptools>=78.1.1,<83.0.0"] build-backend = "setuptools.build_meta" # Specifies the backend to use for building the distribution [tool.black]