From 8011e4d60794e145d20c1487ee46da2da3bf1c62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:31:36 +0000 Subject: [PATCH] build(deps): bump the pip group across 2 directories with 6 updates Bumps the pip group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.6` | `0.0.31` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.0` | `1.2.2` | | [lxml](https://github.com/lxml/lxml) | `5.1.0` | `6.1.0` | | [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.6` | | [cryptography](https://github.com/pyca/cryptography) | `42.0.2` | `50.0.0` | | [gradio](https://github.com/gradio-app/gradio) | `4.16.0` | `6.15.1` | Bumps the pip group with 2 updates in the /backend directory: [python-multipart](https://github.com/Kludex/python-multipart) and [python-dotenv](https://github.com/theskumar/python-dotenv). Updates `python-multipart` from 0.0.6 to 0.0.31 - [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.31) 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) Updates `lxml` from 5.1.0 to 6.1.0 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-5.1.0...lxml-6.1.0) Updates `jinja2` from 3.1.3 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.6) Updates `cryptography` from 42.0.2 to 50.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.2...50.0.0) Updates `gradio` from 4.16.0 to 6.15.1 - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradio-app/gradio/compare/gradio@4.16.0...gradio@6.15.1) Updates `python-multipart` from 0.0.6 to 0.0.31 - [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.31) 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: python-multipart dependency-version: 0.0.31 dependency-type: direct:production dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: gradio dependency-version: 6.15.1 dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 8 ++++---- hf_requirements.txt | 10 +++++----- hf_requirements_gradio.txt | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b88540d..75a8a76 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ fastapi==0.109.0 uvicorn[standard]==0.27.0 pydantic==2.5.3 -python-multipart==0.0.6 +python-multipart==0.0.31 # Database asyncpg==0.29.0 @@ -34,21 +34,21 @@ PyGithub==2.1.1 websockets==12.0 # Utilities -python-dotenv==1.0.0 +python-dotenv==1.2.2 pytz==2023.3 # Document Parsing (Chat Parser) python-docx>=1.1.0 PyPDF2>=3.0.0 beautifulsoup4>=4.12.0 -lxml>=5.0.0 +lxml>=6.1.3 chardet>=5.2.0 # YAML Processing (Workflows) PyYAML>=6.0.1 # Encryption (API Key Management) -cryptography>=41.0.0 +cryptography>=50.0.1 # Monitoring (used in template generation strings) prometheus-client==0.19.0 \ No newline at end of file diff --git a/hf_requirements.txt b/hf_requirements.txt index 0da7680..a9f12c3 100644 --- a/hf_requirements.txt +++ b/hf_requirements.txt @@ -7,8 +7,8 @@ # FastAPI Backend fastapi==0.109.0 uvicorn[standard]==0.27.0 -python-multipart==0.0.6 -python-dotenv==1.0.0 +python-multipart==0.0.31 +python-dotenv==1.2.2 websockets==12.0 # Database (SQLite support for HF Spaces) @@ -27,18 +27,18 @@ PyGithub==2.1.1 python-docx==1.1.0 PyPDF2==3.0.1 beautifulsoup4==4.12.3 -lxml==5.1.0 +lxml==6.1.0 chardet==5.2.0 # YAML Processing PyYAML==6.0.1 # Templating -Jinja2==3.1.3 +Jinja2==3.1.6 markdown==3.5.2 # API Key Encryption -cryptography==42.0.2 +cryptography==50.0.0 # File handling aiofiles==23.2.1 diff --git a/hf_requirements_gradio.txt b/hf_requirements_gradio.txt index 40fb879..aba9024 100644 --- a/hf_requirements_gradio.txt +++ b/hf_requirements_gradio.txt @@ -6,7 +6,7 @@ # ============================================================================= # Gradio UI -gradio==4.16.0 +gradio==6.15.1 # Database (SQLite only) aiosqlite==0.19.0