From b0191bc46693b10a4ac43d5601c828696989a7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:20:11 +0000 Subject: [PATCH] chore(deps): bump the python-app-and-dev group Updates the requirements on [django-allauth](https://github.com/sponsors/pennersr), [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 `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: 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Meshflow/requirements.txt b/Meshflow/requirements.txt index 382c38e..09cddb1 100644 --- a/Meshflow/requirements.txt +++ b/Meshflow/requirements.txt @@ -6,7 +6,7 @@ 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 @@ -20,11 +20,11 @@ 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