From ebbe0f7ccbad66513fc33f031bcec615f8879715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:50:20 +0000 Subject: [PATCH] :arrow_up: bump cloudpickle from 3.1.0 to 3.1.2 Bumps [cloudpickle](https://github.com/cloudpipe/cloudpickle) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/cloudpipe/cloudpickle/releases) - [Changelog](https://github.com/cloudpipe/cloudpickle/blob/master/CHANGES.md) - [Commits](https://github.com/cloudpipe/cloudpickle/compare/v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: cloudpickle dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3ac8110..f665a7b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ annotated-types==0.7.0 ; python_version >= "3.10" and python_version < "4.0" cachetools==5.5.0 ; python_version >= "3.10" and python_version < "4.0" click==8.1.7 ; python_version >= "3.10" and python_version < "4.0" -cloudpickle==3.1.0 ; python_version >= "3.10" and python_version < "4.0" +cloudpickle==3.1.2 ; python_version >= "3.10" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows") colored==2.2.4 ; python_version >= "3.10" and python_version < "4.0" farama-notifications==0.0.4 ; python_version >= "3.10" and python_version < "4.0"