From cb429616945ac984aa497cbd6c8c032d1248677b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:25:06 +0000 Subject: [PATCH] Bump setuptools from 75.8.2 to 80.9.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.2 to 80.9.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.9.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.9.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..d426aa2 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.9.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"