Skip to content

Commit

Permalink
build(deps): update pydantic etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 6d0d9ce commit a8b400b
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 68 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"humanize>=2.6.0",
"jsonschema~=4.0",
"jinja2",
"pydantic~=2.0,<2.10",
"pydantic~=2.10,<2.11",
"python-dateutil",
"pyyaml",
"requests",
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ platformdirs==4.3.6
pluggy==1.5.0
protobuf==5.28.3
pycparser==2.22
pydantic==2.9.2
pydantic-core==2.23.4
pydantic==2.10.4
pydantic-core==2.27.2
pyfakefs==5.7.3
pygit2==1.14.1
pylint==3.3.2
Expand Down
Loading

0 comments on commit a8b400b

Please sign in to comment.