Skip to content

Commit e36a12a

Browse files
Update setuptools requirement
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `setuptools` to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v82.0.1...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 209e1e6 commit e36a12a

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
@@ -38,5 +38,5 @@ omit = [
3838
drillapi = "drillapi.__main__:main"
3939

4040
[build-system]
41-
requires = ["setuptools>=82.0.1", "wheel"]
41+
requires = ["setuptools>=83.0.0", "wheel"]
4242
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)