Skip to content

Commit

Permalink
chore(deps): update dependency pydantic to >=2.9,<2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 5351223 commit 4d77def
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charms/kfp-metadata-writer/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ pkgutil-resolve-name==1.3.10
# jsonschema
pluggy==1.5.0
# via pytest
pydantic==2.6.4
pydantic==2.9.1
# via -r requirements.txt
pydantic-core==2.16.3
pydantic-core==2.23.3
# via
# -r requirements.txt
# pydantic
Expand Down
2 changes: 1 addition & 1 deletion charms/kfp-metadata-writer/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ops
# To avoid build-time errors, pydantic has to be pinned to a version that can be built
# with the rustc version that the OS can provide.
# Remove this pin when the base OS can install rustc v1.76 or newer.
pydantic>=2.6,<2.7
pydantic>=2.9,<2.10
serialized-data-interface
# from loki_k8s.v1.loki_push_api.py
cosl
4 changes: 2 additions & 2 deletions charms/kfp-metadata-writer/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.9.1
# via -r requirements.in
pydantic-core==2.16.3
pydantic-core==2.23.3
# via pydantic
pyrsistent==0.19.3
# via jsonschema
Expand Down

0 comments on commit 4d77def

Please sign in to comment.