From 6f795376761148bda77196fed77455eb44025744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:36:03 +0000 Subject: [PATCH] chore(deps): bump pathfinding from 1.0.11 to 1.0.16 in /sdk/python Bumps [pathfinding](https://github.com/brean/python-pathfinding) from 1.0.11 to 1.0.16. - [Changelog](https://github.com/brean/python-pathfinding/blob/main/CHANGELOG.md) - [Commits](https://github.com/brean/python-pathfinding/commits) --- updated-dependencies: - dependency-name: pathfinding dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sdk/python/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/src/requirements.txt b/sdk/python/src/requirements.txt index 6add4d1..7067f20 100644 --- a/sdk/python/src/requirements.txt +++ b/sdk/python/src/requirements.txt @@ -1,2 +1,2 @@ -pathfinding==1.0.11 +pathfinding==1.0.16 websockets==14.1