Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency jsonschema to <4.19 - autoclosed #138

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-unit.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ charmed-kubeflow-chisme
coverage
# Workaround for https://github.com/python-jsonschema/jsonschema/issues/1117
# and https://github.com/python-jsonschema/jsonschema/issues/1114
jsonschema<4.18
jsonschema<4.19
ops
pytest
pytest-mock
Expand Down
22 changes: 11 additions & 11 deletions requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile ./requirements-unit.in
# pip-compile requirements-unit.in
#
anyio==3.7.1
# via httpcore
attrs==23.1.0
# via jsonschema
bcrypt==4.0.1
# via -r ./requirements-unit.in
# via -r requirements-unit.in
certifi==2023.5.7
# via
# httpcore
# httpx
# requests
charmed-kubeflow-chisme==0.0.11
# via -r ./requirements-unit.in
# via -r requirements-unit.in
charset-normalizer==3.2.0
# via requests
coverage==7.2.7
# via -r ./requirements-unit.in
# via -r requirements-unit.in
deepdiff==6.2.1
# via charmed-kubeflow-chisme
exceptiongroup==1.1.2
Expand All @@ -46,7 +46,7 @@ jinja2==3.1.2
# via charmed-kubeflow-chisme
jsonschema==4.17.3
# via
# -r ./requirements-unit.in
# -r requirements-unit.in
# serialized-data-interface
lightkube==0.14.0
# via charmed-kubeflow-chisme
Expand All @@ -56,7 +56,7 @@ markupsafe==2.1.3
# via jinja2
ops==2.4.1
# via
# -r ./requirements-unit.in
# -r requirements-unit.in
# charmed-kubeflow-chisme
# serialized-data-interface
ordered-set==4.1.0
Expand All @@ -71,16 +71,16 @@ pyrsistent==0.19.3
# via jsonschema
pytest==7.4.0
# via
# -r ./requirements-unit.in
# -r requirements-unit.in
# pytest-lazy-fixture
# pytest-mock
pytest-lazy-fixture==0.6.3
# via -r ./requirements-unit.in
# via -r requirements-unit.in
pytest-mock==3.11.1
# via -r ./requirements-unit.in
# via -r requirements-unit.in
pyyaml==6.0.1
# via
# -r ./requirements-unit.in
# -r requirements-unit.in
# lightkube
# ops
# serialized-data-interface
Expand All @@ -91,7 +91,7 @@ ruamel-yaml==0.17.32
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
serialized-data-interface==0.6.0
# via -r ./requirements-unit.in
# via -r requirements-unit.in
sniffio==1.3.0
# via
# anyio
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ charmed-kubeflow-chisme
jinja2
# Workaround for https://github.com/python-jsonschema/jsonschema/issues/1117
# and https://github.com/python-jsonschema/jsonschema/issues/1114
jsonschema<4.18
jsonschema<4.19
lightkube
ops<2
serialized-data-interface
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile ./requirements.in
# pip-compile requirements.in
#
anyio==3.7.1
# via httpcore
Expand All @@ -14,7 +14,7 @@ certifi==2023.5.7
# httpx
# requests
charmed-kubeflow-chisme==0.0.11
# via -r ./requirements.in
# via -r requirements.in
charset-normalizer==3.2.0
# via requests
deepdiff==6.2.1
Expand All @@ -36,23 +36,23 @@ importlib-resources==6.0.0
# via jsonschema
jinja2==3.1.2
# via
# -r ./requirements.in
# -r requirements.in
# charmed-kubeflow-chisme
jsonschema==4.17.3
# via
# -r ./requirements.in
# -r requirements.in
# serialized-data-interface
lightkube==0.14.0
# via
# -r ./requirements.in
# -r requirements.in
# charmed-kubeflow-chisme
lightkube-models==1.27.1.4
# via lightkube
markupsafe==2.1.3
# via jinja2
ops==1.5.5
# via
# -r ./requirements.in
# -r requirements.in
# charmed-kubeflow-chisme
# serialized-data-interface
ordered-set==4.1.0
Expand All @@ -73,7 +73,7 @@ ruamel-yaml==0.17.32
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
serialized-data-interface==0.6.0
# via -r ./requirements.in
# via -r requirements.in
sniffio==1.3.0
# via
# anyio
Expand Down
Loading