From e51f1cb91d181dbd90de90ce7cb3f4b060f8dada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:40:34 +0000 Subject: [PATCH] chore(deps): bump the python-app-and-dev group across 1 directory with 4 updates Updates the requirements on [django-allauth](https://github.com/sponsors/pennersr), [django-redis](https://github.com/jazzband/django-redis), [h3](https://github.com/uber/h3-py) and [tifffile](https://github.com/cgohlke/tifffile) to permit the latest version. Updates `django-allauth` to 65.18.0 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `django-redis` to 7.0.0 - [Release notes](https://github.com/jazzband/django-redis/releases) - [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-redis/compare/6.0.0...7.0.0) Updates `h3` to 4.5.0 - [Release notes](https://github.com/uber/h3-py/releases) - [Changelog](https://github.com/uber/h3-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber/h3-py/compare/v4.4.0...v4.5.0) Updates `tifffile` to 2026.6.1 - [Release notes](https://github.com/cgohlke/tifffile/releases) - [Changelog](https://github.com/cgohlke/tifffile/blob/master/CHANGES.rst) - [Commits](https://github.com/cgohlke/tifffile/compare/v2026.5.2...v2026.6.1) --- updated-dependencies: - dependency-name: django-allauth dependency-version: 65.18.0 dependency-type: direct:production dependency-group: python-app-and-dev - dependency-name: django-redis dependency-version: 7.0.0 dependency-type: direct:production dependency-group: python-app-and-dev - dependency-name: h3 dependency-version: 4.5.0 dependency-type: direct:production dependency-group: python-app-and-dev - dependency-name: tifffile dependency-version: 2026.6.1 dependency-type: direct:production dependency-group: python-app-and-dev ... Signed-off-by: dependabot[bot] --- Meshflow/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Meshflow/requirements.txt b/Meshflow/requirements.txt index 382c38e..d0a5805 100644 --- a/Meshflow/requirements.txt +++ b/Meshflow/requirements.txt @@ -6,25 +6,25 @@ python-dotenv~=1.2 django-cors-headers~=4.9 mnemonic~=0.21 django-prometheus~=2.5 -django-allauth[socialaccount]~=65.17.0 +django-allauth[socialaccount]~=65.18.0 dj-rest-auth[with_social]~=7.2.0 requests~=2.34.2 cryptography~=48.0.0 tqdm~=4.67.3 channels~=4.3.2 channels-redis~=4.3.0 -django-redis~=6.0 +django-redis~=7.0 daphne~=4.2.1 asgiref~=3.11.1 whitenoise>=6.12.0 celery~=5.6 django-celery-beat~=2.9 neo4j>=6.2.0 -h3~=4.4 +h3~=4.5 networkx~=3.6 # RF propagation pipeline (Meshtastic Site Planner engine client + GeoTIFF→PNG) httpx~=0.28 Pillow~=12.2 -tifffile~=2026.5 +tifffile~=2026.6