From ad5970b8025ca72f69b53b677f23ada3ff9e0a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 21:14:45 +0000 Subject: [PATCH] Bump setuptools in /Assignments/a4-static-router/py Bumps [setuptools](https://github.com/pypa/setuptools) from 75.3.0 to 78.1.1. - [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/v75.3.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Assignments/a4-static-router/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assignments/a4-static-router/py/requirements.txt b/Assignments/a4-static-router/py/requirements.txt index 91dbb34..81f166b 100644 --- a/Assignments/a4-static-router/py/requirements.txt +++ b/Assignments/a4-static-router/py/requirements.txt @@ -7,7 +7,7 @@ incremental==24.7.2 loguru==0.7.2 mininet==2.3.0.dev6 protobuf -setuptools==75.3.0 +setuptools==78.1.1 Twisted==24.10.0 typing_extensions==4.12.2 websockets==13.1