build(deps): bump build from 1.4.2 to 1.5.0 (#20882)

Bumps [build](https://github.com/pypa/build) from 1.4.2 to 1.5.0.
- [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/1.4.2...1.5.0)

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

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]
2026-05-19 09:55:27 -05:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent ca67caca32
commit ca07df1182
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -533,15 +533,15 @@ crt = ["awscrt (==0.31.2)"]
[[package]]
name = "build"
version = "1.4.2"
version = "1.5.0"
description = "A simple, correct Python build frontend"
optional = true
python-versions = ">=3.9"
python-versions = ">=3.10"
groups = ["main"]
markers = "extra == \"dev\""
files = [
{file = "build-1.4.2-py3-none-any.whl", hash = "sha256:7a4d8651ea877cb2a89458b1b198f2e69f536c95e89129dbf5d448045d60db88"},
{file = "build-1.4.2.tar.gz", hash = "sha256:35b14e1ee329c186d3f08466003521ed7685ec15ecffc07e68d706090bf161d1"},
{file = "build-1.5.0-py3-none-any.whl", hash = "sha256:13f3eecb844759ab66efec90ca17639bbf14dc06cb2fdf37a9010322d9c50a6f"},
{file = "build-1.5.0.tar.gz", hash = "sha256:302c22c3ba2a0fd5f3911918651341ebb3896176cbdec15bd421f80b1afc7647"},
]
[package.dependencies]
@@ -552,8 +552,9 @@ pyproject_hooks = "*"
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
[package.extras]
keyring = ["keyring"]
uv = ["uv (>=0.1.18)"]
virtualenv = ["virtualenv (>=20.11) ; python_version < \"3.10\"", "virtualenv (>=20.17) ; python_version >= \"3.10\" and python_version < \"3.14\"", "virtualenv (>=20.31) ; python_version >= \"3.14\""]
virtualenv = ["virtualenv (>=20.17) ; python_version >= \"3.10\" and python_version < \"3.14\"", "virtualenv (>=20.31) ; python_version >= \"3.14\""]
[[package]]
name = "certifi"
@@ -4401,4 +4402,4 @@ upnp = ["miniupnpc"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10, <4"
content-hash = "6e04893bb7e5df7c746331a4370f5ac766d4251c46d9edb387147b12e269140c"
content-hash = "9205be1680144a552907d49249e5b4a8f492e6514b740174539b7fa6285bccb0"
+1 -1
View File
@@ -80,7 +80,7 @@ zstd = ">=1.5.7.3"
importlib-resources = ">=6.4.5"
hsms = ">=0.3.2"
aiohttp_cors = { version = ">=0.7.0", optional = true }
build = { version = ">=1.2.1", optional = true }
build = { version = ">=1.5.0", optional = true }
coverage = { version = ">=7.6.4", optional = true }
diff-cover = { version = ">=9.2.0", optional = true }
# TODO: but... keyrings_cryptfile goes 15 minutes without locking while this does in 75 seconds