Skip to content

Commit

Permalink
chore(deps): update dependency jsonschema to <4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 1f872e0 commit a53e653
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements-integration-v1.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aiohttp
kfp>=1.8,<2.0
# Workaround for https://github.com/python-jsonschema/jsonschema/issues/1117
# and https://github.com/python-jsonschema/jsonschema/issues/1114
jsonschema<4.18
jsonschema<4.24
# Pinning to <4.0 due to compatibility with the 3.1 controller version
juju<4.0
lightkube
Expand Down
2 changes: 0 additions & 2 deletions requirements-integration-v1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ aiosignal==1.3.1
# via aiohttp
anyio==4.4.0
# via httpx
appnope==0.1.4
# via ipython
asttokens==2.4.1
# via stack-data
async-timeout==4.0.3
Expand Down
2 changes: 1 addition & 1 deletion requirements-integration-v2.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aiohttp
kfp>=2.4,<3.0
# Workaround for https://github.com/python-jsonschema/jsonschema/issues/1117
# and https://github.com/python-jsonschema/jsonschema/issues/1114
jsonschema<4.18
jsonschema<4.24
# Pinning to <4.0 due to compatibility with the 3.1 controller version
juju<4.0
lightkube
Expand Down
2 changes: 0 additions & 2 deletions requirements-integration-v2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ aiosignal==1.3.1
# via aiohttp
anyio==4.4.0
# via httpx
appnope==0.1.4
# via ipython
asttokens==2.4.1
# via stack-data
async-timeout==4.0.3
Expand Down

0 comments on commit a53e653

Please sign in to comment.