Skip to content

Commit

Permalink
Merge pull request #303 from OZI-Project/main
Browse files Browse the repository at this point in the history
merge upstream
  • Loading branch information
rjdbcm authored Nov 1, 2024
2 parents 3134a71 + f6824c9 commit 441184c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ozi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ jobs:
api.github.com:443
upload.pypi.org:443
uploads.github.com:443
fulcio.sigstore.dev:443
rekor.sigstore.dev:443
tuf-repo-cdn.sigstore.dev:443
- uses: OZI-Project/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
'idna>=2',
'meson[ninja]>=1.1.0',
'ozi-spec~=0.11.4',
'ozi-templates~=2.13.0',
'ozi-templates~=2.13.8',
'packaging~=24.1',
'prompt-toolkit',
'pyparsing~=3.1',
Expand Down
1 change: 1 addition & 0 deletions tests/test_ozi_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
{
'verify_email': st.just(False),
'strict': st.booleans(),
'github_harden_runner': st.booleans(),
'target': st.data(),
'keywords': st.from_regex(r'^(([a-z_]*[a-z0-9],)*){2,650}$', fullmatch=True),
'ci_provider': st.just('github'),
Expand Down

0 comments on commit 441184c

Please sign in to comment.