From 071534660632cf7e29fdea334996304d90bd6282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:18:27 +0000 Subject: [PATCH] Bump setuptools from 75.2.0 to 75.3.0 in /.github (#90) Bumps [setuptools](https://github.com/pypa/setuptools) from 75.2.0 to 75.3.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.2.0...v75.3.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/pythonchecks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pythonchecks.txt b/.github/pythonchecks.txt index 6d09cf8..4535e95 100644 --- a/.github/pythonchecks.txt +++ b/.github/pythonchecks.txt @@ -20,5 +20,5 @@ types-requests==2.32.0.20241016 pytest-xdist==3.6.1 flake8-noqa==1.4.0 coverage==7.6.4 -setuptools==75.2.0; python_version == '3.12' +setuptools==75.3.0; python_version == '3.12' build==1.2.2.post1