From fec2b0c48db9cfc2e2934ea6dc65b42e7f61a037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 15:18:08 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 8 updates Bumps the pip group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [python-jose](https://github.com/mpdavis/python-jose) | `3.3.0` | `3.4.0` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.20` | `0.0.26` | | [cryptography](https://github.com/pyca/cryptography) | `46.0.5` | `46.0.7` | | [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` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `9.0.3` | Bumps the pip group with 2 updates in the /backend directory: [python-jose](https://github.com/mpdavis/python-jose) and [cryptography](https://github.com/pyca/cryptography). Updates `python-jose` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/mpdavis/python-jose/releases) - [Changelog](https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md) - [Commits](https://github.com/mpdavis/python-jose/compare/3.3.0...3.4.0) Updates `python-multipart` from 0.0.20 to 0.0.26 - [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.26) Updates `cryptography` from 46.0.5 to 46.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.7) 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) Updates `pytest` from 7.4.3 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.3...9.0.3) Updates `python-jose` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/mpdavis/python-jose/releases) - [Changelog](https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md) - [Commits](https://github.com/mpdavis/python-jose/compare/3.3.0...3.4.0) Updates `cryptography` from 46.0.5 to 46.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.7) --- updated-dependencies: - dependency-name: python-jose dependency-version: 3.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.7 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 - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: python-jose dependency-version: 3.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- backend/requirements.txt | 4 ++-- requirements-linux.txt | 10 +++++----- requirements-minimal.txt | 8 ++++---- requirements-windows.txt | 12 ++++++------ requirements.txt | 12 ++++++------ 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 0b91864..5d84d96 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,5 +1,5 @@ # Development and testing dependencies -pytest==7.4.3 +pytest==9.0.3 pytest-asyncio==0.21.1 black==26.3.1 isort==5.12.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index de5977c..d59c2fa 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,11 +13,11 @@ psycopg2-binary==2.9.9 aiosqlite==0.19.0 # Authentication and Security -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.20 bcrypt==4.1.2 -cryptography==46.0.5 +cryptography==46.0.7 # Session and Cache Management redis==5.0.1 diff --git a/requirements-linux.txt b/requirements-linux.txt index d90d206..df9ce22 100644 --- a/requirements-linux.txt +++ b/requirements-linux.txt @@ -12,18 +12,18 @@ psycopg2-binary==2.9.9 aiosqlite==0.19.0 # Authentication and Security -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 -python-multipart==0.0.22 +python-multipart==0.0.26 bcrypt==4.1.2 -cryptography==46.0.5 +cryptography==46.0.7 # Session and Cache Management redis==5.0.1 # HTTP and API httpx==0.25.2 -requests==2.32.5 +requests==2.33.0 aiofiles==23.2.1 # Data Processing @@ -43,7 +43,7 @@ cerberus==1.3.5 # Utilities python-dateutil==2.8.2 pytz==2023.3 -python-dotenv==1.0.0 +python-dotenv==1.2.2 email-validator==2.1.0.post1 python-slugify==8.0.1 diff --git a/requirements-minimal.txt b/requirements-minimal.txt index 77f3e33..6943fe4 100644 --- a/requirements-minimal.txt +++ b/requirements-minimal.txt @@ -11,13 +11,13 @@ psycopg2-binary==2.9.9 aiosqlite==0.19.0 # Authentication -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 -python-multipart==0.0.22 +python-multipart==0.0.26 # Basic utilities -python-dotenv==1.0.0 -requests==2.32.5 +python-dotenv==1.2.2 +requests==2.33.0 aiofiles==23.2.1 # Production server diff --git a/requirements-windows.txt b/requirements-windows.txt index 4a69d7e..f654aac 100644 --- a/requirements-windows.txt +++ b/requirements-windows.txt @@ -11,18 +11,18 @@ alembic==1.13.1 psycopg2==2.9.9 # Authentication and Security -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 -python-multipart==0.0.22 +python-multipart==0.0.26 bcrypt==4.1.2 -cryptography==46.0.5 +cryptography==46.0.7 # Session and Cache Management redis==5.0.1 # HTTP and API httpx==0.25.2 -requests==2.32.5 +requests==2.33.0 aiofiles==23.2.1 # Data Processing @@ -42,7 +42,7 @@ cerberus==1.3.5 # Utilities python-dateutil==2.8.2 pytz==2023.3 -python-dotenv==1.0.0 +python-dotenv==1.2.2 email-validator==2.1.0.post1 python-slugify==8.0.1 @@ -60,7 +60,7 @@ sentry-sdk[fastapi] python-json-logger==2.0.7 # Development and Testing -pytest==7.4.3 +pytest==9.0.3 pytest-asyncio==0.21.1 black==26.3.1 isort==5.12.0 diff --git a/requirements.txt b/requirements.txt index 1b7b73c..300b981 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,18 +13,18 @@ psycopg2-binary==2.9.9; sys_platform != "win32" psycopg2==2.9.9; sys_platform == "win32" # Authentication and Security -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 -python-multipart==0.0.22 +python-multipart==0.0.26 bcrypt==4.1.2 -cryptography==46.0.5 +cryptography==46.0.7 # Session and Cache Management redis==5.0.1 # HTTP and API httpx==0.25.2 -requests==2.32.5 +requests==2.33.0 aiofiles==23.2.1 # Data Processing @@ -44,7 +44,7 @@ cerberus==1.3.5 # Utilities python-dateutil==2.8.2 pytz==2023.3 -python-dotenv==1.0.0 +python-dotenv==1.2.2 email-validator==2.1.0.post1 python-slugify==8.0.1 @@ -65,7 +65,7 @@ sentry-sdk[fastapi] python-json-logger==2.0.7 # Development and Testing (optional for production) -pytest==7.4.3 +pytest==9.0.3 pytest-asyncio==0.21.1 black==26.3.1 isort==5.12.0