From 7ef5c4abd7b7225555dbf2617f2d709b6cba1768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 07:24:01 +0000 Subject: [PATCH] chore(deps): bump sgp4 from 2.25 to 2.27 in /backend Bumps [sgp4](https://github.com/brandon-rhodes/python-sgp4) from 2.25 to 2.27. - [Commits](https://github.com/brandon-rhodes/python-sgp4/compare/2.25...2.27) --- updated-dependencies: - dependency-name: sgp4 dependency-version: '2.27' 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 b280d6de..006742be 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.27", "meshtastic>=2.5.0", "networkx>=3.4.0", "numpy>=2.2.0",