From 50eb9675cf8edcc70586c7bc445ec18a8ff21075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:45:51 +0200 Subject: [PATCH] Bump setuptools from 73.0.0 to 73.0.1 in /.github (#249) Bumps [setuptools](https://github.com/pypa/setuptools) from 73.0.0 to 73.0.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.0...v73.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index be5572e33..b95251285 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -7,7 +7,7 @@ pygccxml==2.5.0 Pygments==2.18.0 pymdown-extensions==10.9 pyplusplus==1.8.5 -setuptools==73.0.0 +setuptools==73.0.1 six==1.16.0 testresources==2.0.1 xmlrunner==1.7.7