From 09c78ee40fb4b2b90e6749a52d34909924cd866f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 18:42:52 +0000 Subject: [PATCH] Bump pydantic from 2.7.4 to 2.10.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 to 2.10.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.7.4...v2.10.4) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index c119f3690..2d32a7c24 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -16,7 +16,7 @@ Jinja2==3.1.4 # template engine for html files pandas==2.2.2 phonenumbers==8.13.43 # Used for phone number validation pydantic-settings==2.3.4 -pydantic==2.7.4 +pydantic==2.10.4 pyjwt[crypto]==2.8.0 # generate and verify the JWT tokens, imported as `jwt` PyMuPDF==1.24.9 # PDF processing pypdf==4.3.1