Skip to content

Commit

Permalink
Merge pull request #1454 from OZI-Project/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
rjdbcm authored Jan 29, 2025
2 parents b3bd28a + 9100bd5 commit 4eaecfa
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ currently being supported with security updates.
| 1.30.x | ☑️ | 9.15 |
| 1.31.x | ☑️ | 9.15 |
| 1.32.x | ☑️ | 9.15 |
| 1.33.x | ☑️ | 9.16 |
| 1.34.x | ☑️ | 9.17 |

## Disclosure

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
tuf-repo-cdn.sigstore.dev:443
oauth2.sigstore.dev:443
- uses: OZI-Project/checkpoint@84a85f725520d5661ed417915ccb0e769973879c # 1.5.4
- uses: OZI-Project/checkpoint@f14cac563125e34d106b3a1e0ddb2773062953e5 # 1.5.5
with:
python-version: "3.10"
parallel: false
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
tuf-repo-cdn.sigstore.dev:443
oauth2.sigstore.dev:443
- uses: OZI-Project/checkpoint@84a85f725520d5661ed417915ccb0e769973879c # 1.5.4
- uses: OZI-Project/checkpoint@f14cac563125e34d106b3a1e0ddb2773062953e5 # 1.5.5
with:
python-version: "3.11"

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
tuf-repo-cdn.sigstore.dev:443
oauth2.sigstore.dev:443
- uses: OZI-Project/checkpoint@84a85f725520d5661ed417915ccb0e769973879c # 1.5.4
- uses: OZI-Project/checkpoint@f14cac563125e34d106b3a1e0ddb2773062953e5 # 1.5.5
with:
python-version: "3.12"

Expand Down Expand Up @@ -138,6 +138,6 @@ jobs:
index.crates.io:443
static.crates.io:443
- uses: OZI-Project/checkpoint@84a85f725520d5661ed417915ccb0e769973879c
- uses: OZI-Project/checkpoint@f14cac563125e34d106b3a1e0ddb2773062953e5
with:
python-version: "3.13"
14 changes: 7 additions & 7 deletions .github/workflows/dist-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
tuf-repo-cdn.sigstore.dev:443
oauth2.sigstore.dev:443
- uses: OZI-Project/checkpoint@84a85f725520d5661ed417915ccb0e769973879c # 1.5.4
- uses: OZI-Project/checkpoint@f14cac563125e34d106b3a1e0ddb2773062953e5 # 1.5.5
with:
python-version: "3.10"
parallel: false
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
tuf-repo-cdn.sigstore.dev:443
oauth2.sigstore.dev:443
- uses: OZI-Project/checkpoint@84a85f725520d5661ed417915ccb0e769973879c # 1.5.4
- uses: OZI-Project/checkpoint@f14cac563125e34d106b3a1e0ddb2773062953e5 # 1.5.5
with:
python-version: "3.11"
parallel: false
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
tuf-repo-cdn.sigstore.dev:443
oauth2.sigstore.dev:443
- uses: OZI-Project/checkpoint@84a85f725520d5661ed417915ccb0e769973879c # 1.5.4
- uses: OZI-Project/checkpoint@f14cac563125e34d106b3a1e0ddb2773062953e5 # 1.5.5
with:
python-version: "3.12"
parallel: false
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
rekor.sigstore.dev:443
tuf-repo-cdn.sigstore.dev:443
- uses: OZI-Project/checkpoint@84a85f725520d5661ed417915ccb0e769973879c
- uses: OZI-Project/checkpoint@f14cac563125e34d106b3a1e0ddb2773062953e5
with:
python-version: "3.13"

Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
files.pythonhosted.org:443
downloads.python.org:443
- uses: OZI-Project/draft@44efdab7f2755cdda29697adf8951e25b468a696
- uses: OZI-Project/draft@d3c4167df5ea92adf74006a4406ae85bbf8926e5
id: draft
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
downloads.python.org:443
oauth2.sigstore.dev:443
- uses: OZI-Project/release@5fead75f13134fe16226c4eba87ae80b52876ab0 # 1.3.1
- uses: OZI-Project/release@ef531325086db519edaf13b95362051f41bb4802 # 1.3.3
id: release
with:
tag: ${{ needs.draft.outputs.tag }}
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
ghcr.io:443
pkg-containers.githubusercontent.com:443
- uses: OZI-Project/publish@2467f6f7d938a0587d8dbc3f1155bab825f35283 # 1.9.0
- uses: OZI-Project/publish@c35059a13b64575387092e163fa91c2a9f5019da # 1.9.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
3 changes: 1 addition & 2 deletions ozi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# Part of the OZI Project, under the Apache License v2.0 with LLVM Exceptions.
# See LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
"""``ozi`` console application.
""" # pragma: no cover
"""``ozi`` console application.""" # pragma: no cover
from __future__ import annotations # pragma: no cover

import argparse # pragma: no cover
Expand Down
2 changes: 1 addition & 1 deletion ozi/lint/black/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
black~=24.10.0
black~=25.1.0
4 changes: 2 additions & 2 deletions ozi/test/pytest/requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pytest~=8.3
pytest-asyncio>=0.23.8
pytest-asyncio~=0.25.3
pytest-cov~=6.0
pytest-randomly~=3.16
pytest-tcpclient~=0.7
pytest-xdist~=3.6
urllib3~=1.26
hypothesis[cli,codemods,ghostwriter]~=6.124
hypothesis[cli,codemods,ghostwriter]~=6.124
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tag_regex = "^(?P<prefix>v)?(?P<version>[^\\+]+)(?P<suffix>.*)?$"
dynamic = ["version"]
dependencies = [
'pathvalidate~=3.2.1',
'ozi-core==1.13.0',
'ozi-core==1.13.1',
'setuptools_scm[toml]',
'tomli>=2.0.0;python_version<"3.11"',
]
Expand Down

0 comments on commit 4eaecfa

Please sign in to comment.