Skip to content

Commit 2d153df

Browse files
Update setuptools requirement from >=80 to >=82.0.1 (#98)
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.0.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Dockter <michael@dockter.com>
1 parent 97e8f06 commit 2d153df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ changelog = "https://github.com/senzing/mapper-icij/blob/main/CHANGELOG.md"
2222
source = "https://github.com/senzing/mapper-icij"
2323

2424
[build-system]
25-
requires = ["setuptools>=80", "wheel"]
25+
requires = ["setuptools>=82.0.1", "wheel"]
2626
build-backend = "setuptools.build_meta"
2727

2828
[dependency-groups]

0 commit comments

Comments
 (0)