From ea40ef368924edabe0ef853a0c388eea7c44b57f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:27:39 +0000 Subject: [PATCH] pip: (deps): bump pydantic from 2.10.4 to 2.10.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.4 to 2.10.5. - [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.10.4...v2.10.5) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-prod-ingestion.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-prod-ingestion.txt b/requirements-prod-ingestion.txt index 16bcf7531..d97d0e2e7 100644 --- a/requirements-prod-ingestion.txt +++ b/requirements-prod-ingestion.txt @@ -3,6 +3,6 @@ boto3==1.34.68 botocore==1.34.109 Django==5.1.5 psycopg2-binary==2.9.10 -pydantic==2.10.4 +pydantic==2.10.5 python-dotenv==1.0.1 sqlparse==0.5.3