ci(config.yml): bump config

This commit is contained in:
Krrish Dholakia 2025-05-01 15:27:16 -07:00
parent dd5edbc9b6
commit 7502a21279

View file

@ -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