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 17, 2024
1 parent 3304fb4 commit d83142a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ pkgutil-resolve-name==1.3.10
# jsonschema
pluggy==1.4.0
# via pytest
pydantic==2.6.4
pydantic==2.9.2
# via -r requirements.txt
pydantic-core==2.16.3
pydantic-core==2.23.4
# via
# -r requirements.txt
# pydantic
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ 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
4 changes: 2 additions & 2 deletions 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.2
# via -r requirements.in
pydantic-core==2.16.3
pydantic-core==2.23.4
# via pydantic
pyrsistent==0.20.0
# via jsonschema
Expand Down

0 comments on commit d83142a

Please sign in to comment.