Skip to content

Commit

Permalink
chore(deps): update dependency pydantic to >=2.8,<2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 19430db commit bdd0f6c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charms/katib-controller/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ pkgutil-resolve-name==1.3.10
# via jsonschema
pluggy==1.4.0
# via pytest
pydantic==2.6.4
pydantic==2.8.2
# via -r requirements.in
pydantic-core==2.16.3
pydantic-core==2.20.1
# via pydantic
pyrsistent==0.20.0
# via jsonschema
Expand Down
2 changes: 1 addition & 1 deletion charms/katib-controller/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ cosl
# This is a requirement from the k8s_service_info library
# Pin due to https://github.com/canonical/bundle-kubeflow/issues/926
# Remove this pin when the base OS can install rustc v1.76 or newer.
pydantic>=2.6,<2.7
pydantic>=2.8,<2.9
4 changes: 2 additions & 2 deletions charms/katib-controller/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ ordered-set==4.1.0
# via deepdiff
pkgutil-resolve-name==1.3.10
# via jsonschema
pydantic==2.6.4
pydantic==2.8.2
# via -r requirements.in
pydantic-core==2.16.3
pydantic-core==2.20.1
# via pydantic
pyrsistent==0.20.0
# via jsonschema
Expand Down
4 changes: 2 additions & 2 deletions charms/katib-db-manager/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ pkgutil-resolve-name==1.3.10
# via jsonschema
pluggy==1.2.0
# via pytest
pydantic==2.6.4
pydantic==2.8.2
# via -r requirements.in
pydantic-core==2.16.3
pydantic-core==2.20.1
# via pydantic
pyrsistent==0.19.3
# via jsonschema
Expand Down
2 changes: 1 addition & 1 deletion charms/katib-db-manager/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ops
# This is a requirement from the k8s_service_info library
# Pin due to https://github.com/canonical/bundle-kubeflow/issues/926
# Remove this pin when the base OS can install rustc v1.76 or newer.
pydantic>=2.6,<2.7
pydantic>=2.8,<2.9
# from loki_k8s.v1.loki_push_api.py
cosl
4 changes: 2 additions & 2 deletions charms/katib-db-manager/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ ordered-set==4.1.0
# via deepdiff
pkgutil-resolve-name==1.3.10
# via jsonschema
pydantic==2.6.4
pydantic==2.8.2
# via -r requirements.in
pydantic-core==2.16.3
pydantic-core==2.20.1
# via pydantic
pyrsistent==0.19.3
# via jsonschema
Expand Down

0 comments on commit bdd0f6c

Please sign in to comment.