Skip to content

Bump the python-dependencies group across 1 directory with 8 updates#16

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-dependencies-77701add4f
Open

Bump the python-dependencies group across 1 directory with 8 updates#16
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-dependencies-77701add4f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on numpy, scikit-learn, cvxpy, pyomo, requests, plotly, streamlit and black to permit the latest version.
Updates numpy to 2.4.6

Release notes

Sourced from numpy's releases.

v2.4.6 (May 18, 2026)

NumPy 2.4.6 Release Notes

NumPy 2.4.6 is a quick release that fixes a regression discovered in the 2.4.5 release.

This release supports Python versions 3.11-3.14

Contributors

A total of 4 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • !EarlMilktea
  • Charles Harris
  • Sebastian Berg
  • Warren Weckesser

Pull requests merged

A total of 4 pull requests were merged for this release.

  • #31444: MAINT: Prepare 2.4.x for further development
  • #31453: BUG: Fix regression in arr.conj()
  • #31459: BUG: np.linalg.svd(..., hermitian=True) returns non-unitary...
  • #31460: BUG: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator...
Changelog

Sourced from numpy's changelog.

This is a walkthrough of the NumPy 2.4.0 release on Linux, which will be the first feature release using the numpy/numpy-release <https://github.com/numpy/numpy-release>__ repository.

The commands can be copied into the command line, but be sure to replace 2.4.0 with the correct version. This should be read together with the :ref:general release guide <prepare_release>.

Facility preparation

Before beginning to make a release, use the requirements/*_requirements.txt files to ensure that you have the needed software. Most software can be installed with pip, but some will require apt-get, dnf, or whatever your system uses for software. You will also need a GitHub personal access token (PAT) to push the documentation. There are a few ways to streamline things:

  • Git can be set up to use a keyring to store your GitHub personal access token. Search online for the details.

Prior to release

Add/drop Python versions

When adding or dropping Python versions, multiple config and CI files need to be edited in addition to changing the minimum version in pyproject.toml. Make these changes in an ordinary PR against main and backport if necessary. We currently release wheels for new Python versions after the first Python RC once manylinux and cibuildwheel support that new Python version.

Backport pull requests

Changes that have been marked for this release must be backported to the maintenance/2.4.x branch.

Update 2.4.0 milestones

Look at the issues/prs with 2.4.0 milestones and either push them off to a later version, or maybe remove the milestone. You may need to add a milestone.

Check the numpy-release repo

... (truncated)

Commits
  • b832a09 Merge pull request #31462 from charris/prepare-2.4.6
  • 57cc147 REL: Prepare for the NumPy 2.4.6 release
  • 0c72b0b Merge pull request #31459 from charris/backport-31347
  • 9778d26 BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#...
  • e0e3876 BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#...
  • d1bffeb BUG: np.linalg.svd(..., hermitian=True) returns non-unitary vh (#31347)
  • 8d8d7e5 Merge pull request #31453 from seberg/issue-31452
  • bddaab7 BUG: Fix regression in arr.conj()
  • 37a1ecc Merge pull request #31444 from charris/begin-2.4.6
  • 3c0e043 MAINT: Prepare 2.4.x for further development
  • Additional commits viewable in compare view

Updates scikit-learn to 1.9.0

Release notes

Sourced from scikit-learn's releases.

Scikit-learn 1.9.0

We're happy to announce the 1.9.0 release.

You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_9_0.html and the long version of the change log under https://scikit-learn.org/stable/whats_new/v1.9.html

This release adds narwhals as a new dependency that will help to improve dataframe interoperability across the project.

This version supports Python versions 3.11 to 3.14.

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds can be installed using:

conda install -c conda-forge scikit-learn
Commits
  • 77def0e trigger wheel builder [cd build]
  • ee7c0b0 generate changelog
  • 3d7fb04 bump version
  • 8954e7b DOC Release highlights for 1.9 (#34147)
  • 73a3eab Fix: Array-API - avoid failing for numpy fit + predict with sparse or array-l...
  • 8839aae DOC Thread-safety requirement for open_listener message consumer callback (#3...
  • 4d2476a DOC Refactor array API docs page (#34054)
  • f9f812f 🔒 🤖 CI Update lock files for scipy-dev CI build(s) 🔒 🤖 ...
  • d779dc3 🔒 🤖 CI Update lock files for free-threaded CI build(s) 🔒 :rob...
  • 6a03cf0 🔒 🤖 CI Update lock files for array-api CI build(s) 🔒 🤖 ...
  • Additional commits viewable in compare view

Updates cvxpy to 1.9.1

Release notes

Sourced from cvxpy's releases.

CVXPY 1.9.1

This patch release contains bug fixes and follow-up improvements for CVXPY 1.9.

Summary

This new release totaled 8 PRs from 3 contributors.

Commits

Updates pyomo to 6.10.1

Release notes

Sourced from pyomo's releases.

Pyomo 6.10.1

Highlights of the 6.10 release series

  • Removed support for Python 3.9
  • Removed hard dependency on ply
  • New Model Observer package
  • New initialization module for nonconvex, nonlinear problems
  • New solver interfaces:
    • gams_v2 solver, writer, and solution loader
    • cuopt direct solver interface
    • scip direct and persistent solver interfaces
    • v2: Ongoing solver interface refactor
  • ...and of course numerous minor bug fixes and performance enhancements

Changes in this release

  • General
    • Resolve capture_output deadlock in multiprocessing environments (#3957)
    • Add SetOf domain; improve config's mock yaml dumper (#3872)
    • Bugfixes and testing of linear templates (#3781)
  • Core
    • Remove pyomo.duality and pyomo.core.plugins.transform.model (#3876)
    • Improved ConstraintData.equality relational expression generation (#3893)
    • Add new KKT Transformation for generating KKT reformulations (#3881)
    • New options/mappings in the core.add_slack_variables Transformation (#3869)
    • Centralize processing of monomial terms in LinearRepn compiler (#3956)
  • Documentation
    • Remove "deep" references to scipopt.org; update DOI for DoE paper (#3968)
    • Add AI policy to contribution guide (#3959)
    • Add a new template for tracking tasks (#3935)
    • Document use of 'Draft' status when reviewing PRs (#3918)
    • Improve documentation for mutable vs immutable Params (#3890)
    • Update README processing, version management (#3873)
    • Update URL for cyipopt documentation (#3909)
  • GDP
    • Modify hull transform to allow a nonzero base point (#3880)
    • Add exact hull reformulation for quadratic constraints (#3874)
  • Solver Interfaces
    • Fix memory leak in LegacySolverInterface wrapper (#3915)
    • Add direct and persistent interfaces to SCIP (#3744)
    • KNITRO: Add warm start support (#3833)
    • Handle cuOpt UnboundedOrInfeasible termination status (11) (#3916)
    • Fix bug in IPOPT version checking (#3862)
    • Add tests for trivial constraints (#3703)
    • Rework SolutionLoader (#3701)
  • Testing
    • Add missing Ipopt guards (parmest); add GHA nosolvers test (#3962)
    • Unpin GAMS release; rebuild GHA package cache (#3950)
    • Update GHA TPL cache; resolve new test failures (#3865)
    • Temporarily pin to PyPy 7.3.20 (#3899)

... (truncated)

Changelog

Sourced from pyomo's changelog.

Pyomo 6.10.1 (04 Jun 2026)

  • General
    • Resolve capture_output deadlock in multiprocessing environments (#3957)
    • Add SetOf domain; improve config's mock yaml dumper (#3872)
    • Bugfixes and testing of linear templates (#3781)
  • Core
    • Remove pyomo.duality and pyomo.core.plugins.transform.model (#3876)
    • Improved ConstraintData.equality relational expression generation (#3893)
    • Add new KKT Transformation for generating KKT reformulations (#3881)
    • New options/mappings in the core.add_slack_variables Transformation (#3869)
    • Centralize processing of monomial terms in LinearRepn compiler (#3956)
  • Documentation
    • Remove "deep" references to scipopt.org; update DOI for DoE paper (#3968)
    • Add AI policy to contribution guide (#3959)
    • Add a new template for tracking tasks (#3935)
    • Document use of 'Draft' status when reviewing PRs (#3918)
    • Improve documentation for mutable vs immutable Params (#3890)
    • Update README processing, version management (#3873)
    • Update URL for cyipopt documentation (#3909)
  • GDP
    • Modify hull transform to allow a nonzero base point (#3880)
    • Add exact hull reformulation for quadratic constraints (#3874)
  • Solver Interfaces
    • Fix memory leak in LegacySolverInterface wrapper (#3915)
    • Add direct and persistent interfaces to SCIP (#3744)
    • KNITRO: Add warm start support (#3833)
    • Handle cuOpt UnboundedOrInfeasible termination status (11) (#3916)
    • Fix bug in IPOPT version checking (#3862)
    • Add tests for trivial constraints (#3703)
    • Rework SolutionLoader (#3701)
  • Testing
    • Add missing Ipopt guards (parmest); add GHA nosolvers test (#3962)
    • Unpin GAMS release; rebuild GHA package cache (#3950)
    • Update GHA TPL cache; resolve new test failures (#3865)
    • Temporarily pin to PyPy 7.3.20 (#3899)
    • Update actions; exclude mathworks from URL checks (#3900, #3929)
    • Bugfix for non-standard sed on OSX (#3901)
    • Update osx installers and urlchecker environment (#3914)
    • GHA: run tests on draft PRs (#3926)
    • Add NEOS solvers (#3919, #3924)
    • Disallow cplex 22.1.2.1 from conda (#3910)
  • Contributed Packages
    • DoE: Fix trace/Cholesky initialization consistency (#3867)
    • DoE: Update documentation (#3812)
    • iis: Fix interface for current CPLEX releases (#3965)
    • initialization: New tools for initializing nonconvex NLPs (#3912)
    • mpc: Skip Expressions when loading MPC data (#3868)
    • MindtPy: Internal short circuit base (#3907)

... (truncated)

Commits
  • a656fd2 Merge pull request #3973 from mrmundt/finalize-release-6.10.1
  • 9f21d5c Fix typo because we forgot John changed things and are creatures of habit
  • 454dedb Update RELEASE.md file
  • 6c5bd4a Update deprecations and version
  • 0ce54c1 Edits to CHANGELOG
  • 270b61c Initial changelog
  • 214e461 Merge pull request #3972 from shermanjasonaf/pyros-extend-cardinality-set-2
  • 9bb5221 Fix typos in CardinalitySet documentation
  • e074b34 Merge pull request #3969 from shermanjasonaf/pyros-extend-cardinality-set-2
  • e404b97 Merge pull request #3912 from michaelbynum/initialization
  • Additional commits viewable in compare view

Updates requests to 2.34.2

Release notes

Sourced from requests's releases.

v2.34.2

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2342-2026-05-14

Changelog

Sourced from requests's changelog.

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The proxy_bypass implementation has been updated with CPython's fix from bpo-39057. (#7427)
  • Requests no longer incorrectly strips duplicate leading slashes in URI paths. This should address user issues with specific presigned URLs. Note the full fix requires urllib3 2.7.0+. (#7315)

... (truncated)

Commits

Updates plotly to 6.8.0

Release notes

Sourced from plotly's releases.

v6.8.0

Added

  • Add optional font parameter for make_subplots [#5393], with thanks to @​Zomtir for the contribution!

Fixed

  • Fix issue where user-specified color_continuous_scale was ignored when template had autocolorscale=True [#5439], with thanks to @​antonymilne for the contribution!
  • Use presence of COLAB_NOTEBOOK_ID env var to enable Colab renderer instead of testing import of google.colab [#5473], with thanks to @​kevineger for the contribution!
  • Fix incorrect annotation placement for add_vline, add_hline, add_vrect, and add_hrect on datetime axes [#5508], with thanks to @​mosh3eb for the contribution!
  • Update tests to be compatible with numpy 2.4 [#5522], with thanks to @​thunze for the contribution!
  • Fix issue where js/ directory was unintentionally installed as a top-level Python package when installing plotly [#5587]
  • Add default headers to be passed in to Kaleido v1.3.0 to avoid blocked Open Street Map tiles [#5588]
  • Propagate the requested default_height/default_width to the outer wrapper div produced by to_html so that responsive (percentage) dimensions inherit from a sized parent container instead of collapsing to the plotly.js 450px fallback [#5591], with thanks to @​SharadhNaidu for the contribution!

Updated

  • The __eq__ method for graph_objects classes now returns NotImplemented to give the other operand an opportunity to handle the comparison [#5547], with thanks to @​RazerM for the contribution!
  • Update plotly.js from version 3.5.0 to version 3.6.0. See the plotly.js release notes for more information [#5608]. Notable changes include:
    • Add support for arrays for the pie property legendrank, so that it can be configured per slice [#7723]
    • Add hoversort layout attribute to sort unified hover label items by value [#7734]
Changelog

Sourced from plotly's changelog.

[6.8.0] - 2026-06-03

Added

  • Add optional font parameter for make_subplots [#5393], with thanks to @​Zomtir for the contribution!

Fixed

  • Fix issue where user-specified color_continuous_scale was ignored when template had autocolorscale=True [#5439], with thanks to @​antonymilne for the contribution!
  • Use presence of COLAB_NOTEBOOK_ID env var to enable Colab renderer instead of testing import of google.colab [#5473], with thanks to @​kevineger for the contribution!
  • Fix incorrect annotation placement for add_vline, add_hline, add_vrect, and add_hrect on datetime axes [#5508], with thanks to @​mosh3eb for the contribution!
  • Update tests to be compatible with numpy 2.4 [#5522], with thanks to @​thunze for the contribution!
  • Fix issue where js/ directory was unintentionally installed as a top-level Python package when installing plotly [#5587]
  • Add default headers to be passed in to Kaleido v1.3.0 to avoid blocked Open Street Map tiles [#5588]
  • Propagate the requested default_height/default_width to the outer wrapper div produced by to_html so that responsive (percentage) dimensions inherit from a sized parent container instead of collapsing to the plotly.js 450px fallback [#5591], with thanks to @​SharadhNaidu for the contribution!

Updated

  • The __eq__ method for graph_objects classes now returns NotImplemented to give the other operand an opportunity to handle the comparison [#5547], with thanks to @​RazerM for the contribution!
  • Update plotly.js from version 3.5.0 to version 3.6.0. See the plotly.js release notes for more information [#5608]. Notable changes include:
    • Add support for arrays for the pie property legendrank, so that it can be configured per slice [#7723]
    • Add hoversort layout attribute to sort unified hover label items by value [#7734]

[6.7.0] - 2026-04-09

Added

  • Add facet_row support to px.imshow for creating subplots along an additional dimension [#5445], with thanks to @​FBumann for the contribution!

Fixed

  • Update numpy.percentile syntax to stop using deprecated alias [#5483], with thanks to @​Mr-Neutr0n for the contribution!
    • numpy with a version less than 1.22 is no longer supported.
  • Handle empty px.histogram by skipping None label in hover template [#5535], with thanks to @​tysoncung for the contribution!

Updated

  • Update plotly.js from version 3.4.0 to version 3.5.0. See the plotly.js release notes for more information. [#5565]. Notable changes include:
    • Add hoveranywhere and clickanywhere layout attributes to enable emitting hover and click events anywhere in the plot area, not just over traces [#7707]
    • Add displayNotifier configuration property to set the display of notifier in the top right area of the viewport [#7730]
    • Update USA location lookup for scattergeo and choropleth traces to use both location names and abbreviations [#7731]

[6.6.0] - 2026-03-02

Fixed

  • Remove unneeded type="text/javascript" attribute from <style> tag [#5454], with thanks to @​hannob for the contribution!
  • Remove global warning format side effect [#5481], with thanks to @​emmanuel-ferdman for the contribution!
  • Fix spurious engine deprecation warning in write_image [#5517], with thanks to @​mosh3eb for the contribution!

Updated

  • Update plotly.js from version 3.3.1 to version 3.4.0. See the plotly.js release notes for more information. [#5527]. Notable changes include:
    • Add support for clicking legend titles to toggle visibility of all traces in legend [#7698]
    • Add support for shapes to reference multiple axes [#7666]
    • Add support for dashed marker lines in scatter plots [#7673]
    • Increase axis autorange when bar charts have outside text labels, to avoid labels being clipped [#7675]

... (truncated)

Commits
  • ea4eca8 Address PR feedback
  • e57adbd Fix broken example
  • b8c2bf4 Update Jupyter Lab extension files
  • 2de1059 Update docs for release
  • f94e304 Version changes for v6.8.0
  • 7f2eb35 Merge pull request #5608 from plotly/cam/update-plotly.js-3.6.0
  • f57cf96 Update command to run npm install for updateplotlyjs
  • 1f26820 Update lock file
  • 8f699a3 chore: Update plotly.js to v3.6.0
  • f0755e5 Merge pull request #5605 from plotly/cam/pin-python-frontmatter
  • Additional commits viewable in compare view

Updates streamlit to 1.58.0

Release notes

Sourced from streamlit's releases.

1.58.0

What's Changed

Breaking Changes 🛠

New Features 🎉

Bug Fixes 🐛

Other Changes

New Contributors

Full Changelog: streamlit/streamlit@1.57.0...1.58.0

Commits
  • 209ad55 Up version to 1.58.0
  • f60c315 [feature] Add streamlit skills CLI command (#15116)
  • 8f1a3b5 Fix accidental overscrolling in table, dataframe, and data_editor (#15309)
  • 1d00f55 [fix] Disable Select all in multiselect for >=1000 options (#15301)
  • 5459f5f [feature] Add API restrictions for parallel fragments (#15251)
  • 8f36596 fix(build): fix make all-dev and make protobuf on non-Debian Linux (#15298)
  • 163001d [feature][ParallelFragments] Add parallel=True dispatch to @​st.fragment (#15214)
  • 08868a8 [fix] Restore Starlette OAuth PKCE behavior (#15282)
  • 7165804 Fix browser Back/Forward navigation for pages with Unicode URL paths (#15281)
  • 40c3400 [chore] Remove obsolete @​protobufjs/inquire patch (#15296)
  • Additional commits viewable in compare view

Updates black to 26.5.1

Release notes

Sourced from black's releases.

26.5.1

Stable style

  • Fix unstable formatting of annotated assignments whose subscript annotation contains an inline comment (e.g. x: list[ # pyright: ignore[...]) (#5130)
  • Preserve inline comments (including # type: ignore) immediately before a # fmt: skip line, avoiding AST equivalence failures (#5139)

Packaging

  • Correct the version in the published executables (#5137)

Documentation

  • Add Neovim integration guide covering conform.nvim, ALE, and simple command approaches (#5124)
Changelog

Sourced from black's changelog.

Version 26.5.1

Stable style

  • Fix unstable formatting of annotated assignments whose subscript annotation contains an inline comment (e.g. x: list[ # pyright: ignore[...]) (#5130)
  • Preserve inline comments (including # type: ignore) immediately before a # fmt: skip line, avoiding AST equivalence failures (#5139)

Packaging

  • Correct the version in the published executables (#5137)

Documentation

  • Add Neovim integration guide covering conform.nvim, ALE, and simple command approaches (#5124)

Version 26.5.0

Highlights

  • Add support for unpacking in comprehensions (PEP 798) and for lazy imports (PEP 810), both new syntactic features in Python 3.15 (#5048)
  • Python 3.15 is now supported. Compiled wheels are not yet provided for Python 3.15, so performance may be slower than on existing Python versions. Wheels will be provided once Python 3.15 is later in its release cycle. (#5127)

Stable style

  • Fix # fmt: skip being ignored in nested if expressions with parenthesized in clauses (#4903)
  • Add syntactic support for Python 3.15 (#5048)
  • Fix crash when an f-string follows a # fmt: off comment inside brackets (#5097)
  • Preserve multiline compound statement headers when # fmt: skip is placed on the colon line (#5117)

Preview style

  • Improve heuristics around whether blank lines should appear before, within and after groups of same-name decorated functions (such as @overload groups) in .pyi stub files (#5021)
  • Fix blank lines being removed between a function and a decorated class in .pyi stub files (#5092)
  • Prevent string merger from creating unsplittable long lines when a pragma comment (e.g. # type: ignore) follows the closing bracket (#5096)

Packaging

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trig...

Description has been truncated

Updates the requirements on [numpy](https://github.com/numpy/numpy), [scikit-learn](https://github.com/scikit-learn/scikit-learn), [cvxpy](https://github.com/cvxpy/cvxpy), [pyomo](https://github.com/Pyomo/pyomo), [requests](https://github.com/psf/requests), [plotly](https://github.com/plotly/plotly.py), [streamlit](https://github.com/streamlit/streamlit) and [black](https://github.com/psf/black) to permit the latest version.

Updates `numpy` to 2.4.6
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.4.4...v2.4.6)

Updates `scikit-learn` to 1.9.0
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.8.0...1.9.0)

Updates `cvxpy` to 1.9.1
- [Release notes](https://github.com/cvxpy/cvxpy/releases)
- [Commits](cvxpy/cvxpy@v1.8.2...v1.9.1)

Updates `pyomo` to 6.10.1
- [Release notes](https://github.com/Pyomo/pyomo/releases)
- [Changelog](https://github.com/Pyomo/pyomo/blob/main/CHANGELOG.md)
- [Commits](Pyomo/pyomo@6.10.0...6.10.1)

Updates `requests` to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.34.0...v2.34.2)

Updates `plotly` to 6.8.0
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md)
- [Commits](plotly/plotly.py@v6.7.0...v6.8.0)

Updates `streamlit` to 1.58.0
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](streamlit/streamlit@1.57.0...1.58.0)

Updates `black` to 26.5.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@26.3.1...26.5.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-version: 2.4.6
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: scikit-learn
  dependency-version: 1.9.0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: cvxpy
  dependency-version: 1.9.1
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: pyomo
  dependency-version: 6.10.1
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: plotly
  dependency-version: 6.8.0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: streamlit
  dependency-version: 1.58.0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: black
  dependency-version: 26.5.1
  dependency-type: direct:production
  dependency-group: python-dependencies
...

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 Jun 9, 2026
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