From dc2c4f5610da89c3d46cad88709537a02d61def6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:01:32 +0000 Subject: [PATCH] build(deps-dev): bump setuptools Bumps [setuptools](https://github.com/pypa/setuptools) from 78.1.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/v78.1.1...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../microsoft_agents_m365copilot_core/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/packages/microsoft_agents_m365copilot_core/requirements-dev.txt b/python/packages/microsoft_agents_m365copilot_core/requirements-dev.txt index 9edd6e33..064d8609 100644 --- a/python/packages/microsoft_agents_m365copilot_core/requirements-dev.txt +++ b/python/packages/microsoft_agents_m365copilot_core/requirements-dev.txt @@ -94,7 +94,7 @@ pywin32==310 ; platform_system == 'Windows' requests==2.32.4 ; python_version >= '3.7' -setuptools==78.1.1 +setuptools==83.0.0 six==1.17.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'