Skip to content

Commit 9584a8e

Browse files
authored
Merge pull request #914 from OZI-Project/main
Release
2 parents ae8c8fb + 22eb41e commit 9584a8e

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.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@567295409c0cf62e340aa3457550509a0fa7e5cf # 1.9.6
47+
- uses: OZI-Project/checkpoint@bc80bd040b1b6705a270fc6b111b08dfe6cde16b # 1.9.9
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@567295409c0cf62e340aa3457550509a0fa7e5cf # 1.9.6
82+
- uses: OZI-Project/checkpoint@bc80bd040b1b6705a270fc6b111b08dfe6cde16b # 1.9.9
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@567295409c0cf62e340aa3457550509a0fa7e5cf # 1.9.6
120+
- uses: OZI-Project/checkpoint@bc80bd040b1b6705a270fc6b111b08dfe6cde16b # 1.9.9
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@567295409c0cf62e340aa3457550509a0fa7e5cf # 1.9.6
157+
- uses: OZI-Project/checkpoint@bc80bd040b1b6705a270fc6b111b08dfe6cde16b # 1.9.9
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@567295409c0cf62e340aa3457550509a0fa7e5cf
197+
- uses: OZI-Project/checkpoint@bc80bd040b1b6705a270fc6b111b08dfe6cde16b
198198
with:
199199
python-version: "3.13"
200200
submodules: true

.github/workflows/ozi.yml

Lines changed: 3 additions & 3 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.6
45+
- uses: OZI-Project/checkpoint@1.9.9
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.6
81+
- uses: OZI-Project/checkpoint@1.9.9
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.6
119+
- uses: OZI-Project/checkpoint@1.9.9
120120
with:
121121
python-version: "3.13"
122122
submodules: true

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ dependencies = [
3737
'idna~=3.10',
3838
'meson[ninja]~=1.1,<1.9',
3939
'ozi-templates==2.29.8',
40-
'ozi-spec==1.1.5',
40+
'ozi-spec==1.1.6',
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',
4646
'niquests>=3.14,<3.16',
4747
'spdx-license-list==3.27.0',
48-
'trove-classifiers==2025.8.6.13',
48+
'trove-classifiers==2025.8.26.11',
4949
'typing-extensions;python_version<="3.11"',
5050
'types-PyYAML~=6.0',
5151
'pathvalidate>=3.2.1,<3.4.0',

0 commit comments

Comments
 (0)