From 5bc1bfd93a8044d437a7b310d34907720abc34d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:46:19 +0000 Subject: [PATCH] Bump future from 0.18.2 to 1.0.0 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.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.18.2...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebdc258..a8ec6f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "ema-pytorch==0.5.2", "thop==0.1.1-2209072238", "bddl==1.0.1", - "future==0.18.2", + "future==1.0.0", "gym==0.25.2", "cloudpickle==2.1.0", "robosuite==1.4.1",