From 92a7c029568c30df4ba82a5586d4e77f61c58855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:24:26 +0000 Subject: [PATCH] Bump the python-updates group with 2 updates Bumps the python-updates group with 2 updates: [globus-compute-sdk](https://github.com/globus/globus-compute) and [mpmath](https://github.com/mpmath/mpmath). Updates `globus-compute-sdk` from 4.7.0 to 4.8.0 - [Release notes](https://github.com/globus/globus-compute/releases) - [Changelog](https://github.com/globus/globus-compute/blob/main/docs/changelog.rst) - [Commits](https://github.com/globus/globus-compute/compare/4.7.0...4.8.0) Updates `mpmath` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/mpmath/mpmath/releases) - [Changelog](https://github.com/mpmath/mpmath/blob/1.4.1/CHANGES) - [Commits](https://github.com/mpmath/mpmath/compare/1.4.0...1.4.1) --- updated-dependencies: - dependency-name: globus-compute-sdk dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-updates - dependency-name: mpmath dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-updates ... Signed-off-by: dependabot[bot] --- install/misc_feature_requirements.txt | 2 +- install/testing_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/misc_feature_requirements.txt b/install/misc_feature_requirements.txt index 195b02593..0521984f2 100644 --- a/install/misc_feature_requirements.txt +++ b/install/misc_feature_requirements.txt @@ -1 +1 @@ -globus-compute-sdk==4.7.0 +globus-compute-sdk==4.8.0 diff --git a/install/testing_requirements.txt b/install/testing_requirements.txt index eda302a0c..4f45899c3 100644 --- a/install/testing_requirements.txt +++ b/install/testing_requirements.txt @@ -7,5 +7,5 @@ mock==5.2.0 python-dateutil==2.9.0.post0 anyio==4.12.1 matplotlib==3.10.8 -mpmath==1.4.0 +mpmath==1.4.1 rich==14.3.3