Skip to content

Bump opencv-python from 4.13.0.92 to 5.0.0.93#764

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/opencv-python-5.0.0.93
Open

Bump opencv-python from 4.13.0.92 to 5.0.0.93#764
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/opencv-python-5.0.0.93

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps opencv-python from 4.13.0.92 to 5.0.0.93.

Release notes

Sourced from opencv-python's releases.

5.0.0.93

OpenCV 5.0.0 released!

OpenCV 5.0.0 overview: https://opencv.org/opencv-5 OpenCV 4.x -> 5.x migration guide: https://github.com/opencv/opencv/wiki/OpenCV-4-to-5-migration

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Greptile Summary

This PR updates the OpenCV Python dependency pin. The main change is:

  • opencv-python moves from 4.13.0.92 to 5.0.0.93 in pyproject.toml.

Confidence Score: 4/5

The dependency bump needs the lockfile updated before merging.

  • Lockfile-based installs can still use OpenCV 4.
  • Metadata-only installs can resolve OpenCV 5.
  • That split can hide compatibility problems and make environments disagree.

pyproject.toml and the dependency lockfile.

Important Files Changed

Filename Overview
pyproject.toml Updates the pinned OpenCV Python dependency, but the lockfile still points at the previous version.

Reviews (1): Last reviewed commit: "Bump opencv-python from 4.13.0.92 to 5.0..." | Re-trigger Greptile

Greptile also left 1 inline comment on this PR.

Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.13.0.92 to 5.0.0.93.
- [Release notes](https://github.com/opencv/opencv-python/releases)
- [Commits](https://github.com/opencv/opencv-python/commits)

---
updated-dependencies:
- dependency-name: opencv-python
  dependency-version: 5.0.0.93
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 6, 2026
Comment thread pyproject.toml
"h5py==3.16.0",
"scipy==1.15.3",
"opencv-python==4.13.0.92",
"opencv-python==5.0.0.93",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Lockfile Keeps Old OpenCV

This line now requires opencv-python==5.0.0.93, but the checked-in lockfile still resolves opencv-python to 4.13.0.92 and records the old specifier. Any workflow using uv sync will keep installing OpenCV 4 while project metadata says OpenCV 5, so the upgrade is silently skipped and compatibility problems can be hidden until the lockfile is refreshed.

@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.73%. Comparing base (8e738e1) to head (b1f1536).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #764   +/-   ##
=======================================
  Coverage   75.73%   75.73%           
=======================================
  Files          58       58           
  Lines        8274     8274           
  Branches     1614     1614           
=======================================
  Hits         6266     6266           
  Misses       1384     1384           
  Partials      624      624           
Flag Coverage Δ
3.10 75.69% <ø> (+0.06%) ⬆️
3.11 75.69% <ø> (+0.06%) ⬆️
3.12 75.69% <ø> (+0.02%) ⬆️
3.13 75.69% <ø> (ø)
macos-latest 75.61% <ø> (ø)
ubuntu-latest 75.61% <ø> (ø)
windows-latest 75.53% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants