From ef9fd886c65673dc20945990e28a0f02e5d49ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 07:26:38 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.11.7 to 2.13.1 in /workers/analyzer Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.7 to 2.13.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.1/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.7...v2.13.1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- workers/analyzer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/analyzer/requirements.txt b/workers/analyzer/requirements.txt index 988334b..9521ccb 100644 --- a/workers/analyzer/requirements.txt +++ b/workers/analyzer/requirements.txt @@ -1,3 +1,3 @@ redis==6.4.0 -pydantic==2.11.7 +pydantic==2.13.1 psycopg[binary]==3.2.9