From 378f24e1bdcc360464ffca1372cdb4b75dcc6626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:46:34 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 5 updates Bumps the pip group with 1 update in the /src/agents/hyperledger-fabric directory: [django](https://github.com/django/django). Bumps the pip group with 5 updates in the /src/api-engine directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `4.2.16` | `4.2.30` | | [cryptography](https://github.com/pyca/cryptography) | `45.0.6` | `46.0.6` | | [django-allauth](https://github.com/sponsors/pennersr) | `0.55.0` | `65.14.1` | | [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) | `5.3.1` | `5.5.1` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.33.0` | Updates `django` from 6.0 to 6.0.4 - [Commits](https://github.com/django/django/compare/6.0...6.0.4) Updates `django` from 4.2.16 to 4.2.30 - [Commits](https://github.com/django/django/compare/6.0...6.0.4) Updates `cryptography` from 45.0.6 to 46.0.6 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.6...46.0.6) Updates `django-allauth` from 0.55.0 to 65.14.1 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `djangorestframework-simplejwt` from 5.3.1 to 5.5.1 - [Release notes](https://github.com/jazzband/djangorestframework-simplejwt/releases) - [Changelog](https://github.com/jazzband/djangorestframework-simplejwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/djangorestframework-simplejwt/compare/v5.3.1...v5.5.1) Updates `requests` from 2.31.0 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.31.0...v2.33.0) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.4 dependency-type: direct:production dependency-group: pip - dependency-name: django dependency-version: 4.2.30 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production dependency-group: pip - dependency-name: django-allauth dependency-version: 65.14.1 dependency-type: direct:production dependency-group: pip - dependency-name: djangorestframework-simplejwt dependency-version: 5.5.1 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- src/agents/hyperledger-fabric/requirements.txt | 2 +- src/api-engine/requirements.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/agents/hyperledger-fabric/requirements.txt b/src/agents/hyperledger-fabric/requirements.txt index 225612c9f..7db9ca326 100644 --- a/src/agents/hyperledger-fabric/requirements.txt +++ b/src/agents/hyperledger-fabric/requirements.txt @@ -1,4 +1,4 @@ -django==6.0 +django==6.0.4 psycopg==3.3.2 djangorestframework==3.16.1 drf-spectacular==0.29.0 diff --git a/src/api-engine/requirements.txt b/src/api-engine/requirements.txt index 62c3ad431..2358f18ee 100644 --- a/src/api-engine/requirements.txt +++ b/src/api-engine/requirements.txt @@ -1,15 +1,15 @@ async-timeout==5.0.1 chardet==3.0.4 coreapi==2.3.3 -cryptography==45.0.6 -Django==4.2.16 -django-allauth==0.55.0 +cryptography==46.0.6 +Django==4.2.30 +django-allauth==65.14.1 django-cors-headers==3.5.0 django-extensions==3.2.3 django-filter==2.4.0 django-rest-auth==0.9.5 djangorestframework==3.15.2 -djangorestframework-simplejwt==5.3.1 +djangorestframework-simplejwt==5.5.1 docker==7.1.0 drf-yasg==1.21.7 flex==6.14.1 @@ -26,4 +26,4 @@ swagger-spec-validator==2.5.0 tomli==2.0.1 pygraphviz==1.5 uWSGI==2.0.22 -requests==2.31.0 +requests==2.33.0