Skip to content

Commit 4b7c61e

Browse files
authored
Merge pull request #908 from OZI-Project/main
Release
2 parents ba2e9f7 + df633f6 commit 4b7c61e

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v5
6161

6262
# Add any setup steps before running the `github/codeql-action/init` action.
6363
# This includes steps like installing compilers or runtimes (`actions/setup-node`

.github/workflows/dev.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- run: sudo apt-get install -y gettext
4646

47-
- uses: OZI-Project/checkpoint@f475dbf6078211f784f6e7b3bb7c1b00ce0d05b9 # 1.9.5
47+
- uses: OZI-Project/checkpoint@567295409c0cf62e340aa3457550509a0fa7e5cf # 1.9.6
4848
with:
4949
python-version: "3.10"
5050
submodules: true
@@ -79,7 +79,7 @@ jobs:
7979
security.ubuntu.com:443
8080
archive.ubuntu.com:443
8181
82-
- uses: OZI-Project/checkpoint@f475dbf6078211f784f6e7b3bb7c1b00ce0d05b9 # 1.9.5
82+
- uses: OZI-Project/checkpoint@567295409c0cf62e340aa3457550509a0fa7e5cf # 1.9.6
8383
with:
8484
python-version: "3.10"
8585
os: "windows-latest"
@@ -117,7 +117,7 @@ jobs:
117117
118118
- run: sudo apt-get install -y gettext
119119

120-
- uses: OZI-Project/checkpoint@f475dbf6078211f784f6e7b3bb7c1b00ce0d05b9 # 1.9.5
120+
- uses: OZI-Project/checkpoint@567295409c0cf62e340aa3457550509a0fa7e5cf # 1.9.6
121121
with:
122122
python-version: "3.11"
123123
submodules: true
@@ -154,7 +154,7 @@ jobs:
154154
155155
- run: sudo apt-get install -y gettext
156156

157-
- uses: OZI-Project/checkpoint@f475dbf6078211f784f6e7b3bb7c1b00ce0d05b9 # 1.9.5
157+
- uses: OZI-Project/checkpoint@567295409c0cf62e340aa3457550509a0fa7e5cf # 1.9.6
158158
with:
159159
python-version: "3.12"
160160
submodules: true
@@ -194,7 +194,7 @@ jobs:
194194
195195
- run: sudo apt-get install -y gettext
196196

197-
- uses: OZI-Project/checkpoint@f475dbf6078211f784f6e7b3bb7c1b00ce0d05b9
197+
- uses: OZI-Project/checkpoint@567295409c0cf62e340aa3457550509a0fa7e5cf
198198
with:
199199
python-version: "3.13"
200200
submodules: true

.github/workflows/ozi.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- run: sudo apt-get install -y gettext
4444

45-
- uses: OZI-Project/checkpoint@1.9.5
45+
- uses: OZI-Project/checkpoint@1.9.6
4646
with:
4747
python-version: "3.11"
4848
submodules: true
@@ -78,7 +78,7 @@ jobs:
7878
7979
- run: sudo apt-get install -y gettext
8080

81-
- uses: OZI-Project/checkpoint@1.9.5
81+
- uses: OZI-Project/checkpoint@1.9.6
8282
with:
8383
python-version: "3.12"
8484
submodules: true
@@ -116,7 +116,7 @@ jobs:
116116
117117
- run: sudo apt-get install -y gettext
118118

119-
- uses: OZI-Project/checkpoint@1.9.5
119+
- uses: OZI-Project/checkpoint@1.9.6
120120
with:
121121
python-version: "3.13"
122122
submodules: true
@@ -153,7 +153,7 @@ jobs:
153153
api.github.com:443
154154
github.com:443
155155
156-
- uses: OZI-Project/draft@1.17.0
156+
- uses: OZI-Project/draft@1.17.2
157157
id: draft
158158
with:
159159
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -204,7 +204,7 @@ jobs:
204204
205205
- run: sudo apt-get install -y gettext
206206

207-
- uses: OZI-Project/release@d3920f3f0471dec9369a2245cc6e6b42756d27f8
207+
- uses: OZI-Project/release@eb10d9730ae9ad7c7c63e016d714013b4e017d5d
208208
id: release
209209
with:
210210
python-dist: ${{ matrix.py }}
@@ -252,7 +252,7 @@ jobs:
252252
ghcr.io:443
253253
pkg-containers.githubusercontent.com:443
254254
255-
- uses: OZI-Project/publish@1.17.0
255+
- uses: OZI-Project/publish@1.17.2
256256
with:
257257
github-token: ${{ secrets.GITHUB_TOKEN }}
258258

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ dependencies = [
3737
'idna~=3.10',
3838
'meson[ninja]~=1.1,<1.9',
3939
'ozi-templates==2.29.8',
40-
'ozi-spec==1.1.4',
40+
'ozi-spec==1.1.5',
4141
'packaging>=24.1,<26.0',
4242
'platformdirs~=4.3',
4343
'prompt-toolkit~=3.0.48',
4444
'pyparsing~=3.1',
4545
'reverse-argparse~=2.0',
46-
'niquests~=3.14.0',
46+
'niquests>=3.14,<3.16',
4747
'spdx-license-list==3.27.0',
4848
'trove-classifiers==2025.8.6.13',
4949
'typing-extensions;python_version<="3.11"',
@@ -363,7 +363,7 @@ allowlist_externals =
363363
package = wheel
364364
commands_pre =
365365
pip install OZI.build[core,uv,pip]>=2.0.6,<2.4.0
366-
pipx install --python=python meson
366+
pipx install --python=python "meson~=1.2,<1.9"
367367
commands =
368368
meson setup {env_tmp_dir} -Dozi:{env_name}=enabled -Dozi:tox-env-dir={env_dir}
369369
meson compile -C {env_tmp_dir}

0 commit comments

Comments
 (0)