diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6682808..dca4d82 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,12 +8,12 @@ repos: - id: check-yaml - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 26.3.1 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.3 + rev: v0.15.11 hooks: - id: ruff args: ["--fix"] diff --git a/requirements-dev.lock b/requirements-dev.lock index c0f3e52..c4c4285 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -28,12 +28,12 @@ dspy-ai==3.2.0 fastuuid==0.14.0 filelock==3.29.0 flask==3.1.3 -flask-limiter==3.8.0 +flask-limiter==4.1.1 frozenlist==1.8.0 fsspec==2026.3.0 gepa==0.0.27 ghp-import==2.1.0 -gunicorn==22.0.0 +gunicorn==25.3.0 h11==0.16.0 hf-xet==1.4.3 httpcore==1.0.9 @@ -74,7 +74,7 @@ paginate==0.5.7 pathspec==1.0.4 platformdirs==4.9.6 pluggy==1.6.0 -pre-commit==3.8.0 +pre-commit==4.6.0 propcache==0.4.1 pydantic==2.13.3 pydantic-core==2.46.3 @@ -93,7 +93,7 @@ pyyaml-env-tag==1.1 referencing==0.37.0 regex==2026.4.4 requests==2.33.1 -rich==13.7.1 +rich==15.0.0 rpds-py==0.30.0 ruff==0.15.11 shellingham==1.5.4 diff --git a/requirements-dev.txt b/requirements-dev.txt index 66ee61a..e9050c2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ pytest-asyncio==1.3.0 black==26.3.1 ruff==0.15.11 mypy==1.20.2 -pre-commit==3.8.0 +pre-commit==4.6.0 # Documentation mkdocs==1.6.1 diff --git a/requirements.lock b/requirements.lock index c0f3e52..c4c4285 100644 --- a/requirements.lock +++ b/requirements.lock @@ -28,12 +28,12 @@ dspy-ai==3.2.0 fastuuid==0.14.0 filelock==3.29.0 flask==3.1.3 -flask-limiter==3.8.0 +flask-limiter==4.1.1 frozenlist==1.8.0 fsspec==2026.3.0 gepa==0.0.27 ghp-import==2.1.0 -gunicorn==22.0.0 +gunicorn==25.3.0 h11==0.16.0 hf-xet==1.4.3 httpcore==1.0.9 @@ -74,7 +74,7 @@ paginate==0.5.7 pathspec==1.0.4 platformdirs==4.9.6 pluggy==1.6.0 -pre-commit==3.8.0 +pre-commit==4.6.0 propcache==0.4.1 pydantic==2.13.3 pydantic-core==2.46.3 @@ -93,7 +93,7 @@ pyyaml-env-tag==1.1 referencing==0.37.0 regex==2026.4.4 requests==2.33.1 -rich==13.7.1 +rich==15.0.0 rpds-py==0.30.0 ruff==0.15.11 shellingham==1.5.4 diff --git a/requirements.txt b/requirements.txt index cd477c5..5db2aa2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ # Core AI and CLI (prefer latest v3 per dspy.ai) dspy-ai>=3.2.0,<4.0.0 typer==0.24.1 -rich==13.7.1 +rich==15.0.0 pydantic==2.13.3 python-dotenv==1.2.2 # Web server and SMS Flask==3.1.3 -Flask-Limiter==3.8.0 +Flask-Limiter==4.1.1 twilio==9.10.5 -gunicorn==22.0.0 +gunicorn==25.3.0 # Data and utilities PyYAML==6.0.3