build(deps): Bump the all group across 1 directory with 9 updates - #27
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): Bump the all group across 1 directory with 9 updates#27dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/pip/all-ebfc3b80e0
branch
from
June 22, 2026 13:35
8b3afc1 to
7a747f1
Compare
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [websockets](https://github.com/python-websockets/websockets), [pydantic](https://github.com/pydantic/pydantic), [opencv-python](https://github.com/opencv/opencv-python), [numpy](https://github.com/numpy/numpy), [pillow](https://github.com/python-pillow/Pillow), [requests](https://github.com/psf/requests) and [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version. Updates `fastapi` to 0.140.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.0...0.140.1) Updates `uvicorn` to 0.51.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.40.0...0.51.0) Updates `websockets` to 16.1.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@14.0...16.1.1) Updates `pydantic` to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.4) Updates `opencv-python` to 5.0.0.93 - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) Updates `numpy` to 2.5.1 - [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.0...v2.5.1) Updates `pillow` to 12.3.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@12.0.0...12.3.0) 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.32.5...v2.34.2) Updates `python-multipart` to 0.0.32 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.19...0.0.32) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production dependency-group: all - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production dependency-group: all - dependency-name: opencv-python dependency-version: 4.13.0.92 dependency-type: direct:production dependency-group: all - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: all - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production dependency-group: all - dependency-name: python-multipart dependency-version: 0.0.30 dependency-type: direct:production dependency-group: all - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: all - dependency-name: uvicorn dependency-version: 0.48.0 dependency-type: direct:production dependency-group: all - dependency-name: websockets dependency-version: '16.0' dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/all-ebfc3b80e0
branch
from
July 27, 2026 13:13
7a747f1 to
90c05f9
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updates the requirements on fastapi, uvicorn, websockets, pydantic, opencv-python, numpy, pillow, requests and python-multipart to permit the latest version.
Updates
fastapito 0.140.1Release notes
Sourced from fastapi's releases.
Commits
3e310c9🔖 Release version 0.140.1 (#16063)43eafc6📝 Update release notes65ef53a♻️ Update the lru_cache limit for dependencies to account for large apps (#16...255b912🔖 Release version 0.140.0 (#16050)892eacd📝 Update release notes0270829⚡️ Reduce memory usage in dependencies (#16049)ae031be📝 Update release notesf3644b3📝 Fix links in docs (#15967)1e24ca0📝 Update release notes513c396👷 Add CI memory benchmark (#16046)Updates
uvicornto 0.51.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
... (truncated)
Commits
e4d0b05Version 0.51.0 (#3028)944e43dRemove colorama from the standard extra (#3027)2e78770Restart workers with overlap on SIGHUP for near-zero-downtime reloads (#3025)a1b570cVersion 0.50.2 (#3022)83c7da7Require websockets>=13.0 for the default sansio implementation (#3021)b4d0116Version 0.50.1 (#3020)2a9151dSplit comma-separatedSec-WebSocket-Protocolvalues in the websockets-sansi...1bf3ab4Cover the excluded-directory branch inFileFilterwith a direct test (#3014)837b5f9Deflake multiprocess, reload, and signal supervisor tests (#2975)21d2c16Version 0.50.0 (#3013)Updates
websocketsto 16.1.1Release notes
Sourced from websockets's releases.
Commits
01df1e4Revert "Decode non-ASCII header values with iso-8859-1."2d61f74Clarify restriction on headers in 16.1.4df6f90Release version 16.1.7c69ecaIncrease timeout for building wheels.493864eComplete and review changelog.73ff538Temporarily remove the trio implementation (again).77f7d71Shorten changelog and docstring for previous commit.84859e1Add text argument to broadcast() to force the frame type1a38f5aDocument research on removing a workaround.99431eeApply code style to docs/conf.py.Updates
pydanticto 2.13.4Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
cf67d4bFix lintingf0d8a21Prepare release v2.13.45e3fe1dCheck for pydantic tag pattern in CI7f9edccDocument tagging conventionsb46a0c9Adaptpydantic-corelinker flags on macOS50629c8Update to PyPy 7.3.228522ebbPreserveRootModelcore metadataa37f3afAdaptMISSINGsentinel test to work with unreleasedtyping_extensionsver...909259aRemove Logfire example in documentation2c4174cBump libc from 0.2.155 to 0.2.185Updates
opencv-pythonto 5.0.0.93Release notes
Sourced from opencv-python's releases.
Commits
Updates
numpyto 2.5.1Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
5e1d03fMerge pull request #31863 from charris/prepare-2.5.1ad0b66bREL: Prepare for the NumPy 2.5.1 release.9df8516Merge pull request #31858 from charris/backport-316884dee265Merge pull request #31857 from charris/backport-31775dc8d553Merge pull request #31856 from charris/backport-3184667cb4a8fix:Signed integer overflow in datetime.c (#31688)baa2589TST: Clean up imports, formatting, and assertions2fe5ba4TEST: Refactor tests to use np.testing.assert_raises_regex per reviewbb46581MAINT: Remove deprecated Python recursion fix8f34214MAINT: Move SeedSequence recursion guard to C-layer and add testsUpdates
pillowto 12.3.0Release notes
Sourced from pillow's releases.
... (truncated)
Changelog
Sourced from pillow's changelog.
... (truncated)
Commits
bb1d8e812.3.0 version bumpe63fc48Add release notes for SBOM and performance improvements (#9747)13b701bAdd release notes for #96795564ca7List methodsa0920fdSpeed up ImageChops operations (#9738)07e9a6cSpeed upImage.filter()(#9736)a94578cSpeed upImage.getchannel(),Image.merge(),Image.putalpha()and `Image...53e02c4Speed upImage.fill(),Image.linear_gradient()and `Image.radial_gradient...af03747Speed upImage.resample()(#9739)5c9ca56Speed upalpha_composite,matrix,negative,quantize(#9740)Updates
requeststo 2.34.2Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
... (truncated)
Commits
6e83187v2.34.284d10f0Move Request.headers back to Mapping (#7441)b7b549bv2.34.1e511bc7Fix mutability issues with headers input types (#7431)5691f59Update JsonType containers to read-based collections (#7436)2144213Constrain Response.reason to str (#7437)6404f34Fixprepare_bodystream detection for__getattr__-based file wrappers (#7...0b401c7v2.34.086b378dAlign Session.get parameters with requests.get (#7429)a4f9a59Port bpo-39057 to Requests (#7427)Updates
python-multipartto 0.0.32Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
... (truncated)
Commits
238ead6Version 0.0.32 (#302)8672979Replace per-byte partial-boundary scan with rfind lookbehind (#300)8190779Bump the python-packages group with 7 updates (#301)0d3c086Use uv package ecosystem for Dependabot (#299)4cffc68Version 0.0.31 (#298)c814948Reject negativeContent-Lengthinparse_form(#297)6b837d4Bound header field name size before validating (#296)e0c4f9dBump the github-actions group with 3 updates (#294)b8a01bbBump the python-packages group with 3 updates (#293)6732164Speed up multipart header parsing and callback dispatch (#295)