build(deps): bump the minor-updates group across 1 directory with 8 updates - #810
Merged
Teasel-Ian merged 1 commit intoAug 4, 2026
Merged
Conversation
…pdates Bumps the minor-updates group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.138.0` | `0.140.8` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.49.0` | `0.51.0` | | [onnxruntime](https://github.com/microsoft/onnxruntime) | `1.27.0` | `1.28.0` | | pyroscope-io | `1.0.12` | `1.2.1` | | [mypy](https://github.com/python/mypy) | `2.1.0` | `2.3.0` | | [diff-cover](https://github.com/Bachmann1234/diff-cover) | `10.3.0` | `10.4.1` | | [torch](https://github.com/pytorch/pytorch) | `2.12.1` | `2.13.0` | | [torchvision](https://github.com/pytorch/vision) | `0.27.1` | `0.28.0` | Updates `fastapi` from 0.138.0 to 0.140.8 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.138.0...0.140.8) Updates `uvicorn` from 0.49.0 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.49.0...0.51.0) Updates `onnxruntime` from 1.27.0 to 1.28.0 - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](microsoft/onnxruntime@v1.27.0...v1.28.0) Updates `pyroscope-io` from 1.0.12 to 1.2.1 Updates `mypy` from 2.1.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.1.0...v2.3.0) Updates `diff-cover` from 10.3.0 to 10.4.1 - [Release notes](https://github.com/Bachmann1234/diff-cover/releases) - [Changelog](https://github.com/Bachmann1234/diff_cover/blob/main/CHANGELOG) - [Commits](Bachmann1234/diff_cover@v10.3.0...v10.4.1) Updates `torch` from 2.12.1 to 2.13.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.12.1...v2.13.0) Updates `torchvision` from 0.27.1 to 0.28.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.27.1...v0.28.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: onnxruntime dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: pyroscope-io dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: diff-cover dependency-version: 10.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: torchvision dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/pip/develop/minor-updates-445a7c4a05
branch
August 4, 2026 17:24
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.
Bumps the minor-updates group with 8 updates in the / directory:
0.138.00.140.80.49.00.51.01.27.01.28.01.0.121.2.12.1.02.3.010.3.010.4.12.12.12.13.00.27.10.28.0Updates
fastapifrom 0.138.0 to 0.140.8Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
773342f🔖 Release version 0.140.8 (#16088)fd55790📝 Update release notesad03e11🐛 Fix stream item type lost when usinginclude_router()(#15077)98b12fe🔖 Release version 0.140.7 (#16078)e772894📝 Update release notes24c2a9f⬆️ Upgrade latest-changes to 0.7.1 (#16077)add1d26📝 Update release notes7bcb78d⚡️ Avoid flattening dependencies for OpenAPI (#16076)87095aa📝 Update release notes3d3c691👷 Add OpenAPI dependency benchmarks (#16075)Updates
uvicornfrom 0.49.0 to 0.51.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
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
onnxruntimefrom 1.27.0 to 1.28.0Release notes
Sourced from onnxruntime's releases.
... (truncated)
Commits
da9b5e3Fix Windows zip artifact to include .inc header files (#29874)45de2a8Fix NuGet packaging to include .inc files alongside .h headers (#29868)0368187ORT 1.28.0 release cherry-pick round 2 (#29821)e1bbb64ORT 1.28.0 release cherry-pick round 1 (#29771)a06675eFix web e2e (npm/vite) and Python DML CI pipelines (#29609)c4f1961Bump onnx to 1.22.0 and protobuf to 6.33.5 to fix security CVEs (#29606)e0ad071[CUDA] Enable native SM90, block_size=32, and fused bias for fpA_intB MatMulN...a1fc71e[CUDA] Fix QMoE profiler cross-stream race and CUDA-graph-capture safety (#29...5eb4aeeFix CustomOp forward compatibility: cap version instead of rejecting (#29574)7a12371adjusts conv kernel to use get/set by offset helpers (#29463)Updates
pyroscope-iofrom 1.0.12 to 1.2.1Updates
mypyfrom 2.1.0 to 2.3.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
8aabf84Drop +dev from version4d8ad2aUpdate changelog for 2.3 release (#21728)2c21546[mypyc] Update documentation of race conditions under free threading (#21726)a9f62a3[mypyc] Make attribute access memory safe on free-threaded builds (#21705)0faa413UsePYODIDEenvironment variable for Emscripten cross-compilation detection...3d75cdb[mypyc] Borrow final attributes more aggressively (#21702)24c237d[mypyc] Improve documentation of Final (#21713)b5be217[mypyc] Update free threading Python compatibility docs (#21711)cbcb51aNarrow for frozendict membership check (#21709)af2bc0fSync typeshed (#21707)Updates
diff-coverfrom 10.3.0 to 10.4.1Release notes
Sourced from diff-cover's releases.
Changelog
Sourced from diff-cover's changelog.
... (truncated)
Commits
8111a37Version 10.4.1291ee94Handle low confidence chardet detection for undeclared encodings (#611)147b410Bump setuptools from 80.9.0 to 83.0.0 (#609)8881685Version 10.4.0ca4effcAdd --branch-coverage flag to respect partial branch coverage (#608)b746a1bBump pylint from 4.0.5 to 4.0.6 (#607)85c493cBump ruff from 0.15.15 to 0.15.20 (#606)c61cc9cBump actions/checkout from 6 to 7 (#605)4e02daeBump actions/cache from 5 to 6 (#604)42632b3Bump black from 26.3.1 to 26.5.1 (#603)Updates
torchfrom 2.12.1 to 2.13.0Release notes
Sourced from torch's releases.
... (truncated)
Commits
cf30153[release/2.13] Strip +PTX from CUDA arch list on release/RC builds (#188914) ...3e3e24b[release/2.13] Restrict cuda-bindings to Python < 3.15 for CUDA 12.9 builds (...7986b06[release/2.13] Bump binary build timeout 280 -> 400 minutes (#188551)0bdbc26[release/2.13] Add CUDA 12.9 to TORCH_CUDA_ARCH_LIST tables (#188443)9cabb45[release/2.13] Update manywheel docker image pin to 78e737ad (#188409)78e737a[release/2.13] Revert "Tighten generalized scatter graph target (#184075)" (#...0bb9b5b[release/2.13] Revert "dynamo: round-trip torch.cuda.stream ctx mgr across gr...aaac2bf[release/2.13] Revert "[Reland] Port D104346887/PR 182675 for index_add fast ...9330813Fix build_with_debinfo.py broken by CONFIGURE_DEPENDS globbing (#188192)4e077a7Remove setuptools upper bound (#188190)Updates
torchvisionfrom 0.27.1 to 0.28.0Release notes
Sourced from torchvision's releases.
Commits
8fb8771[Cherry-pick for 0.28] Fix gif decoder bug (#9520) (#9521)5a5dd12Release 0.28 (#9511)85a1dccRemove prototype folder (#9505)4252acbMove lint CI job to 3.10 (#9507)8b6ba92[torchvision] Move video utilities to internal fb/io location (#9433) (#9451)bd94a05Remove use of deprecated quantized APIs in C++ code (#9500)45eb6ddFixresize_maskto honorNEAREST_EXACTinterpolation (#9497)87fb856Remove obsolete FIXME in autoaugment.py (#9496)7bba561Allow strings for interpolation param in resize transforms (#9461)4d4e406Let wrap() preserve metadata for custom TVTensor subclasses (#9490)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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