build(deps-dev): bump build from 0.10.0 to 1.0.3

Bumps [build](https://github.com/pypa/build) from 0.10.0 to 1.0.3.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/build/compare/0.10.0...1.0.3)

---
updated-dependencies:
- dependency-name: build
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-11 14:14:20 +00:00
committed by GitHub
parent b0d55143a4
commit dc32289aab

View File

@@ -98,7 +98,7 @@ dev = [
build = [
"pyinstaller==5.10.1",
"setuptools==68.0.0",
"build==0.10.0"
"build==1.0.3"
]
[project.urls]