From 6ae164eb370c19325d54262e9d84a8dfed3e1c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:09:54 +0000 Subject: [PATCH] chore(deps)(deps): bump the production-dependencies group across 1 directory with 28 updates Bumps the production-dependencies group with 28 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.109.0` | `0.137.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.27.0` | `0.49.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.5.3` | `2.13.4` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.1.0` | `2.14.1` | | [email-validator](https://github.com/JoshData/python-email-validator) | `2.1.0` | `2.3.0` | | [motor](https://github.com/mongodb/motor) | `3.3.2` | `3.7.1` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.6.1` | `4.17.0` | | [miniopy-async](https://github.com/hlf20010508/miniopy-async) | `1.19` | `1.23.5` | | [minio](https://github.com/minio/minio-py) | `7.2.3` | `7.2.20` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.9.0` | `2.13.0` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.6` | `0.0.32` | | [slowapi](https://github.com/laurents/slowapi) | `0.1.9` | `0.1.10` | | [bleach](https://github.com/mozilla/bleach) | `6.1.0` | `6.4.0` | | [prometheus-client](https://github.com/prometheus/client_python) | `0.19.0` | `0.25.0` | | [celery](https://github.com/celery/celery) | `5.3.4` | `5.6.3` | | [python-docx](https://github.com/python-openxml/python-docx) | `1.1.0` | `1.2.0` | | [reportlab](https://www.reportlab.com/) | `4.0.7` | `4.5.1` | | [openpyxl](https://openpyxl.readthedocs.io) | `3.1.2` | `3.1.5` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.39.0` | `0.109.1` | | [google-generativeai](https://github.com/google/generative-ai-python) | `0.8.3` | `0.8.6` | | [tiktoken](https://github.com/openai/tiktoken) | `0.5.2` | `0.13.0` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.3.2` | `1.9.0` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.3` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.5.1` | `3.10.2` | | [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | `3.5.0` | `3.8.0` | | [httpx](https://github.com/encode/httpx) | `0.26.0` | `0.28.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.1.11` | `0.15.17` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.0` | `1.2.2` | Updates `fastapi` from 0.109.0 to 0.137.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.109.0...0.137.1) Updates `uvicorn` from 0.27.0 to 0.49.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.27.0...0.49.0) Updates `pydantic` from 2.5.3 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.5.3...v2.13.4) Updates `pydantic-settings` from 2.1.0 to 2.14.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.1.0...v2.14.1) Updates `email-validator` from 2.1.0 to 2.3.0 - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/JoshData/python-email-validator/compare/v2.1.0...v2.3.0) Updates `motor` from 3.3.2 to 3.7.1 - [Release notes](https://github.com/mongodb/motor/releases) - [Changelog](https://github.com/mongodb/motor/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/motor/compare/3.3.2...3.7.1) Updates `pymongo` from 4.6.1 to 4.17.0 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.6.1...4.17.0) Updates `miniopy-async` from 1.19 to 1.23.5 - [Release notes](https://github.com/hlf20010508/miniopy-async/releases) - [Commits](https://github.com/hlf20010508/miniopy-async/compare/1.19...1.23.5) Updates `minio` from 7.2.3 to 7.2.20 - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.3...7.2.20) Updates `pyjwt` from 2.9.0 to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.9.0...2.13.0) Updates `python-multipart` from 0.0.6 to 0.0.32 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.6...0.0.32) Updates `slowapi` from 0.1.9 to 0.1.10 - [Release notes](https://github.com/laurents/slowapi/releases) - [Changelog](https://github.com/laurentS/slowapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/laurents/slowapi/compare/v0.1.9...v0.1.10) Updates `bleach` from 6.1.0 to 6.4.0 - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v6.1.0...v6.4.0) Updates `prometheus-client` from 0.19.0 to 0.25.0 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.19.0...v0.25.0) Updates `celery` from 5.3.4 to 5.6.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.6.3/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.3.4...v5.6.3) Updates `python-docx` from 1.1.0 to 1.2.0 - [Changelog](https://github.com/python-openxml/python-docx/blob/master/HISTORY.rst) - [Commits](https://github.com/python-openxml/python-docx/compare/v1.1.0...v1.2.0) Updates `reportlab` from 4.0.7 to 4.5.1 Updates `openpyxl` from 3.1.2 to 3.1.5 Updates `anthropic` from 0.39.0 to 0.109.1 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.39.0...v0.109.1) Updates `google-generativeai` from 0.8.3 to 0.8.6 - [Release notes](https://github.com/google/generative-ai-python/releases) - [Changelog](https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/RELEASE.md) - [Commits](https://github.com/google/generative-ai-python/compare/v0.8.3...v0.8.6) Updates `tiktoken` from 0.5.2 to 0.13.0 - [Release notes](https://github.com/openai/tiktoken/releases) - [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/tiktoken/compare/0.5.2...0.13.0) Updates `scikit-learn` from 1.3.2 to 1.9.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.2...1.9.0) Updates `pyyaml` from 6.0.1 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.3) Updates `markdown` from 3.5.1 to 3.10.2 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.5.1...3.10.2) Updates `pytest-xdist` from 3.5.0 to 3.8.0 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.5.0...v3.8.0) Updates `httpx` from 0.26.0 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.26.0...0.28.1) Updates `ruff` from 0.1.11 to 0.15.17 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.11...0.15.17) Updates `python-dotenv` from 1.0.0 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.137.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pydantic-settings dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: email-validator dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: motor dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pymongo dependency-version: 4.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: miniopy-async dependency-version: 1.23.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: minio dependency-version: 7.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: slowapi dependency-version: 0.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: bleach dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: celery dependency-version: 5.6.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: python-docx dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: reportlab dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: openpyxl dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: anthropic dependency-version: 0.109.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: google-generativeai dependency-version: 0.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tiktoken dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: scikit-learn dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: markdown dependency-version: 3.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 56 ++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8aba4f71..6eaf160f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,26 +1,26 @@ # FastAPI and ASGI server -fastapi==0.109.0 -uvicorn[standard]==0.27.0 -pydantic==2.5.3 -pydantic-settings==2.1.0 -email-validator==2.1.0 +fastapi==0.137.1 +uvicorn[standard]==0.49.0 +pydantic==2.13.4 +pydantic-settings==2.14.1 +email-validator==2.3.0 # Database -motor==3.3.2 -pymongo==4.6.1 +motor==3.7.1 +pymongo==4.17.0 # S3/MinIO Storage -miniopy-async==1.19 -minio==7.2.3 +miniopy-async==1.23.5 +minio==7.2.20 # Authentication & Security -PyJWT[crypto]==2.9.0 +PyJWT[crypto]==2.13.0 passlib[bcrypt]==1.7.4 bcrypt==4.0.1 -python-multipart==0.0.6 -slowapi==0.1.9 +python-multipart==0.0.32 +slowapi==0.1.10 fastapi-csrf-protect==0.3.2 -bleach==6.1.0 # HTML sanitization to prevent XSS attacks +bleach==6.4.0 # HTML sanitization to prevent XSS attacks # Redis redis==5.0.1 @@ -29,47 +29,47 @@ redis==5.0.1 sse-starlette==2.0.0 # Monitoring & Metrics -prometheus-client==0.19.0 +prometheus-client==0.25.0 prometheus-fastapi-instrumentator==6.1.0 sentry-sdk[fastapi,celery]==1.40.0 # Error tracking and performance monitoring posthog==3.1.0 # Product analytics and feature flags # Async task queue -celery==5.3.4 +celery==5.6.3 # Document parsing -python-docx==1.1.0 +python-docx==1.2.0 pypdf==3.17.4 pandas==2.1.4 chardet==5.2.0 -reportlab==4.0.7 -openpyxl==3.1.2 # Excel template generation with data validation +reportlab==4.5.1 +openpyxl==3.1.5 # Excel template generation with data validation # AI/LLM integration (Release 0.5, expanded in Release 3.0) openai==1.12.0 -anthropic==0.39.0 # Claude 3.5 Sonnet support +anthropic==0.109.1 # Claude 3.5 Sonnet support pinecone-client==2.2.4 # Vector database for semantic search (Phase 7) numpy==1.24.3 # Required for vector operations -google-generativeai==0.8.3 # Gemini 1.5 Pro support -tiktoken==0.5.2 +google-generativeai==0.8.6 # Gemini 1.5 Pro support +tiktoken==0.13.0 # Content Quality (Release 0.6) sentence-transformers>=2.3.0 -scikit-learn==1.3.2 +scikit-learn==1.9.0 # Export functionality (Release 0.7) -PyYAML==6.0.1 -Markdown==3.5.1 +PyYAML==6.0.3 +Markdown==3.10.2 # Testing pytest==7.4.3 pytest-asyncio==0.23.3 -pytest-xdist==3.5.0 -httpx==0.26.0 +pytest-xdist==3.8.0 +httpx==0.28.1 # Code quality -ruff==0.1.11 +ruff==0.15.17 black==23.12.1 # Utilities -python-dotenv==1.0.0 +python-dotenv==1.2.2