From e8814a2dc01916667950fda82b996ab4eca2b311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 19:56:46 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [streamlit](https://github.com/streamlit/streamlit), [pillow](https://github.com/python-pillow/Pillow), [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python) and [requests](https://github.com/psf/requests). Updates `streamlit` from 1.20.0 to 1.37.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.20.0...1.37.0) Updates `pillow` from 9.5.0 to 10.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.5.0...10.3.0) Updates `snowflake-connector-python` from 2.7.12 to 3.13.1 - [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases) - [Commits](https://github.com/snowflakedb/snowflake-connector-python/compare/v2.7.12...v3.13.1) Updates `requests` from 2.28.2 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.32.2) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: snowflake-connector-python dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 55262a6..78d1812 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Streamlit (Web Framework) -streamlit==1.20.0 +streamlit==1.37.0 streamlit-webrtc==0.45.0 # Azure OpenAI (AI Model Inference) @@ -11,7 +11,7 @@ azure-cognitiveservices-speech==1.24.0 azure-storage-blob==12.15.0 # For Azure Blob Storage # Media and Image Processing -Pillow==9.5.0 # For image handling +Pillow==10.3.0 # For image handling av==10.0.0 # For video frame processing pydub==0.25.1 # For audio manipulation moviepy==1.0.3 # For video processing @@ -25,7 +25,7 @@ python-docx==0.8.11 # For .docx file parsing reportlab==3.6.14 # For PDF generation # Data Analytics and External Integration -snowflake-connector-python==2.7.12 # For Snowflake integration +snowflake-connector-python==3.13.1 # For Snowflake integration pandas==2.0.1 # Data manipulation and analysis numpy==1.24.3 # Numerical computing matplotlib==3.7.1 # Plotting and visualization @@ -35,7 +35,7 @@ azure-keyvault-secrets==4.5.0 # For secure key management azure-monitor-opentelemetry-exporter==1.0.0b15 # For Azure Monitor integration # Utilities -requests==2.28.2 # For HTTP requests +requests==2.32.2 # For HTTP requests unittest2==1.1.0 # For unit and integration testing pytest==7.3.1 # For advanced testing