From 7291ba73010aa9bdb531efc20eb5d93b0158f185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:02:09 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories 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.22` | | [cryptography](https://github.com/pyca/cryptography) | `46.0.4` | `46.0.5` | | [marshmallow](https://github.com/marshmallow-code/marshmallow) | `4.0.1` | `4.1.2` | | [weasyprint](https://github.com/Kozea/WeasyPrint) | `60.2` | `68.0` | | [black](https://github.com/psf/black) | `25.11.0` | `26.3.1` | Bumps the pip group with 1 update in the /backend directory: [cryptography](https://github.com/pyca/cryptography). Updates `python-multipart` from 0.0.20 to 0.0.22 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.20...0.0.22) Updates `cryptography` from 46.0.4 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.4...46.0.5) 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 `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 `black` from 25.11.0 to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.11.0...26.3.1) Updates `cryptography` from 46.0.4 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.4...46.0.5) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production dependency-group: pip - dependency-name: marshmallow dependency-version: 4.1.2 dependency-type: direct:production dependency-group: pip - dependency-name: weasyprint dependency-version: '68.0' dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- backend/requirements.txt | 2 +- requirements-linux.txt | 4 ++-- requirements-windows.txt | 6 +++--- requirements.txt | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index ff61c4f..0b91864 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,7 +1,7 @@ # Development and testing dependencies pytest==7.4.3 pytest-asyncio==0.21.1 -black==25.11.0 +black==26.3.1 isort==5.12.0 flake8==6.1.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index eb119d4..de5977c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -17,7 +17,7 @@ python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.20 bcrypt==4.1.2 -cryptography==46.0.4 +cryptography==46.0.5 # Session and Cache Management redis==5.0.1 diff --git a/requirements-linux.txt b/requirements-linux.txt index 46ef968..d90d206 100644 --- a/requirements-linux.txt +++ b/requirements-linux.txt @@ -16,7 +16,7 @@ python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.22 bcrypt==4.1.2 -cryptography==46.0.4 +cryptography==46.0.5 # Session and Cache Management redis==5.0.1 @@ -37,7 +37,7 @@ emails==0.6 jinja2==3.1.6 # Validation and Serialization -marshmallow==4.2.2 +marshmallow==4.1.2 cerberus==1.3.5 # Utilities diff --git a/requirements-windows.txt b/requirements-windows.txt index 40d8de0..4a69d7e 100644 --- a/requirements-windows.txt +++ b/requirements-windows.txt @@ -15,7 +15,7 @@ python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.22 bcrypt==4.1.2 -cryptography==46.0.4 +cryptography==46.0.5 # Session and Cache Management redis==5.0.1 @@ -36,7 +36,7 @@ emails==0.6 jinja2==3.1.6 # Validation and Serialization -marshmallow==4.2.2 +marshmallow==4.1.2 cerberus==1.3.5 # Utilities @@ -62,7 +62,7 @@ python-json-logger==2.0.7 # Development and Testing pytest==7.4.3 pytest-asyncio==0.21.1 -black==26.1.0 +black==26.3.1 isort==5.12.0 flake8==6.1.0 mypy==1.6.1 diff --git a/requirements.txt b/requirements.txt index b85abd0..1b7b73c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.22 bcrypt==4.1.2 -cryptography==46.0.4 +cryptography==46.0.5 # Session and Cache Management redis==5.0.1 @@ -38,7 +38,7 @@ emails==0.6 jinja2==3.1.6 # Validation and Serialization -marshmallow==4.2.2 +marshmallow==4.1.2 cerberus==1.3.5 # Utilities @@ -67,7 +67,7 @@ python-json-logger==2.0.7 # Development and Testing (optional for production) pytest==7.4.3 pytest-asyncio==0.21.1 -black==26.1.0 +black==26.3.1 isort==5.12.0 flake8==6.1.0 mypy==1.6.1