From fcd6fc9d8e739bc204999b05e2abbc1a74fea28f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 May 2026 21:24:35 +0100 Subject: [PATCH] Pin pandas to latest version 3.0.3 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 8d90d2b1..b664e38f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ pydantic pydantic-ai-slim[openai,anthropic,google,groq,mistral,cohere,bedrock] nest-asyncio jsonpath-ng -pandas +pandas==3.0.3 jinja2 termcolor Django>=5.2,<7.0