From 7502a21279ea0aac8b07daae20895ddbed0138bb Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 1 May 2025 15:27:16 -0700 Subject: [PATCH] ci(config.yml): bump config --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a88e577e17..b667219a27 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -833,7 +833,8 @@ jobs: pip install "hypercorn==0.17.3" pip install "pydantic==2.10.2" pip install "mcp==1.5.0" - pip install "requests-mock==1.12.1" + pip install "requests-mock>=1.12.1" + # Run pytest and generate JUnit XML report - run: name: Run tests