From 0d8750894703c53ce29a53ba00b477acd78dc365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 08:34:54 +0000 Subject: [PATCH] Bump the pip-all group across 1 directory with 2 updates Bumps the pip-all group with 2 updates in the / directory: [setuptools](https://github.com/pypa/setuptools) and [wheel](https://github.com/pypa/wheel). Updates `setuptools` from 75.3.0 to 75.4.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.3.0...v75.4.0) Updates `wheel` from 0.44.0 to 0.45.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.44.0...0.45.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-all - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-all ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 076bb59d..3332df22 100644 --- a/setup.py +++ b/setup.py @@ -68,8 +68,8 @@ def package_vars(version_file): py_modules=[splitext(basename(path))[0] for path in glob("src/*.py")], install_requires=[ "semver == 3.0.2", - "setuptools == 75.3.0", - "wheel == 0.44.0", + "setuptools == 75.4.0", + "wheel == 0.45.0", ], extras_require={ "test": [