From 13ae8285087ee02f21d3c9237e7e930b06245f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 20:31:27 +0000 Subject: [PATCH] Bump setuptools from 75.8.2 to 80.8.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.2 to 80.8.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/v75.8.2...v80.8.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.8.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 06aa216..ab469fa 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,7 +15,7 @@ pygments==2.19.1 ; python_version >= "3.12" and python_version < "4.0" pyyaml==6.0.2 ; python_version >= "3.12" and python_version < "4.0" rich==13.9.4 ; python_version >= "3.12" and python_version < "4.0" ruff==0.3.3 ; python_version >= "3.12" and python_version < "4.0" -setuptools==75.8.2 ; python_version >= "3.12" and python_version < "4.0" +setuptools==80.8.0 ; python_version >= "3.12" and python_version < "4.0" tomlkit==0.12.4 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.12" and python_version < "4.0" virtualenv==20.29.2 ; python_version >= "3.12" and python_version < "4.0"