From badd5de4272ae482a782c9acb208abc6121ebd33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 01:35:14 +0000 Subject: [PATCH] Bump setuptools from 75.8.2 to 78.1.1 in the pip group Bumps the pip group with 1 update: [setuptools](https://github.com/pypa/setuptools). Updates `setuptools` from 75.8.2 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.8.2...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:development dependency-group: pip ... 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..d1502b3 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==78.1.1 ; 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"