Skip to content

Commit

Permalink
fix: OZI.build>=0.0.27
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <rjdbcm@outlook.com>
  • Loading branch information
rjdbcm committed Jul 18, 2024
1 parent b6a97e8 commit 4fd6a01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ozi_spec/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class Build(Default):
backend: str = 'ozi_build.buildapi'
requires: Mapping[str, str] = field(
default_factory=lambda: {
'OZI.build': 'OZI.build>=0.0.26',
'OZI.build': 'OZI.build>=0.0.27',
'pip-tools': 'pip-tools>=7',
'pipx': 'pipx~=1.5',
'setuptools_scm': 'setuptools_scm[toml]~=8.0',
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = {file = "LICENSE.txt"}

[build-system]
requires = [
'OZI.build>=0.0.26',
'OZI.build>=0.0.27',
'pip-tools>=7',
'pipx~=1.5',
'setuptools_scm[toml]~=8.0',
Expand Down Expand Up @@ -298,7 +298,7 @@ allowlist_externals =
meson
package = wheel
deps =
OZI.build>=0.0.26
OZI.build>=0.0.27
pip-tools>=7
pipx~=1.5
setuptools_scm[toml]~=8.0
Expand Down

0 comments on commit 4fd6a01

Please sign in to comment.