Skip to content

Commit

Permalink
fix(deps): update dependency pydantic to v2.10.2 (#2374)
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 Nov 27, 2024
1 parent 18cb680 commit 63ceaf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sentry-sdk = "2.19.0"
dependency-injector = { git = "https://github.com/anton-petrov/python-dependency-injector", rev = "a245e32e8286d0df34a6a731bf62fa86504ce6aa" }
pdfCropMargins = "==2.1.4"
pycryptodome = "3.21.0"
pydantic = { extras = ["dotenv"], version = "==2.10.1" }
pydantic = { extras = ["dotenv"], version = "==2.10.2" }
pypdf = "4.3.1"
pikepdf = "9.4.2"
pydantic-settings = "2.6.1"
Expand Down

0 comments on commit 63ceaf7

Please sign in to comment.