From 35e583b0f0053c41f516c0ade5f11b731f50804b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:13:54 +0000 Subject: [PATCH] build(deps): bump setuptools from 73.0.1 to 74.1.1 in /plugins/apel Bumps [setuptools](https://github.com/pypa/setuptools) from 73.0.1 to 74.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/v73.0.1...v74.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugins/apel/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/apel/pyproject.toml b/plugins/apel/pyproject.toml index c20f1814..d673c4e8 100644 --- a/plugins/apel/pyproject.toml +++ b/plugins/apel/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools==73.0.1"] +requires = ["setuptools==74.1.1"] build-backend = "setuptools.build_meta" [project] @@ -30,7 +30,7 @@ tests = [ ] build = [ "build==1.2.1", - "setuptools==73.0.1", + "setuptools==74.1.1", ] [project.scripts]