Skip to content

Commit 722009f

Browse files
Bump the python-updates group across 1 directory with 6 updates
Updates the requirements on [surmise](https://github.com/bandframework/surmise), [pip](https://github.com/pypa/pip), [setuptools](https://github.com/pypa/setuptools), [globus-compute-sdk](https://github.com/globus/globus-compute), [anyio](https://github.com/agronholm/anyio) and [rich](https://github.com/Textualize/rich) to permit the latest version. Updates `surmise` to 0.4.0 - [Release notes](https://github.com/bandframework/surmise/releases) - [Changelog](https://github.com/bandframework/surmise/blob/main/CHANGELOG.rst) - [Commits](bandframework/surmise@v0.3.0...v0.4.0) Updates `pip` to 26.0.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@24.3.1...26.0.1) Updates `setuptools` to 82.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.1.0...v82.0.0) 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](globus/globus-compute@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](agronholm/anyio@4.12.0...4.12.1) Updates `rich` from 14.2.0 to 14.3.2 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.2.0...v14.3.2) --- updated-dependencies: - dependency-name: surmise dependency-version: 0.4.0 dependency-type: direct:development dependency-group: python-updates - dependency-name: pip dependency-version: 26.0.1 dependency-type: direct:development dependency-group: python-updates - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:development dependency-group: python-updates - 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.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e35f2f2 commit 722009f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
globus-compute-sdk==4.3.0
1+
globus-compute-sdk==4.5.0

install/testing_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest-cov==7.0.0
55
pytest-timeout==2.4.0
66
mock==5.2.0
77
python-dateutil==2.9.0.post0
8-
anyio==4.12.0
8+
anyio==4.12.1
99
matplotlib==3.10.8
1010
mpmath==1.3.0
11-
rich==14.2.0
11+
rich==14.3.2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Issues = "https://github.com/Libensemble/libensemble/issues"
4444

4545
[build-system]
4646
build-backend = "setuptools.build_meta"
47-
requires = ["setuptools", "wheel", "pip>=24.3.1,<26", "setuptools>=75.1.0,<81"]
47+
requires = ["setuptools", "wheel", "pip>=24.3.1,<27", "setuptools>=75.1.0,<83"]
4848

4949
[tool.setuptools.packages.find]
5050
where = ["."]
@@ -208,7 +208,7 @@ extra = [
208208
"enchant>=0.0.1,<0.0.2",
209209
"proxystore>=0.8.3,<0.9",
210210
"redis>=7.1.0,<8",
211-
"surmise>=0.3.0,<0.4",
211+
"surmise>=0.3.0,<0.5",
212212
]
213213
dev = ["wat>=0.7.0,<0.8"]
214214
docs = ["pyenchant", "enchant>=0.0.1,<0.0.2", "sphinx-lfs-content>=1.1.10,<2"]

0 commit comments

Comments
 (0)