-
Notifications
You must be signed in to change notification settings - Fork 54
Bump the pip group across 1 directory with 33 updates #3728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
develop
Choose a base branch
from
dependabot/pip/src/pip-82c29eb943
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the pip group with 33 updates in the /src directory: | Package | From | To | | --- | --- | --- | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.13.4` | `4.14.3` | | [biopython](https://github.com/biopython/biopython) | `1.85` | `1.86` | | [bokeh](https://github.com/bokeh/bokeh) | `3.6.2` | `3.8.2` | | [certifi](https://github.com/certifi/python-certifi) | `2025.7.14` | `2026.1.4` | | [cryptography](https://github.com/pyca/cryptography) | `45.0.5` | `46.0.4` | | [idna](https://github.com/kjd/idna) | `3.10` | `3.11` | | [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.25.0` | `4.26.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8.2` | `3.10.1` | | [markupsafe](https://github.com/pallets/markupsafe) | `3.0.2` | `3.0.3` | | [networkx](https://github.com/networkx/networkx) | `3.4.2` | `3.6.1` | | [numpy](https://github.com/numpy/numpy) | `2.2.3` | `2.4.2` | | [pillow](https://github.com/python-pillow/Pillow) | `11.3.0` | `12.1.0` | | [plotly](https://github.com/plotly/plotly.py) | `6.2.0` | `6.5.2` | | [pyasn1](https://github.com/pyasn1/pyasn1) | `0.6.1` | `0.6.2` | | [pycurl](https://github.com/pycurl/pycurl) | `7.45.6` | `7.45.7` | | [pyopenssl](https://github.com/pyca/pyopenssl) | `25.1.0` | `25.3.0` | | [scipy](https://github.com/scipy/scipy) | `1.15.2` | `1.17.0` | | [setuptools](https://github.com/pypa/setuptools) | `80.9.0` | `80.10.2` | | [wordcloud](https://github.com/amueller/word_cloud) | `1.9.4` | `1.9.6` | | [ipython](https://github.com/ipython/ipython) | `8.33.0` | `9.9.0` | | [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) | `8.1.7` | `8.1.8` | | [pandas](https://github.com/pandas-dev/pandas) | `2.3.1` | `3.0.0` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.13.2` | `4.16.0` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.6.1` | `1.8.0` | | [statsmodels](https://github.com/statsmodels/statsmodels) | `0.14.5` | `0.14.6` | | [tornado](https://github.com/tornadoweb/tornado) | `6.5.1` | `6.5.4` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.10.1` | `7.13.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `9.0.2` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.2.1` | `7.0.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.7` | `0.14.14` | | [vcrpy](https://github.com/kevin1024/vcrpy) | `7.0.0` | `8.1.1` | Updates `beautifulsoup4` from 4.13.4 to 4.14.3 Updates `biopython` from 1.85 to 1.86 - [Changelog](https://github.com/biopython/biopython/blob/master/NEWS.rst) - [Commits](https://github.com/biopython/biopython/commits) Updates `bokeh` from 3.6.2 to 3.8.2 - [Changelog](https://github.com/bokeh/bokeh/blob/3.8.2/docs/CHANGELOG) - [Commits](bokeh/bokeh@3.6.2...3.8.2) Updates `certifi` from 2025.7.14 to 2026.1.4 - [Commits](certifi/python-certifi@2025.07.14...2026.01.04) Updates `cryptography` from 45.0.5 to 46.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@45.0.5...46.0.4) Updates `idna` from 3.10 to 3.11 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.10...v3.11) Updates `jsonschema` from 4.25.0 to 4.26.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.25.0...v4.26.0) Updates `markdown` from 3.8.2 to 3.10.1 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.8.2...3.10.1) Updates `markupsafe` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@3.0.2...3.0.3) Updates `networkx` from 3.4.2 to 3.6.1 - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](networkx/networkx@networkx-3.4.2...networkx-3.6.1) Updates `numpy` from 2.2.3 to 2.4.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.2.3...v2.4.2) Updates `pillow` from 11.3.0 to 12.1.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@11.3.0...12.1.0) Updates `plotly` from 6.2.0 to 6.5.2 - [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.2.0...v6.5.2) Updates `pyasn1` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.6.1...v0.6.2) Updates `pycurl` from 7.45.6 to 7.45.7 - [Changelog](https://github.com/pycurl/pycurl/blob/master/ChangeLog) - [Commits](https://github.com/pycurl/pycurl/commits) Updates `pyopenssl` from 25.1.0 to 25.3.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](pyca/pyopenssl@25.1.0...25.3.0) Updates `scipy` from 1.15.2 to 1.17.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.15.2...v1.17.0) Updates `setuptools` from 80.9.0 to 80.10.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.9.0...v80.10.2) Updates `wordcloud` from 1.9.4 to 1.9.6 - [Release notes](https://github.com/amueller/word_cloud/releases) - [Changelog](https://github.com/amueller/word_cloud/blob/main/doc/changelog.rst) - [Commits](amueller/word_cloud@1.9.4...1.9.6) Updates `ipython` from 8.33.0 to 9.9.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@8.33.0...9.9.0) Updates `ipywidgets` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](jupyter-widgets/ipywidgets@8.1.7...8.1.8) Updates `pandas` from 2.3.1 to 3.0.0 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.1...v3.0.0) Updates `pymongo` from 4.13.2 to 4.16.0 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@4.13.2...4.16.0) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.32.5) Updates `scikit-learn` from 1.6.1 to 1.8.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.6.1...1.8.0) Updates `statsmodels` from 0.14.5 to 0.14.6 - [Release notes](https://github.com/statsmodels/statsmodels/releases) - [Changelog](https://github.com/statsmodels/statsmodels/blob/main/CHANGES.md) - [Commits](statsmodels/statsmodels@v0.14.5...v0.14.6) Updates `tornado` from 6.5.1 to 6.5.4 - [Changelog](https://github.com/tornadoweb/tornado/blob/v6.5.4/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.5.1...v6.5.4) Updates `coverage` from 7.10.1 to 7.13.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.1...7.13.2) Updates `pytest` from 8.4.1 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.1...9.0.2) Updates `pytest-cov` from 6.2.1 to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.2.1...v7.0.0) Updates `ruff` from 0.12.7 to 0.14.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.12.7...0.14.14) Updates `vcrpy` from 7.0.0 to 8.1.1 - [Release notes](https://github.com/kevin1024/vcrpy/releases) - [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst) - [Commits](kevin1024/vcrpy@v7.0.0...v8.1.1) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: biopython dependency-version: '1.86' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: bokeh dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: certifi dependency-version: 2026.1.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: markdown dependency-version: 3.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: networkx dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: numpy dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pillow dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: plotly dependency-version: 6.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pyasn1 dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pycurl dependency-version: 7.45.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pyopenssl dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: scipy dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: wordcloud dependency-version: 1.9.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: ipython dependency-version: 9.9.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: ipywidgets dependency-version: 8.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: pymongo dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: statsmodels dependency-version: 0.14.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: tornado dependency-version: 6.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: coverage dependency-version: 7.13.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: vcrpy dependency-version: 8.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
|
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
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Bumps the pip group with 33 updates in the /src directory:
4.13.44.14.31.851.863.6.23.8.22025.7.142026.1.445.0.546.0.43.103.114.25.04.26.03.8.23.10.13.0.23.0.33.4.23.6.12.2.32.4.211.3.012.1.06.2.06.5.20.6.10.6.27.45.67.45.725.1.025.3.01.15.21.17.080.9.080.10.21.9.41.9.68.33.09.9.08.1.78.1.82.3.13.0.04.13.24.16.06.0.26.0.32.32.42.32.51.6.11.8.00.14.50.14.66.5.16.5.47.10.17.13.28.4.19.0.26.2.17.0.00.12.70.14.147.0.08.1.1Updates
beautifulsoup4from 4.13.4 to 4.14.3Updates
biopythonfrom 1.85 to 1.86Changelog
Sourced from biopython's changelog.
... (truncated)
Commits
Updates
bokehfrom 3.6.2 to 3.8.2Changelog
Sourced from bokeh's changelog.
... (truncated)
Commits
e5ce879Deployment updates for release 3.8.22b3ee10Don't validate npm credentials due to OICD limitations in npm (#14769)756e3aeMigrate from NPM tokens to trusted providers for publishing in CI (#14766)2f225a1Update dependencies in build environment (#14758)69d197cupdate switcher.jsond915c8bupdate to latest ruff (#14661)5f9f7b6update release notescedd113handle wildcard host with port correctlya961ab7small CI fixes for advisory fork merged62939aMerge commit from forkUpdates
certififrom 2025.7.14 to 2026.1.4Commits
c64d9f32026.01.04 (#389)4ac232fBump actions/download-artifact from 6.0.0 to 7.0.0 (#387)95ae4b2Update CI workflow to use Ubuntu 24.04 and Python 3.14 stable (#386)b72a7b1Bump dessant/lock-threads from 5.0.1 to 6.0.0 (#385)ecc2672Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#384)6a897dbBump peter-evans/create-pull-request from 7.0.11 to 8.0.0 (#383)27ca98aBump peter-evans/create-pull-request from 7.0.9 to 7.0.11 (#381)56c59a6Bump actions/checkout from 6.0.0 to 6.0.1 (#382)ae0021cBump actions/setup-python from 6.0.0 to 6.1.0 (#380)ddf5d0bBump actions/checkout from 5.0.1 to 6.0.0 (#378)Updates
cryptographyfrom 45.0.5 to 46.0.4Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
e6f44fcbump for 46.0.4 and drop win arm64 due to CI issues (#14217)c0af4ddrelease 46.0.3 (#13681)99efe5abump version for 46.0.2 (#13531)e735cfcrelease 46.0.1 (#13450)4e457ffExplicitly specify python in mac uv build invocation (#13447)2726efdDepend on CFFI 2.0.0 or newer on Python > 3.8 (#13448)6223062release 46.0.0 (#13446)563c491Update comment for pyopenssl-release tag (#13445)d2f6f7fBump downstream dependencies in CI (#13439)e7ab02bwe'll ship this with 3.5.3 why not (#13442)Updates
idnafrom 3.10 to 3.11Changelog
Sourced from idna's changelog.
Commits
ad949eeRelease v3.11cae4ba7Second release candidate for 3.118adb305Add space in RST link74cb2b6Release candidate for 3.1105dab09Format idna-data with ruff90eac78Apply ruff formattinga31ce7eRemove errant test vectors81f0333Omit vectors known to be broken in test suitea0f3257Merge branch 'master' into unicode-16-uts46-changes38d9886Remove extra UTS46 test vectorUpdates
jsonschemafrom 4.25.0 to 4.26.0Release notes
Sourced from jsonschema's releases.
... (truncated)
Changelog
Sourced from jsonschema's changelog.
Commits
a727743Add a changelog entry for 4.26.6d28c13Update the lockfile.739499eUpdate pre-commit hooks.cb2d779Merge pull request #1443 from python-jsonschema/pre-commit-ci-update-confige6bbbb7[pre-commit.ci] pre-commit autoupdated56037aMerge pull request #1442 from python-jsonschema/dependabot/github_actions/ast...e54ce13Bump astral-sh/setup-uv from 7.1.4 to 7.1.61f7c9fbPartially update docs requirements.241aec9Merge pull request #1441 from python-jsonschema/pre-commit-ci-update-config2818efbApache-2.0 -> nongplUpdates
markdownfrom 3.8.2 to 3.10.1Release notes
Sourced from markdown's releases.
Changelog
Sourced from markdown's changelog.
Commits
e5fa5b8Bump version to 3.10.1f925349More HTML fixes9933a0aRevert "Allow reference links with backticks"07dfa4eAllow reference links with backticksfb6b27aFix infinite loop when text contains multiple unclosed comments89112c2Make the docs build successfully with mkdocstrings-python 2.0961856cUpdate link2b49115Ensure nested elements inside inline comments are properly unescaped.22e89c1Bump version to 3.10c138aea+ PY314 - PY39Updates
markupsafefrom 3.0.2 to 3.0.3Release notes
Sourced from markupsafe's releases.
Changelog
Sourced from markupsafe's changelog.
Commits
297fc8erelease version 3.0.37e4e6ceFree-threading: run with pytest-run-paralell (#507)6100b9cenable riscv64 wheels (#506)c9d5ecfenable riscv64 wheels2f9b337tox for 3.1478d951aupdate dev dependenciesbb6744eadd entry65c4134upgrade cibuildwheel, addcp314wheels and test on CPython 3.14 (#504)3a9bd88add cp314 wheelsaafe44dremove slsa provenance (#501)Updates
networkxfrom 3.4.2 to 3.6.1Release notes
Sourced from networkx's releases.
... (truncated)
Commits
7530809Designate 3.6.1 release4788eb0Rolling back shortest paths links (#8373)696edb6Fix draw_networkx_nodes with list node_shape and add regression test (#8363)c38830cBlocklist Python 3.14.1 (#8372)81d2311DOC: Fix underline lens in docstrings. (#8371)a6e2bfaDOC: Add blurb to contributor guide about drawing tests. (#8370)96b6282DOC: clarify difference between G.nodes/G.nodes() and G.edges/G.edges() in tu...75bdd73Fix: allow graph subclasses to have additional arguments (#8369)7663fa5TST: clean up isomorphism tests (#8364)3dacd1bAdd spectral bipartition community finding and greedy bipartition using node ...Updates
numpyfrom 2.2.3 to 2.4.2Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
c81c49fMerge pull request #30757 from charris/prepare-2.4.2b3ae9c5REL: Prepare for the NumPy 2.4.2 release9de8984Merge pull request #30737 from mattip/scipy-openblas-backportb7be329backport scipy-openblas version change7ff9863Merge pull request #30736 from charris/backport-30667431fffbMAINT: Skip tests that require buffer.127235fBUG: fix thread safety ofarray_getbuffer(#30667)18bdb2eMerge pull request #30713 from charris/backport-3071041dd751Merge pull request #30712 from charris/backport-307057a278daBUG: Fixup the quantile promotion fixupUpdates
pillowfrom 11.3.0 to 12.1.0Release notes
Sourced from pillow's releases.