From 8f57998c0b556d1051c64e5f03a8985faafcdd76 Mon Sep 17 00:00:00 2001 From: "Eden Ross Duff, MSc" Date: Tue, 3 Sep 2024 14:22:01 -0500 Subject: [PATCH] :arrow_up: ozi-core~=1.0.11 Signed-off-by: Eden Ross Duff, MSc --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa1eb7ad..49c25edc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [build-system] build-backend = "ozi_build.buildapi" requires = [ - "OZI.build[core,uv]~=1.4", + "OZI.build[core,uv]~=1.5", ] [tool.ozi-build.entry-points] @@ -55,7 +55,7 @@ tag_regex = "^(?Pv)?(?P[^\\+]+)(?P.*)?$" [project] dynamic = ["version"] license = {file = "LICENSE.txt"} -dependencies = ['ozi-core~=1.0.10', 'setuptools_scm[toml]', 'tomli>=2.0.0;python_version<"3.11"'] +dependencies = ['ozi-core~=1.0.11', 'setuptools_scm[toml]', 'tomli>=2.0.0;python_version<"3.11"'] [project.optional_dependencies] # also meson test suite names # continuous integration @@ -368,7 +368,7 @@ package = wheel deps = uv commands_pre = - python -m uv pip install OZI.build[uv,core]~=1.4 + python -m uv pip install OZI.build[uv,core]~=1.5 pipx install --python=python meson commands = meson setup {env_tmp_dir} -Ddist=disabled -Dtox-env-dir={env_dir}