Skip to content

Commit aaf84fe

Browse files
build(deps-dev): update setuptools requirement in /plc4py
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@v61.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 391734a commit aaf84fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plc4py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919
[build-system]
20-
requires = ["setuptools>=61.0", "wheel"]
20+
requires = ["setuptools>=82.0.1", "wheel"]
2121
build-backend = "setuptools.build_meta"
2222

2323
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)