Skip to content

Comments

Bump the python-updates group with 3 updates#1680

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/develop/python-updates-29c7ada2c7
Open

Bump the python-updates group with 3 updates#1680
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/develop/python-updates-29c7ada2c7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps the python-updates group with 3 updates: globus-compute-sdk, mpmath and rich.

Updates globus-compute-sdk from 4.5.0 to 4.6.0

Release notes

Sourced from globus-compute-sdk's releases.

4.6.0

What's Changed

Full Changelog: globus/globus-compute@4.5.0...4.6.0

Changelog

Sourced from globus-compute-sdk's changelog.

globus-compute-sdk & globus-compute-endpoint v4.6.0

New Functionality ^^^^^^^^^^^^^^^^^

  • Added the --detach flag to globus-compute-endpoint start, which starts the endpoint as a background daemon process.

  • Added --schema-config, --user-env-config, and --id-mapping-config options to globus-compute-endpoint configure, for overriding the default configuration files that are copied into the endpoint directory. For more details, see globus-compute-endpoint configure --help.

Removed ^^^^^^^

  • The following deprecated features were removed:

    • The executors config option (use engine instead)
    • Support for environment variables prefixed with FUNCX_, namely FUNCX_SDK_CLIENT_ID, FUNCX_SDK_CLIENT_SECRET, and FUNCX_SCOPE (use GLOBUS_COMPUTE_-prefixed environment variables instead)
    • The globus-compute-endpoint self-diagnostic command (use globus-compute-diagnostic instead)
    • Legacy function-level container features (configure containers on the endpoint instead)
    • The function_name argument to Client.register_function (use the __name__ attribute of the function instead)
    • The non-functional searchable argument to Client.register_function

Deprecated ^^^^^^^^^^

  • Deprecated the detach_endpoint configuration option in non-templatable endpoints.

Changed ^^^^^^^

  • Removed the noisy /bin/false example identity mapping configuration; it was functionally useless other than to show how to configure for an externally-called executable during the identity mapping phase. Opt to remove the potential for unnecessary noise in the logs and provide a direct example in the documentation instead.

  • If endpoint configuration fails, the newly created endpoint directory and files, if any, are cleaned up instead of being left behind in potentially partially complete states.

... (truncated)

Commits
  • 35ce82c Bump versions for release 4.6.0
  • a8c16b7 Add --detach flag to endpoint start command
  • 10acbb9 Deprecate detach_endpoint config option
  • dbb8ef6 Endpoint(Manager) *_path methods optionally check config first
  • 61f09e0 Remove API-deprecated config field
  • 983b707 Document --*-config options
  • b4b1957 Organize config file options into an optgroup
  • 488a670 Standardize spacing in endpoint configure options
  • ca29f7d Add a --id-mapping-config option to endpoint configure
  • deb5afb Add a --user-env-config option to endpoint configure
  • Additional commits viewable in compare view

Updates mpmath from 1.3.0 to 1.4.0

Release notes

Sourced from mpmath's releases.

1.4.0

Features:

  • Support underscores as digit separators per PEP 515, see #661 (Sergey B Kirpichev)
  • Add rationals converter for mpf's, see #666 (Sergey B Kirpichev)
  • Rewrite bernpoly/eulerpoly to avoid dependency on bernoulli(1) convention, see #700 (Sergey B Kirpichev)
  • Support base kwarg for from_str(), see #703 (Jonathan Warner, Sergey B Kirpichev)
  • Support randmatrix() for mp.iv and mp contexts, see #527 (Maximilian Gaukler)
  • Added rank() function for matrices, see #610 (Jan-Philipp Hoffmann)
  • Add plus flag to select the B_1 sign convention for bernoulli/bernfrac, see #724 (Jeremy Tan Jie Rui, Sergey B Kirpichev)
  • Add mpf.as_integer_ratio() method, support construction of mpf from Decimal objects, see #731 (Sergey B Kirpichev)
  • Expose lower/upper_gamma functions, see #740 (Sergey B Kirpichev)
  • Support mpc initialization from string, see #743 (Sergey B Kirpichev)
  • Support asinh/acosh/atanh in the fp context, see #750 (Sergey B Kirpichev)
  • Support binary/octal/hexadecimal string output, see #711 (Jonathan Warner, Sergey B Kirpichev)
  • Support pickling for matrices and mpi, see #761 (Sergey B Kirpichev)
  • Support matrix.__array__() dunder method, see #767 (Sergey B Kirpichev)
  • Support more number syntaxes, see #778 (Sergey B Kirpichev)
  • Run mpmath as a module for interactive work, see #773, #923, #931, #936, #939 and #954 (Sergey B Kirpichev)
  • Add signed option to to_man_exp(), see #783 (Sergey B Kirpichev)
  • Add fp.hypot, see #798 (Sergey B Kirpichev)
  • Support inf/nan's in ctx.almosteq(), #802 (Sergey B Kirpichev)
  • Implement mpf.__format__(), see #819, #831, #850, #859, #857, #862, #881, #944 and #966 (Javier Garcia, Sergey B Kirpichev)
  • Support conversion from scalar ndarray's, see #821 (Sergey B Kirpichev)
  • Support rounding modes in mpf.__format__, see #823, #831, #834 and #969 (Javier Garcia, Sergey B Kirpichev)
  • Support '%' presentation type for mpf, see #847 (Sergey B Kirpichev)
  • Support gmpy2-like rounding modes in to_str(), see #830 (Javier Garcia)
  • Implement 'a'/'A' formating types for mpf.__format__, see #841 and #870 (Sergey B Kirpichev)
  • Add mpc.__format__(), see #855 (Sergey B Kirpichev)
  • Now mpf.__round__() returns mpf, see #826 and #966 (Sergey B Kirpichev)
  • Support 'b' (binary) format type for mpf/mpc, see #867 (Sergey B Kirpichev)
  • Implement mpf.__floordiv__() and mpf.__divmod__(), see #873 (Sergey B Kirpichev)
  • Add parameters for MPContext constructor, see #876 and #963 (Sergey B Kirpichev)
  • Add MPFR-compatible aliases for rounding modes, see #892 (Sergey B Kirpichev)
  • Support negative indexes in matrix, see #897 (Riccardo Orsi)
  • Better introspection support for decorated functions, see #900 (Sergey B Kirpichev)
  • Add moving sofa demo, see #924 (Sergey B Kirpichev)
  • Support spherical Bessel functions (jn/yn), #935 (Sergey B Kirpichev)
  • Add pretty_dps context property to control number of printed digits, see #933 (Sergey B Kirpichev)
  • Support thousands separators for formatting of fractional part, see #925 and #936 (Sergey B Kirpichev)
  • Use PyREPL, as fallback (no IPython), see #941 (Sergey B Kirpichev)
  • Add exp2() and log2(), see #948 (Sergey B Kirpichev)
  • Support rounding property for the mp context, see #963 (Sergey B Kirpichev)
  • Add Fox H-function with rational A/B parameters (foxh()), see #982 (Hongren Zheng)
  • Provide experimental support for free-threading builds, see #993 (Sergey B Kirpichev)

Compatibility:

  • Drop Python 2 support, see #629 (Fangchen Li)
  • Drop support for Python versions < 3.9, see #675 and #911 (Sergey B Kirpichev)

... (truncated)

Changelog

Sourced from mpmath's changelog.

--1.4.0-- Released February 23, 2026

Features:

  • Support underscores as digit separators per PEP 515, see #661 (Sergey B Kirpichev)
  • Add rationals converter for mpf's, see #666 (Sergey B Kirpichev)
  • Rewrite bernpoly/eulerpoly to avoid dependency on bernoulli(1) convention, see #700 (Sergey B Kirpichev)
  • Support base kwarg for from_str(), see #703 (Jonathan Warner, Sergey B Kirpichev)
  • Support randmatrix() for mp.iv and mp contexts, see #527 (Maximilian Gaukler)
  • Added rank() function for matrices, see #610 (Jan-Philipp Hoffmann)
  • Add plus flag to select the B_1 sign convention for bernoulli/bernfrac, see #724 (Jeremy Tan Jie Rui, Sergey B Kirpichev)
  • Add mpf.as_integer_ratio() method, support construction of mpf from Decimal objects, see #731 (Sergey B Kirpichev)
  • Expose lower/upper_gamma functions, see #740 (Sergey B Kirpichev)
  • Support mpc initialization from string, see #743 (Sergey B Kirpichev)
  • Support asinh/acosh/atanh in the fp context, see #750 (Sergey B Kirpichev)
  • Support binary/octal/hexadecimal string output, see #711 (Jonathan Warner, Sergey B Kirpichev)
  • Support pickling for matrices and mpi, see #761 (Sergey B Kirpichev)
  • Support matrix.array() dunder method, see #767 (Sergey B Kirpichev)
  • Support more number syntaxes, see #778 (Sergey B Kirpichev)
  • Run mpmath as a module for interactive work, see #773, #923, #931, #936, #939 and #954 (Sergey B Kirpichev)
  • Add signed option to to_man_exp(), see #783 (Sergey B Kirpichev)
  • Add fp.hypot, see #798 (Sergey B Kirpichev)
  • Support inf/nan's in ctx.almosteq(), #802 (Sergey B Kirpichev)
  • Implement mpf.format(), see #819, #831, #850, #859, #857, #862, #881, #944 and #966 (Javier Garcia, Sergey B Kirpichev)
  • Support conversion from scalar ndarray's, see #821 (Sergey B Kirpichev)
  • Support rounding modes in mpf.format, see #823, #831, #834 and #969 (Javier Garcia, Sergey B Kirpichev)
  • Support '%' presentation type for mpf, see #847 (Sergey B Kirpichev)
  • Support gmpy2-like rounding modes in to_str(), see #830 (Javier Garcia)
  • Implement 'a'/'A' formating types for mpf.format, see #841 and #870 (Sergey B Kirpichev)
  • Add mpc.format(), see #855 (Sergey B Kirpichev)
  • Now mpf.round() returns mpf, see #826 and #966 (Sergey B Kirpichev)
  • Support 'b' (binary) format type for mpf/mpc, see #867 (Sergey B Kirpichev)
  • Implement mpf.floordiv() and mpf.divmod(), see #873 (Sergey B Kirpichev)
  • Add parameters for MPContext constructor, see #876 and #963 (Sergey B Kirpichev)
  • Add MPFR-compatible aliases for rounding modes, see #892 (Sergey B Kirpichev)
  • Support negative indexes in matrix, see #897 (Riccardo Orsi)

... (truncated)

Commits
  • f3e9cf0 Update CHANGES (free-threading support)
  • 8a01b18 Merge pull request #1032 from skirpichev/release-v1.4
  • acd4b56 Update CHANGES
  • 2933f42 Merge branch 'master' into release-v1.4
  • 711d3c3 Merge pull request #1043 from skirpichev/revert-949
  • 7cf16b7 Revert "Add isspecial() method for mp/fp contexts, deprecate isnormal()"
  • 34cc1f8 Update CHANGES
  • 1e0dc7b Merge branch 'master' into release-v1.4
  • c7128a6 Merge pull request #1041 from skirpichev/fix-459
  • 81034e8 Merge pull request #1042 from skirpichev/backport-action
  • Additional commits viewable in compare view

Updates rich from 14.3.2 to 14.3.3

Release notes

Sourced from rich's releases.

The infinite Release

Fixed a infinite loop in split_graphemes

[14.3.3] - 2026-02-19

Fixed

Changelog

Sourced from rich's changelog.

[14.3.3] - 2026-02-19

Fixed

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-updates group with 3 updates: [globus-compute-sdk](https://github.com/globus/globus-compute), [mpmath](https://github.com/mpmath/mpmath) and [rich](https://github.com/Textualize/rich).


Updates `globus-compute-sdk` from 4.5.0 to 4.6.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.5.0...4.6.0)

Updates `mpmath` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/mpmath/mpmath/releases)
- [Changelog](https://github.com/mpmath/mpmath/blob/master/CHANGES)
- [Commits](mpmath/mpmath@1.3.0...1.4.0)

Updates `rich` from 14.3.2 to 14.3.3
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v14.3.2...v14.3.3)

---
updated-dependencies:
- dependency-name: globus-compute-sdk
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-updates
- dependency-name: mpmath
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-updates
- dependency-name: rich
  dependency-version: 14.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 23, 2026
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.33%. Comparing base (722009f) to head (394affe).
⚠️ Report is 5 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1680      +/-   ##
===========================================
+ Coverage    78.32%   78.33%   +0.01%     
===========================================
  Files           76       76              
  Lines         7594     7594              
  Branches      1121     1121              
===========================================
+ Hits          5948     5949       +1     
  Misses        1460     1460              
+ Partials       186      185       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants