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 15, 2024
1 parent c9b5103 commit 7bcb455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3
pydantic-core==2.27.1
pyfakefs==5.7.1
pygit2==1.14.1
pylint==3.3.1
Expand Down

0 comments on commit 7bcb455

Please sign in to comment.