From 827748bcaaed039be0b3789efe4e24625f527579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:24:09 +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: [pyenchant](https://github.com/pyenchant/pyenchant), [globus-compute-sdk](https://github.com/globus/globus-compute) and [anyio](https://github.com/agronholm/anyio). Updates `pyenchant` from 3.2.2 to 3.3.0 - [Release notes](https://github.com/pyenchant/pyenchant/releases) - [Commits](https://github.com/pyenchant/pyenchant/compare/v3.2.2...v3.3.0) Updates `globus-compute-sdk` from 4.3.0 to 4.4.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.4.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) --- updated-dependencies: - dependency-name: pyenchant dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-updates - dependency-name: globus-compute-sdk dependency-version: 4.4.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 ... Signed-off-by: dependabot[bot] --- install/misc_feature_requirements.txt | 2 +- install/testing_requirements.txt | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/misc_feature_requirements.txt b/install/misc_feature_requirements.txt index 740786b67..0b87c6bd7 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.4.0 diff --git a/install/testing_requirements.txt b/install/testing_requirements.txt index fe937f655..4d6ae75f6 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 diff --git a/pyproject.toml b/pyproject.toml index 271c171b4..d77aef73a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -202,7 +202,7 @@ gxx_linux-64 = ">=15.2.0,<16" # Extra dependencies, from pypi [dependency-groups] extra = [ - "pyenchant==3.2.2", + "pyenchant==3.3.0", "enchant>=0.0.1,<0.0.2", "proxystore>=0.8.3,<0.9", "redis>=7.1.0,<8",