Skip to content

Commit a7aa23e

Browse files
authored
Merge pull request #343 from Commonjava/konflux/mintmaker/kflux/oras-0.x
Update dependency oras to <=0.2.38
2 parents 46d60d4 + 8a8cad9 commit a7aa23e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"jsonschema>=4.9.1",
3838
"urllib3>=1.25.10",
3939
"semantic-version>=2.10.0",
40-
"oras<=0.2.31",
40+
"oras<=0.2.38",
4141
"python-qpid-proton>=0.39.0"
4242
]
4343

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ subresource-integrity>=0.2
99
jsonschema>=4.9.1
1010
urllib3>=1.25.10
1111
semantic-version>=2.10.0
12-
oras<=0.2.31
12+
oras<=0.2.38
1313
python-qpid-proton>=0.39.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"jsonschema>=4.9.1",
5959
"urllib3>=1.25.10",
6060
"semantic-version>=2.10.0",
61-
"oras<=0.2.31",
61+
"oras<=0.2.38",
6262
"python-qpid-proton>=0.39.0"
6363
],
6464
)

0 commit comments

Comments
 (0)