Skip to content

Commit

Permalink
chore(deps): update dependency pydantic to ~=2.10.4 (#764)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 21fb040 commit 4dbc396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
python-magic-bin~=0.4.14; sys_platform == 'win32'
python_json_logger~=2.0.4
PyYAML~=6.0
pydantic~=2.8.2
pydantic~=2.10.4
requests~=2.32.2
setuptools~=71.1.0
cachetools~=5.4.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install_requires =
# Filigran
datefinder~=0.7.3
pika~=1.3.0
pydantic~=2.8.2
pydantic~=2.10.4
python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
python-magic-bin~=0.4.14; sys_platform == 'win32'
python_json_logger~=2.0.4
Expand Down

0 comments on commit 4dbc396

Please sign in to comment.