Skip to content

Bump opencv-python from 4.13.0.92 to 5.0.0.93#764

Open
dependabot[bot] wants to merge 2 commits 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 2 commits 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

This looks close to safe to merge after the existing dependency-sync concern is handled.

  • No new distinct blocking issue was found in the latest changed code.
  • The changed file only updates the OpenCV dependency pin.

pyproject.toml

Important Files Changed

Filename Overview
pyproject.toml Updates the pinned OpenCV Python dependency version.

Reviews (2): Last reviewed commit: "Merge branch 'master' into dependabot/pi..." | Re-trigger Greptile

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.83%. Comparing base (dc21546) to head (230b8f3).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #764      +/-   ##
==========================================
+ Coverage   75.79%   75.83%   +0.04%     
==========================================
  Files          58       58              
  Lines        8274     8274              
  Branches     1614     1614              
==========================================
+ Hits         6271     6275       +4     
+ Misses       1374     1373       -1     
+ Partials      629      626       -3     
Flag Coverage Δ
3.10 75.80% <ø> (+0.02%) ⬆️
3.11 75.80% <ø> (+0.02%) ⬆️
3.12 75.80% <ø> (+0.02%) ⬆️
3.13 75.80% <ø> (+0.02%) ⬆️
macos-latest 75.71% <ø> (?)
ubuntu-latest 75.71% <ø> (ø)
windows-latest 75.64% <ø> (ø)

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.

1 participant