Skip to content

Commit 9912724

Browse files
Update setuptools requirement from >=45 to >=82.0.1
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@v45.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>
1 parent 4dd11f8 commit 9912724

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
@@ -37,7 +37,7 @@ write_to = "src/TryNiceGUI/__version__.py"
3737

3838
[build-system]
3939
requires = [
40-
"setuptools>=45",
40+
"setuptools>=82.0.1",
4141
"setuptools_scm[toml]>=6.2",
4242
"wheel",
4343
]

0 commit comments

Comments
 (0)