From 0851e2a5753fe77627d1c4434ca24444f1f5e822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 07:24:16 +0000 Subject: [PATCH] chore(deps): bump sgp4 from 2.25 to 2.26 in /backend Bumps [sgp4](https://github.com/brandon-rhodes/python-sgp4) from 2.25 to 2.26. - [Commits](https://github.com/brandon-rhodes/python-sgp4/compare/2.25...2.26) --- updated-dependencies: - dependency-name: sgp4 dependency-version: '2.26' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a91f012..71142b5 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "requests==2.33.0", "PySocks==1.7.1", "reverse-geocoder==1.5.1", - "sgp4==2.25", + "sgp4==2.26", "meshtastic>=2.5.0", "networkx>=3.4.0", "numpy>=2.2.0",