chore(deps): bump the pip-sidecar-patch-minor group in /sidecar with 9 updates#302
Conversation
Bumps the pip-sidecar-patch-minor group in /sidecar with 9 updates: | Package | From | To | | --- | --- | --- | | [scenedetect](https://github.com/Breakthrough/PySceneDetect) | `0.7` | `0.7.1` | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.14.1` | `3.14.3` | | [certifi](https://github.com/certifi/python-certifi) | `2026.6.17` | `2026.7.22` | | [colorlog](https://github.com/borntyping/python-colorlog) | `6.11.0` | `6.12.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.30.3` | `3.32.0` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.10.0` | `4.11.0` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2026.7.10` | `2026.7.19` | | [tqdm](https://github.com/tqdm/tqdm) | `4.69.0` | `4.69.1` | | [yarl](https://github.com/aio-libs/yarl) | `1.24.2` | `1.24.5` | Updates `scenedetect` from 0.7 to 0.7.1 - [Release notes](https://github.com/Breakthrough/PySceneDetect/releases) - [Changelog](https://github.com/Breakthrough/PySceneDetect/blob/main/RELEASE-PLAN.md) - [Commits](https://github.com/Breakthrough/PySceneDetect/commits/v0.7.1) Updates `aiohttp` from 3.14.1 to 3.14.3 - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.14.3/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.14.1...v3.14.3) Updates `certifi` from 2026.6.17 to 2026.7.22 - [Commits](certifi/python-certifi@2026.06.17...2026.07.22) Updates `colorlog` from 6.11.0 to 6.12.0 - [Release notes](https://github.com/borntyping/python-colorlog/releases) - [Commits](borntyping/python-colorlog@v6.11.0...v6.12.0) Updates `filelock` from 3.30.3 to 3.32.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.30.3...3.32.0) Updates `platformdirs` from 4.10.0 to 4.11.0 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](tox-dev/platformdirs@4.10.0...4.11.0) Updates `regex` from 2026.7.10 to 2026.7.19 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2026.7.10...2026.7.19) Updates `tqdm` from 4.69.0 to 4.69.1 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.69.0...v4.69.1) Updates `yarl` from 1.24.2 to 1.24.5 - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.24.2...v1.24.5) --- updated-dependencies: - dependency-name: scenedetect dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-sidecar-patch-minor - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-sidecar-patch-minor - dependency-name: certifi dependency-version: 2026.7.22 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-sidecar-patch-minor - dependency-name: colorlog dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-sidecar-patch-minor - dependency-name: filelock dependency-version: 3.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-sidecar-patch-minor - dependency-name: platformdirs dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-sidecar-patch-minor - dependency-name: regex dependency-version: 2026.7.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-sidecar-patch-minor - dependency-name: tqdm dependency-version: 4.69.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-sidecar-patch-minor - dependency-name: yarl dependency-version: 1.24.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-sidecar-patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d07de68946
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| faster-whisper==1.2.1 | ||
| ctranslate2==4.8.1 | ||
| scenedetect==0.7 | ||
| scenedetect==0.7.1 |
There was a problem hiding this comment.
Keep runtime pin assertions in sync
The default sidecar pytest gate loads this shipped requirements file and asserts the pins, but sidecar/tests/test_runtime_setup.py:69-72 still requires pins["scenedetect"] == "0.7". With this bump to 0.7.1, python -m pytest --cov=media_studio ... in .github/workflows/quality.yml:90-95 fails even though the requirements parser succeeds, so the dependency update cannot pass CI until the expected pin is updated or the bump is reverted.
Useful? React with 👍 / 👎.
Bumps the pip-sidecar-patch-minor group in /sidecar with 9 updates:
0.70.7.13.14.13.14.32026.6.172026.7.226.11.06.12.03.30.33.32.04.10.04.11.02026.7.102026.7.194.69.04.69.11.24.21.24.5Updates
scenedetectfrom 0.7 to 0.7.1Release notes
Sourced from scenedetect's releases.
Changelog
Sourced from scenedetect's changelog.
... (truncated)
Commits
Updates
aiohttpfrom 3.14.1 to 3.14.3Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
5e392ceRelease v3.14.3 (#13225)49f65d5[PR #13222/f4866933 backport][3.14] Build C parser error message from bounded...240099e[PR #13180/ee53d655 backport][3.14] drop every copy of credential headers on ...d93f30aBump version (#13202)c1b9212Release v3.14.2 (#13201)380d4b5[PR #13054/ed8b040c backport][3.14] escape backslashes in digest auth quoted-...e1e1beeMake llhttp method array size dynamic (#13174) (#13196)aa4cf29[PR #13170/2b906869 backport][3.14] Fix StreamResponse.last_modified rounding...71b57b4[PR #13172/a57747ed backport][3.14] Fix C parser folding fragment into query_...64a03fb[PR #13169/1adc0cd7 backport][3.14] Upgrade http:// to https:// in README.rst...Updates
certififrom 2026.6.17 to 2026.7.22Commits
f4bc6762026.07.22 (#428)4c91f9cBump actions/setup-python from 6.3.0 to 7.0.0 (#427)01a66c5Bump actions/checkout from 7.0.0 to 7.0.1 (#426)eb355f4Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (#425)474e6fcInclude tests in the source distribution (#424)a31ef39Bump actions/setup-python from 6.2.0 to 6.3.0 (#420)98eb2c7Bump actions/checkout from 6.0.3 to 7.0.0 (#419)Updates
colorlogfrom 6.11.0 to 6.12.0Release notes
Sourced from colorlog's releases.
Commits
868b53dBump version6d05e06Fix LevelFormatter raising KeyError on levels missing from fmtUpdates
filelockfrom 3.30.3 to 3.32.0Release notes
Sourced from filelock's releases.
Changelog
Sourced from filelock's changelog.
... (truncated)
Commits
76525e6Release 3.32.09824d15🐛 fix(packaging): let an unpacked sdist run the test suite (#685)f6c41e9👷 ci: add Python 3.15 to the test matrix (#683)caeb1c9Release 3.31.260eda0f🐛 fix(strict): tolerate an errno without ENOTSUP (#681)c1b2e6fRelease 3.31.19fd7de5scope a lease's claim to the context that acquired it (#680)2b3ad2c♻️ refactor(coverage): key exclusions on probed capability (#679)3b66fdcRelease 3.31.0166b2b5✨ feat(platform): support Termux/Android (#678)Updates
platformdirsfrom 4.10.0 to 4.11.0Release notes
Sourced from platformdirs's releases.
Changelog
Sourced from platformdirs's changelog.
... (truncated)
Commits
2140495Release 4.11.0a562df9👷 ci: run the test suite against Python 3.15 (#512)7c764c4[pre-commit.ci] pre-commit autoupdate (#511)2e74013Release 4.10.13076722📝 docs(changelog): rebuild against release history (#510)42751ce🚀 ci(release): towncrier changelog + publish on tag push (#509)d2e5756fix(windows): stop leaking ctypes pointer types on repeated calls (#507)4f52c4fbuild(deps): bump astral-sh/setup-uv from 8.3.1 to 8.3.2 in the all group (#506)f68e56fbuild(deps): bump astral-sh/setup-uv from 8.3.0 to 8.3.1 in the all group (#504)806560bbuild(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.0 in the all group (#502)Updates
regexfrom 2026.7.10 to 2026.7.19Changelog
Sourced from regex's changelog.
... (truncated)
Commits
0525affGit issue 608: SIGSEGV: out-of-bounds read inbytes1_char_at()with `DOTALL...07dfa3bGit issue 607: SIGSEGV: NULL pointer dereference inbasic_match()when `(?R...e7716daPython 3.15 not released yet.Updates
tqdmfrom 4.69.0 to 4.69.1Release notes
Sourced from tqdm's releases.
Commits
93370ffbump version, merge pull requests #1781, #1773, #1778, #1775, #1780, #1746238501fdocs: fix redundant word typo in tests_synchronisation.pyb78624acontrib.logging: preserve filters9f92bc6remove unnecessary comments494372eFix AttributeError inclose()on failed__init__796cea1misc tidy164ef73rich: misc fixesf18c88efix properly90f5970minor tidyef15578fix: handle total=inf in format_meter to avoid OverflowErrorUpdates
yarlfrom 1.24.2 to 1.24.5Changelog
Sourced from yarl's changelog.
... (truncated)
Commits
0b30cb0Release 1.24.5 (#1807)56150c8Run the IDNA sweep test only on native Linux x86_64 (#1806)515adcaRelease 1.24.4 (#1805)ab5dec2Do not install hypothesis in the wheel-build test env (#1804)f9d10fbRelease 1.24.3 (#1803)058b7cbTest lone surrogate handling in encoded and parsed URL paths (#991)a181ceeUpdate hypothesis requirement from >=6.156.4 to >=6.157.0 in /requirements (#...28c1bccEncode scheme-shaped path colon in relative-path builders (#1802)51e2802Reject hosts with Unicode default-ignorable code points (#1801)3921a73Drop lone surrogates that split a percent escape in the Cython quoter (#1752)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