Dependabot's pip configuration has open-pull-requests-limit: 5 and no ignore rules. On Sep 1 the five slots were filled by major-version bumps (#145 vedo, #146 tifffile, #147 zarr, #148 opencv-python, #149 opencv-python-headless), none of which the auto-merge workflow will merge and four of which fail to install.
While those five stay open, Dependabot cannot open anything else for pip. The numpy 1.24.1 -> 2.x pull request was suppressed this way, and so would the next routine group be.
numpy 2.x fails at import under opencv-python 4.8, and zarr 3 and opencv 5 change their APIs, so those major versions are not going to be taken by Dependabot in any case.
Dependabot's pip configuration has
open-pull-requests-limit: 5and noignorerules. On Sep 1 the five slots were filled by major-version bumps (#145 vedo, #146 tifffile, #147 zarr, #148 opencv-python, #149 opencv-python-headless), none of which the auto-merge workflow will merge and four of which fail to install.While those five stay open, Dependabot cannot open anything else for pip. The numpy 1.24.1 -> 2.x pull request was suppressed this way, and so would the next routine group be.
numpy 2.x fails at import under opencv-python 4.8, and zarr 3 and opencv 5 change their APIs, so those major versions are not going to be taken by Dependabot in any case.