diff --git a/pyproject.toml b/pyproject.toml index 63528ba..bd3f84f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,10 @@ classifiers = [ ] license-files = ["LICENSE"] dependencies = [ - "openai==2.3.0", - "coverage==7.10.7", - "typer==0.19.2", - "tomli==2.3.0", + "openai==2.31.0", + "coverage==7.13.5", + "typer==0.24.1", + "tomli==2.4.1", "typing-extensions==4.15.0", ] @@ -35,42 +35,42 @@ dependencies = [ ai-unit-test = "ai_unit_test.__main__:run_app" [project.optional-dependencies] -huggingface = ["sentence-transformers==5.1.1", "huggingface-hub==0.35.3"] +huggingface = ["sentence-transformers==5.4.0", "huggingface-hub==1.10.1"] faiss = [ - "faiss-cpu==1.12.0", + "faiss-cpu==1.13.2", "numpy==2.3.3", "scikit-learn==1.7.2", - "joblib==1.5.2", + "joblib==1.5.3", ] all = [ - "sentence-transformers==5.1.1", - "huggingface-hub==0.35.3", - "faiss-cpu==1.12.0", + "sentence-transformers==5.4.0", + "huggingface-hub==1.10.1", + "faiss-cpu==1.13.2", "numpy==2.3.3", "scikit-learn==1.7.2", - "joblib==1.5.2", - "psutil==7.1.0", + "joblib==1.5.3", + "psutil==7.2.2", ] dev = [ - "black==25.9.0", - "isort==7.0.0", + "black==26.3.1", + "isort==8.0.1", "flake8==7.3.0", - "flake8-bugbear==24.12.12", + "flake8-bugbear==25.11.29", "flake8-annotations==3.2.0", "flake8-docstrings==1.7.0", "flake8-comprehensions==3.17.0", "flake8-eradicate==1.5.0", - "flake8-pytest-style==2.1.0", - "mypy==1.18.2", - "pre-commit==4.3.0", - "pytest==8.4.2", - "pytest-cov==7.0.0", - "pytest-asyncio==1.2.0", + "flake8-pytest-style==2.2.0", + "mypy==1.20.1", + "pre-commit==4.5.1", + "pytest==9.0.3", + "pytest-cov==7.1.0", + "pytest-asyncio==1.3.0", "pytest-dotenv==0.5.2", "joblib-stubs==1.5.2.0.20250831", - "types-psutil==7.0.0.20251001", + "types-psutil==7.2.2.20260408", "pytest-mock==3.15.1", - "psutil==7.1.0", + "psutil==7.2.2", ] [tool.black] diff --git a/requirements.txt b/requirements.txt index 25058ea..e443b17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,30 +1,30 @@ -black==25.9.0 -coverage==7.10.7 -faiss-cpu==1.12.0 +black==26.3.1 +coverage==7.13.5 +faiss-cpu==1.13.2 flake8==7.3.0 flake8-annotations==3.2.0 -flake8-bugbear==24.12.12 +flake8-bugbear==25.11.29 flake8-comprehensions==3.17.0 flake8-docstrings==1.7.0 flake8-eradicate==1.5.0 -flake8-pytest-style==2.1.0 -huggingface-hub==0.35.3 -isort==7.0.0 -joblib==1.5.2 +flake8-pytest-style==2.2.0 +huggingface-hub==1.10.1 +isort==8.0.1 +joblib==1.5.3 joblib-stubs==1.5.2.0.20250831 -mypy==1.18.2 +mypy==1.20.1 numpy==2.3.3 -openai==2.3.0 -pre-commit==4.3.0 -psutil==7.1.0 -pytest==8.4.2 -pytest-cov==7.0.0 -pytest-asyncio==1.2.0 +openai==2.31.0 +pre-commit==4.5.1 +psutil==7.2.2 +pytest==9.0.3 +pytest-cov==7.1.0 +pytest-asyncio==1.3.0 pytest-mock==3.15.1 pytest-dotenv==0.5.2 -sentence-transformers==5.1.1 +sentence-transformers==5.4.0 scikit-learn==1.7.2 -tomli==2.3.0 -typer==0.19.2 -types-psutil==7.0.0.20251001 +tomli==2.4.1 +typer==0.24.1 +types-psutil==7.2.2.20260408 typing-extensions==4.15.0