From bd5eafab51529b383e5e06d3ffd4f7e6332c6e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:04:49 +0000 Subject: [PATCH] Bump the python-updates group across 1 directory with 3 updates Bumps the python-updates group with 3 updates in the / directory: [globus-compute-sdk](https://github.com/globus/globus-compute), [pytest-cov](https://github.com/pytest-dev/pytest-cov) 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 `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.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: pytest-cov dependency-version: 7.1.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 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..062b3905a 100644 --- a/install/testing_requirements.txt +++ b/install/testing_requirements.txt @@ -1,11 +1,11 @@ flake8==7.3.0 coverage>=7.5 pytest==9.0.2 -pytest-cov==7.0.0 +pytest-cov==7.1.0 pytest-timeout==2.4.0 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