Skip to content

Commit fedc486

Browse files
authored
Merge pull request #523 from OZI-Project/dependabot/pip/ozi-build-coreuv--approx-eq-1.11.0
build(deps): update ozi-build[core,uv] requirement from ~=1.10.0 to ~=1.11.0
2 parents d2c2266 + d80d405 commit fedc486

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222

2323
[build-system]
2424
requires = [
25-
'OZI.build[core,uv]~=1.10.0',
25+
'OZI.build[core,uv]~=1.11.0',
2626
'PyYAML~=6.0',
2727
]
2828
build-backend = "ozi_build.buildapi"
@@ -55,7 +55,7 @@ summary="The OZI Project packaging core library."
5555
[project.optional-dependencies] # also meson test suite names
5656
# OZI Packaging Dependencies
5757
# continuous integration
58-
generate_locales = ["PyYAML"]
58+
generate-locales = ["PyYAML"]
5959
ci = [
6060
"tox>4",
6161
"tox-gh>1.2",
@@ -338,7 +338,7 @@ package = wheel
338338
deps =
339339
uv
340340
commands_pre =
341-
python -m uv pip install OZI.build[core,uv]~=1.10.0
341+
python -m uv pip install OZI.build[core,uv]~=1.11.0
342342
pipx install --python=python meson
343343
commands =
344344
meson setup {env_tmp_dir} -Dozi:dist=disabled -Dozi:tox-env-dir={env_dir}

0 commit comments

Comments
 (0)