From 9d08bdcd09d70f9aba1c195e03ddf338d5396e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:38:50 +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), [anyio](https://github.com/agronholm/anyio) and [rich](https://github.com/Textualize/rich). Updates `globus-compute-sdk` from 4.3.0 to 4.5.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.3.0...4.5.0) Updates `anyio` from 4.12.0 to 4.12.1 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.12.0...4.12.1) Updates `rich` from 14.2.0 to 14.3.1 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v14.2.0...v14.3.1) --- updated-dependencies: - dependency-name: globus-compute-sdk dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-updates - dependency-name: anyio dependency-version: 4.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-updates - dependency-name: rich dependency-version: 14.3.1 dependency-type: direct:production update-type: version-update:semver-minor 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 740786b67..eb484259d 100644 --- a/install/misc_feature_requirements.txt +++ b/install/misc_feature_requirements.txt @@ -1 +1 @@ -globus-compute-sdk==4.3.0 +globus-compute-sdk==4.5.0 diff --git a/install/testing_requirements.txt b/install/testing_requirements.txt index fe937f655..b8031bf3c 100644 --- a/install/testing_requirements.txt +++ b/install/testing_requirements.txt @@ -5,7 +5,7 @@ pytest-cov==7.0.0 pytest-timeout==2.4.0 mock==5.2.0 python-dateutil==2.9.0.post0 -anyio==4.12.0 +anyio==4.12.1 matplotlib==3.10.8 mpmath==1.3.0 -rich==14.2.0 +rich==14.3.1