Skip to content

Commit f849178

Browse files
committed
Try updating jsonschema and Ubuntu runner
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
1 parent 93c281c commit f849178

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/sdk-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-22.04, macos-latest, windows-latest]
15+
os: [ubuntu-latest, macos-latest, windows-latest]
1616
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1717
env:
1818
OS: ${{ matrix.os }}

.github/workflows/sdk-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
release:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-latest
1818
permissions:
1919
contents: write
2020
issues: write

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ For more information on the available sub-packages click [HERE](https://zowe-cli
4848
The Zowe core package has dependencies on the packages listed below:
4949

5050
```
51-
json5
5251
deepmerge
52+
json5
5353
jsonschema
5454
pyyaml
5555
requests>=2.22

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
json5==0.12.1
21
deepmerge==1.1.0
3-
jsonschema==4.17.3
2+
json5==0.12.1
3+
jsonschema==4.25.1
44
PyYAML==6.0.1
55
requests==2.32.4
66

src/core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)",
3535
],
3636
install_requires=[
37-
"json5~=0.12.1",
3837
"deepmerge~=1.1.0",
38+
"json5~=0.12.1",
3939
"jsonschema~=4.17.3",
4040
"pyyaml~=6.0.1",
4141
"requests~=2.32.0",

0 commit comments

Comments
 (0)