Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
-r requirements.txt

# Testing
pytest==9.0.3
pytest==9.1.0
pytest-cov==7.1.0
pytest-asyncio==1.4.0

# Code quality
black==26.5.1
ruff==0.15.15
ruff==0.15.17

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lock files not updated

Medium Severity

This commit bumps pytest, ruff, and typer in requirements.txt and requirements-dev.txt but leaves requirements.lock and requirements-dev.lock on the previous versions. CI installs from the lock files and fails when they are out of sync with the .txt files, and Bazel’s pip hub still resolves the old pins.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9d69543. Configure here.

mypy==2.1.0
pre-commit==4.6.0

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Core AI and CLI (prefer latest v3 per dspy.ai)
dspy-ai>=3.2.1,<4.0.0
typer==0.26.5
typer==0.26.7
rich==15.0.0
pydantic==2.13.4
python-dotenv==1.2.2
Expand All @@ -16,8 +16,8 @@ PyYAML==6.0.3
requests==2.34.2

# Development and testing (optional, can be in separate requirements-dev.txt)
pytest==9.0.3
pytest==9.1.0
pytest-cov==7.1.0
black==26.5.1
ruff==0.15.15
ruff==0.15.17
mypy==2.1.0
Loading