From 0ffd44bbe3ccfa213575c9d74a82af189377d2dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:42:13 +0000 Subject: [PATCH 1/2] Bump the python-updates group across 1 directory with 3 updates Bumps the python-updates group with 3 updates in the / directory: [matplotlib](https://github.com/matplotlib/matplotlib), [anyio](https://github.com/agronholm/anyio) and [globus-compute-sdk](https://github.com/globus/globus-compute). Updates `matplotlib` from 3.9.3 to 3.10.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.3...v3.10.0) Updates `anyio` from 4.7.0 to 4.8.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/anyio/compare/4.7.0...4.8.0) Updates `globus-compute-sdk` from 2.33.0 to 2.34.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/2.33.0...2.34.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-updates - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-updates - dependency-name: globus-compute-sdk 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 a8e91ceca..3cb3a25b0 100644 --- a/install/misc_feature_requirements.txt +++ b/install/misc_feature_requirements.txt @@ -1 +1 @@ -globus-compute-sdk==2.33.0 +globus-compute-sdk==2.34.0 diff --git a/install/testing_requirements.txt b/install/testing_requirements.txt index ae6b37de0..1beaa32c6 100644 --- a/install/testing_requirements.txt +++ b/install/testing_requirements.txt @@ -5,7 +5,7 @@ pytest-cov==6.0.0 pytest-timeout==2.3.1 mock==5.1.0 python-dateutil==2.9.0.post0 -anyio==4.7.0 -matplotlib==3.9.3 +anyio==4.8.0 +matplotlib==3.10.0 mpmath==1.3.0 rich==13.9.4 From fa3b2ab9a010fcd6d2f79545ad37931840493af1 Mon Sep 17 00:00:00 2001 From: Jeffrey Larson Date: Wed, 15 Jan 2025 11:20:50 -0600 Subject: [PATCH 2/2] Update testing_requirements.txt --- install/testing_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/testing_requirements.txt b/install/testing_requirements.txt index 1beaa32c6..529d18d20 100644 --- a/install/testing_requirements.txt +++ b/install/testing_requirements.txt @@ -6,6 +6,6 @@ pytest-timeout==2.3.1 mock==5.1.0 python-dateutil==2.9.0.post0 anyio==4.8.0 -matplotlib==3.10.0 +matplotlib==3.9.3 mpmath==1.3.0 rich==13.9.4