Update build requirement from <=1.2.1,>=0.10.0 to >=0.10.0,<=1.2.2 (#7219)

Updates the requirements on [build](https://github.com/pypa/build) to permit the latest version.
- [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.2.2)

---
updated-dependencies:
- dependency-name: build
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-02 09:11:52 -04:00 committed by GitHub
parent 58daf8d6c3
commit 357c9c57a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ dev = [
"requests>=2.9.1,<=2.32.3", "requests>=2.9.1,<=2.32.3",
"tox>=4.15.1,<=4.21.0", "tox>=4.15.1,<=4.21.0",
"wheel>=0.36.2,<=0.44.0", "wheel>=0.36.2,<=0.44.0",
"build>=0.10.0,<=1.2.1", "build>=0.10.0,<=1.2.2",
"mypy>=1.10.1,<=1.11.2", "mypy>=1.10.1,<=1.11.2",
"ruff>=0.5.0,<=0.6.8", "ruff>=0.5.0,<=0.6.8",
"types-certifi>=2021.10.8.3,<=2021.10.8.3", "types-certifi>=2021.10.8.3,<=2021.10.8.3",