From 6e7d31a02b22d607bb134546808e2e7ac95f0a1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 12:38:10 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.20` | `0.0.27` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.33.0` | | [marshmallow](https://github.com/marshmallow-code/marshmallow) | `4.0.1` | `4.1.2` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.0` | `1.2.2` | | [weasyprint](https://github.com/Kozea/WeasyPrint) | `60.2` | `68.0` | Updates `python-multipart` from 0.0.20 to 0.0.27 - [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.20...0.0.27) Updates `requests` from 2.32.5 to 2.33.0 - [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.32.5...v2.33.0) Updates `marshmallow` from 4.0.1 to 4.1.2 - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/4.0.1...4.1.2) 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 `weasyprint` from 60.2 to 68.0 - [Release notes](https://github.com/Kozea/WeasyPrint/releases) - [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst) - [Commits](https://github.com/Kozea/WeasyPrint/compare/v60.2...v68.0) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: marshmallow dependency-version: 4.1.2 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: weasyprint dependency-version: '68.0' dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 10 +++++----- requirements-linux.txt | 2 +- requirements-minimal.txt | 2 +- requirements-windows.txt | 2 +- requirements.txt | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d59c2fa..a5a5230 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,7 +15,7 @@ aiosqlite==0.19.0 # Authentication and Security python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 -python-multipart==0.0.20 +python-multipart==0.0.27 bcrypt==4.1.2 cryptography==46.0.7 @@ -25,7 +25,7 @@ celery==5.3.4 # HTTP and API httpx==0.25.2 -requests==2.32.5 +requests==2.33.0 aiofiles==23.2.1 # Data Processing and Reports @@ -39,7 +39,7 @@ emails==0.6 jinja2==3.1.6 # Validation and Serialization -marshmallow==4.0.1 +marshmallow==4.1.2 cerberus==1.3.5 # Utilities @@ -53,7 +53,7 @@ forex-python==1.8 # PDF and Document Generation reportlab==4.0.7 -weasyprint==60.2 +weasyprint==68.0 # Production and Monitoring gunicorn==23.0.0 @@ -62,7 +62,7 @@ structlog==23.2.0 psutil==5.9.6 # Environment and Configuration -python-dotenv==1.0.0 +python-dotenv==1.2.2 # Development and Testing (optional, use requirements-dev.txt for dev environment) # pytest==7.4.3 diff --git a/requirements-linux.txt b/requirements-linux.txt index df9ce22..4d920f4 100644 --- a/requirements-linux.txt +++ b/requirements-linux.txt @@ -14,7 +14,7 @@ aiosqlite==0.19.0 # Authentication and Security python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 -python-multipart==0.0.26 +python-multipart==0.0.27 bcrypt==4.1.2 cryptography==46.0.7 diff --git a/requirements-minimal.txt b/requirements-minimal.txt index 6943fe4..a202cd1 100644 --- a/requirements-minimal.txt +++ b/requirements-minimal.txt @@ -13,7 +13,7 @@ aiosqlite==0.19.0 # Authentication python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 -python-multipart==0.0.26 +python-multipart==0.0.27 # Basic utilities python-dotenv==1.2.2 diff --git a/requirements-windows.txt b/requirements-windows.txt index f654aac..ce2e204 100644 --- a/requirements-windows.txt +++ b/requirements-windows.txt @@ -13,7 +13,7 @@ psycopg2==2.9.9 # Authentication and Security python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 -python-multipart==0.0.26 +python-multipart==0.0.27 bcrypt==4.1.2 cryptography==46.0.7 diff --git a/requirements.txt b/requirements.txt index 300b981..3c8ec61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ psycopg2==2.9.9; sys_platform == "win32" # Authentication and Security python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 -python-multipart==0.0.26 +python-multipart==0.0.27 bcrypt==4.1.2 cryptography==46.0.7