build(deps): bump the uv group across 1 directory with 2 updates - #1164
build(deps): bump the uv group across 1 directory with 2 updates#1164dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the uv group with 1 update in the /services/analysis-engine directory: [setuptools](https://github.com/pypa/setuptools). Updates `setuptools` from 81.0.0 to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v81.0.0...v83.0.0) Updates `torch` from 2.12.1 to 2.14.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.14.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: indirect dependency-group: uv - dependency-name: torch dependency-version: 2.14.0 dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
seonghobae
left a comment
There was a problem hiding this comment.
이 exact head는 lock-only update 하나에서 setuptools 81→83과 transitive scientific/runtime torch 2.12.1→2.14.0을 함께 이동시키며 CUDA dependency topology도 크게 바꿉니다. PyTorch 2.14 release notes 자체에 backwards-incompatible changes가 있고, BandScope에서 torch는 Demucs real-audio separation의 scientific runtime이므로 일반 dependency freshness lane으로 묶어 바로 승격할 수 없습니다.
현재 canonical Python dependency-security owner #1033은 advisory remediation을 setuptools 84.0.0, torch 2.13.0, yt-dlp 2026.8.19와 policy regression으로 소유합니다. 따라서 이 PR의 setuptools 보안 목적은 그 owner보다 뒤처지고, 남는 고유 delta는 elective torch 2.14 scientific-runtime 이동입니다.
수정 조건: security remediation과 elective scientific/runtime upgrade를 분리하고, torch 2.14를 유지하려면 Demucs 호환성, rights-cleared real decoded audio separation 결과, recognized MIR/rehearsal downstream metrics, deterministic CPU reference와 지원 GPU/backend parity, reproducibility/lock provenance, performance/memory, macOS/Windows/Linux support matrix를 exact head에서 검증하십시오. synthetic/generated arrays나 lock resolution 성공만으로 scientific acceptance를 대체하지 마십시오. #1033의 보안 delta/check/review evidence도 이 head로 이전하지 않습니다.
Bumps the uv group with 1 update in the /services/analysis-engine directory: setuptools.
Updates
setuptoolsfrom 81.0.0 to 83.0.0Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
6519f72Bump version: 82.0.1 → 83.0.0d1151b1Merge pull request #5250 from pypa/feature/distutils-d7633fbeda2df31eCapture removal of dry_run parameter in changelog.00144dcMoved newsfragment to the release where it occurred.a4a5a2bAdd news fragment.77470c2Merge https://github.com/pypa/distutils into feature/distutils-d7633fbed3c43897Merge pull request #5247 from pypa/copilot/fix-pypy-version-issuebb6ea66Bump PyPy from 3.10 to 3.11 in CI workflowa2bc3acFix broken intersphinx reference to build's installation docs2d6a739Use stacked parametrize decorators instead of itertools.productUpdates
torchfrom 2.12.1 to 2.14.0Release notes
Sourced from torch's releases.
... (truncated)
Commits
2b3ec34[release/2.14] Import SDPAParams in test_transformers to fix lint (#194970)08187d9[cuDNN] Add guards for cuDNN SDPA decode (#194963)8ceea97Pin cython < 3.3.0 for the Windows Triton wheel build (#194931)99ecebc[Cherry-pick][release/2.14] [inductor] Fix loop-local load CSE lifetime (#194...ec283a7Bump the Python 3.15 numpy pin to 2.5.2 (#194821)65890f3Fix docker-release validate job to use the channel matching the pushed image ...1682388Fix macOS py3.15 wheel builds: pin Cython < 3.3.0 and bump the cp315 numpy pi...9724418Fix Windows py3.15 builds: constrain Cython < 3.3.0 and bump the cp315 numpy ...f1b7554[MPS] Fix pin_memory() recycling buffers still in use by the GPU (#194662)9f205f7[MPS] fail loudly on large reductions (#194661)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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.