mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2026-04-17 18:10:48 -04:00
fix(deps): update setuptools requirement from >=64.0.0 to >=64.0.3
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](https://github.com/pypa/setuptools/compare/v64.0.0...v64.0.3) --- updated-dependencies: - dependency-name: setuptools dependency-version: 64.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=64.0.0", "wheel"]
|
requires = ["setuptools>=64.0.3", "wheel"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
|
|||||||
Reference in New Issue
Block a user