From 52ca8dd0caac64a60ec926462bec1409bf6c9847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:18:28 +0000 Subject: [PATCH] Bump future from 0.15.2 to 1.0.0 in /UAV-S2DK Bumps [future](https://github.com/PythonCharmers/python-future) from 0.15.2 to 1.0.0. - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](https://github.com/PythonCharmers/python-future/compare/v0.15.2...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- UAV-S2DK/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UAV-S2DK/requirements.txt b/UAV-S2DK/requirements.txt index e087571..f4bd938 100644 --- a/UAV-S2DK/requirements.txt +++ b/UAV-S2DK/requirements.txt @@ -1,7 +1,7 @@ appdirs==1.4.3 dronekit==2.9.1 dronekit-sitl==3.2.0 -future==0.15.2 +future==1.0.0 MAVProxy==1.6.1 monotonic==1.2 packaging==16.8