Bump the requirements group with 11 updates
Bumps the requirements group with 11 updates:
| Package | From | To |
|---|---|---|
| numpy | 2.3.2 |
2.3.5 |
| ipywidgets | 8.1.7 |
8.1.8 |
| setuptools-scm | 8.3.1 |
9.2.2 |
| lmdb | 1.7.3 |
1.7.5 |
| redis | 6.4.0 |
7.1.0 |
| pymongo | 4.14.0 |
4.15.4 |
| pytest-cov | 6.2.1 |
7.0.0 |
| pytest-doctestplus | 1.4.0 |
1.6.0 |
| h5py | 3.14.0 |
3.15.1 |
| fasteners | 0.19 |
0.20 |
| pytest | 8.4.1 |
9.0.1 |
Updates numpy from 2.3.2 to 2.3.5
Release notes
Sourced from numpy's releases.
2.3.5 (Nov 16, 2025)
NumPy 2.3.5 Release Notes
The NumPy 2.3.5 release is a patch release split between a number of maintenance updates and bug fixes. This release supports Python versions 3.11-3.14.
Contributors
A total of 10 people contributed to this release. People with a "+" by their names contributed a patch for the first time.
- Aaron Kollasch +
- Charles Harris
- Joren Hammudoglu
- Matti Picus
- Nathan Goldbaum
- Rafael Laboissière +
- Sayed Awad
- Sebastian Berg
- Warren Weckesser
- Yasir Ashfaq +
Pull requests merged
A total of 16 pull requests were merged for this release.
- #29979: MAINT: Prepare 2.3.x for further development
- #30026: SIMD, BLD: Backport FPMATH mode on x86-32 and filter successor...
- #30029: MAINT: Backport write_release.py
- #30041: TYP: Various typing updates
- #30059: BUG: Fix np.strings.slice if stop=None or start and stop >= len...
- #30063: BUG: Fix np.strings.slice if start > stop
- #30076: BUG: avoid negating INT_MIN in PyArray_Round implementation (#30071)
- #30090: BUG: Fix resize when it contains references (#29970)
- #30129: BLD: update scipy-openblas, use -Dpkg_config_path (#30049)
- #30130: BUG: Avoid compilation error of wrapper file generated with SWIG...
- #30157: BLD: use scipy-openblas 0.3.30.7 (#30132)
- #30158: DOC: Remove nonexistent
orderparameter docs ofma.asanyarray...- #30185: BUG: Fix check of PyMem_Calloc return value. (#30176)
- #30217: DOC: fix links for newly rebuilt numpy-tutorials site
- #30218: BUG: Fix build on s390x with clang (#30214)
- #30237: ENH: Make FPE blas check a runtime check for all apple arm systems
v2.3.4 (Oct 15, 2025)
NumPy 2.3.4 Release Notes
The NumPy 2.3.4 release is a patch release split between a number of maintenance updates and bug fixes. This release supports Python versions 3.11-3.14. This release is based on Python 3.14.0 final.
... (truncated)
Commits
c3d60fcMerge pull request #30238 from charris/prepare-2.3.511451faREL: Prepare for the NumPy 2.3.5 releaseeab5bd4Merge pull request #30237 from charris/backport-301027cea31aFixup merge of multiarraymodule.cb898173Update numpy/_core/src/common/blas_utils.hf755483Report FPE ignoring in matmul inshow_runtime()c47116fMove test to Pythonbd7b93fooops, needs to be a calloc of course.83a1517Guard for HAVE_CBLAS and always compile the helpersab680efENH: Make FPE blas check a runtime check for all arm systems- Additional commits viewable in compare view
Updates ipywidgets from 8.1.7 to 8.1.8
Release notes
Sourced from ipywidgets's releases.
8.1.8
What's Changed
- Add JupyterCon banner and jupyter colors by
@choldgrafin jupyter-widgets/ipywidgets#3998- Fix badge formatting in README.md by
@Carreauin jupyter-widgets/ipywidgets#4000- Add Plausible web stats by
@jasongroutin jupyter-widgets/ipywidgets#4003- Update jupyterlab_widgets metadata to indicate it works with JupyterLab 4 by
@jasongroutin jupyter-widgets/ipywidgets#4004New Contributors
@choldgrafmade their first contribution in jupyter-widgets/ipywidgets#3998Full Changelog: https://github.com/jupyter-widgets/ipywidgets/compare/8.1.7...8.1.8
Commits
- See full diff in compare view
Updates setuptools-scm from 8.3.1 to 9.2.2
Release notes
Sourced from setuptools-scm's releases.
v9.2.2
What's Changed
- fix: don't warn about tool.setuptools.dynamic.version when only using file finder by
@RonnyPfannschmidtin pypa/setuptools-scm#1232Full Changelog: https://github.com/pypa/setuptools-scm/compare/v9.2.1...v9.2.2
v9.2.1
What's Changed
- Mark recently yanked versions in changelog by
@seifertmin pypa/setuptools-scm#1209- Fix 1216 explicitly deprecate setuptools dynamic version when active by
@RonnyPfannschmidtin pypa/setuptools-scm#1219- prepare Release v9.2.1 by
@RonnyPfannschmidtin pypa/setuptools-scm#1226New Contributors
@seifertmmade their first contribution in pypa/setuptools-scm#1209Full Changelog: https://github.com/pypa/setuptools-scm/compare/v9.2.0...v9.2.1
v9.2.0
What's Changed
- reiterate version inference by
@RonnyPfannschmidtin pypa/setuptools-scm#1202simple activation now requires a extra instead of setting up many pre-existing projects for failure/error
Full Changelog: https://github.com/pypa/setuptools-scm/compare/v9.1.1...v9.2.0
v9.1.1 (yanked)
What's Changed
- handle missing pyproject config in case version keyword is used by
@RonnyPfannschmidtin pypa/setuptools-scm#1195Full Changelog: https://github.com/pypa/setuptools-scm/compare/v9.1.0...v9.1.1
yanked after hitting regressions wrt legcy project setups triggering auto activate
v9.1.0 (yanked)
yanked
a regression makes some sdists report version 0.0.0
What's Changed
- reiterate version inference logic by
@RonnyPfannschmidtin pypa/setuptools-scm#1193
... (truncated)
Changelog
Sourced from setuptools-scm's changelog.
v9.2.2
Fixed
- fix #1231: don't warn about
tool.setuptools.dynamic.versionwhen only using file finder. The warning about combining version guessing with setuptools dynamic versions should only be issued when setuptools-scm is performing version inference, not when it's only being used for its file finder functionality.v9.2.1
Fixed
- fix #1216: accept and create a warning for usages of
version = attr:in setuptools config. unfortunately dozens of projects cargo-culted that antipatternv9.2.0
Added
add simplified activation via
setuptools-scm[simple]extraA new streamlined way to enable version inference without requiring a
[tool.setuptools_scm]section. Whensetuptools-scm[simple]is inbuild-system.requiresandversionis inproject.dynamic, version inference is automatically enabled with default settings.Removed
- unchecked simplified activation - too many projects use setups where it would fail
Changed
- refine activation logic and add unittest for the relevant cases instead of trying to speedrun setuptools
v9.1.1 (yanked)
Fixed
- fix #1194: correctly handle version keyword when pyproject metadata is missing
v9.1.0 (yanked)
Fixed
- complete reiteration of the decision logic for enabling version inference on setuptools_scm
... (truncated)
Commits
e56b78fMerge pull request #1232 from RonnyPfannschmidt/fix-1231-dont-warn-when-no-guess4f55e95docs: update changelog for v9.2.2 patch release95a0c47fix: don't warn about tool.setuptools.dynamic.version when only using file fi...338f562Merge pull request #1226 from RonnyPfannschmidt/prepare-releasea893634Prepare release v9.2.1ad83282Merge pull request #1225 from pypa/pre-commit-ci-update-config20a4464[pre-commit.ci] pre-commit autoupdate70f6942Merge pull request #1219 from RonnyPfannschmidt/fix-1216-explicitly-deprecate...14d85c0Install Mercurial on Windows runners via Chocolatey8c5cec9Fix API stability check workflow to install griffe and improve reporting- Additional commits viewable in compare view
Updates lmdb from 1.7.3 to 1.7.5
Changelog
Sourced from lmdb's changelog.
2025-10-14 1.7.5
- CI-only: Fix generation of 3.14 binaries.
2025-10-14 1.7.4 -- yanked
- CI-only: Generate Python 3.14 binaries.
Commits
Updates redis from 6.4.0 to 7.1.0
Release notes
Sourced from redis's releases.
7.1.0
Changes
🚀 New Features
- Adding MSETEX command support. (#3823)
- Adding CLAIM option to XREADGROUP command + unit tests (#3825)
- Apply routing and response aggregation policies in OSS Cluster mode (#3834)
🧪 Experimental Features
🔥 Breaking changes (in experimental features)
- Replace default health check and failure detector with custom (#3822)
🐛 Bug Fixes
🧰 Maintenance
- Adding Redis 8.4 RC1 image to test matrix. (#3820)
- Remove Python 3.9 support. Add Python 3.14 support. (#3814)
- Sync readme with 7.0.1 and update lib version to latest stable released version - 7.0.1 (#3821)
- Bump rojopolis/spellcheck-github-actions from 0.52.0 to 0.53.0 (#3827)
- Bump actions/upload-artifact from 4 to 5 (#3828)
- Bump github/codeql-action from 3 to 4 (#3829)
- Fixing flaky tests (#3833 #3838)
- Update 8.4 RC image tag to 8.4-RC1-pre.2 for pipeline test matrix (#3832)
- Add missing f-string when returning an error. (#3841)
- Adding latest 8.4 image to test matrix. Updating the Hybrid VSIM query format to be in sync with spec after srv issue was fixed. (#3843)
- Expand cluster READ_COMMANDS with additional read-only commands and reorganize the list of commands by category (#3845)
- Update Type Hints for List Command Parameters from str to KeyT (#3848)
- Changing log level to be debug for failed maintenance notification enablement when enabled='auto' (#3851)
- Added custom event handler section (#3853)
- Changing current version to 8.4 as it is already GA (#3854)
We'd like to thank all the contributors who worked on this release!
@ShubhamKaudewar@matthewwiese@peperon@vladvildanov@petyaslavova7.0.1
Changes
This release adds small fixes related to documentation.
🧰 Maintenance
- Add 'multi_database' section to documentation index (313d93f)
- Revised multi-database client documentation(78df745)
- Adding info about Multi-database client in README.md (3f7a55e)
... (truncated)
Commits
f7c1755Changing current version to 8.4 as it is already GA (#3854)2235cc7Added custom event handler section (#3853)8cc50a5Changing log level to be debug for failed maintenance notification enablement...d1769a2#3612 Generating unique command cache key (#3765)b49dce1Update Type Hints for List Command Parameters from str to KeyT (#3848)46ff042Expand cluster READ_COMMANDS with additional read-only commands and reorganiz...dc47675Updating lib version to 7.1.0 and added note in README that Python 3.9 suppor...f026c1eAdding latest 8.4 image to test matrix. Updating the Hybrid VSIM query format...a5ab18fAdding support for HYBRID search. (#3813)e6fb505Adding support for CAS/CAD commands. (#3837)- Additional commits viewable in compare view
Updates pymongo from 4.14.0 to 4.15.4
Release notes
Sourced from pymongo's releases.
PyMongo 4.15.4
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-15-4-released/331292
PyMongo 4.15.3
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-15-3-released/329778
PyMongo 4.15.2
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-15-2-released/329543
PyMongo 4.15.1
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-15-1-released/328837
PyMongo 4.15.0
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-15-released/328574
PyMongo 4.14.1
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-14-1-released/327511
Changelog
Sourced from pymongo's changelog.
Changes in Version 4.15.4 (2025/10/21)
Version 4.15.4 is a bug fix release.
- Relaxed the callback type of :meth:
~pymongo.asynchronous.client_session.AsyncClientSession.with_transactionto allow the broader Awaitable type rather than only Coroutine objects.- Added the missing Python 3.14 trove classifier to the package metadata.
Issues Resolved ...............
See the
PyMongo 4.15.4 release notes in JIRA_ for the list of resolved issues in this release... _PyMongo 4.15.4 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=47237
Changes in Version 4.15.3 (2025/10/07)
Version 4.15.3 is a bug fix release.
- Fixed a memory leak when raising :class:
bson.errors.InvalidDocumentwith C extensions.- Fixed the return type of the :meth:
~pymongo.asynchronous.collection.AsyncCollection.distinct, :meth:~pymongo.synchronous.collection.Collection.distinct, :meth:pymongo.asynchronous.cursor.AsyncCursor.distinct, and :meth:pymongo.asynchronous.cursor.AsyncCursor.distinctmethods.Issues Resolved ...............
See the
PyMongo 4.15.3 release notes in JIRA_ for the list of resolved issues in this release... _PyMongo 4.15.3 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=47293
Changes in Version 4.15.2 (2025/10/01)
Version 4.15.2 is a bug fix release.
- Add wheels for Python 3.14 and 3.14t that were missing from 4.15.0 release. Drop the 3.13t wheel.
Issues Resolved ...............
See the
PyMongo 4.15.2 release notes in JIRA_ for the list of resolved issues in this release... _PyMongo 4.15.2 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=47186
Changes in Version 4.15.1 (2025/09/16)
... (truncated)
Commits
07d51b1PYTHON-5639 Prep for 4.15.4 release (#2614)477217f[TASK]-[PYTHON-5623]: [v4.15] Change with_transaction callback return type to...f3ea373PYTHON-5624 - Add Python 3.14 trove classifier (#2593)a5a50a8BUMP 4.15.4.dev06116811PYTHON-5609 Prepare for 4.15.3 Release (#2584)fef10d2PYTHON-5596 Fix return type for distinct methods (#2576) [v4.15] (#2583)039c35b[v4.15] PYTHON-5571 - Fix memory leak when raising InvalidDocument with C ext...a71c96dBUMP 4.15.3.dev0eda41f3final preparation for v4.15.2 release (#2569)f33e832PYTHON-5584 Add wheels for Python 3.14 and 3.14t (#2568)- Additional commits viewable in compare view
Updates pytest-cov from 6.2.1 to 7.0.0
Changelog
Sourced from pytest-cov's changelog.
7.0.0 (2025-09-09)
Dropped support for subprocesses measurement.
It was a feature added long time ago when coverage lacked a nice way to measure subprocesses created in tests. It relied on a
.pthfile, there was no way to opt-out and it created bad interations withcoverage's new patch system <https://coverage.readthedocs.io/en/latest/config.html#run-patch>_ added in7.10 <https://coverage.readthedocs.io/en/7.10.6/changes.html#version-7-10-0-2025-07-24>_.To migrate to this release you might need to enable the suprocess patch, example for
.coveragerc:.. code-block:: ini
[run] patch = subprocess
This release also requires at least coverage 7.10.6.
Switched packaging to have metadata completely in
pyproject.tomland usehatchling <https://pypi.org/project/hatchling/>_ for building. Contributed by Ofek Lev in[#551](https://github.com/pytest-dev/pytest-cov/issues/551) <https://github.com/pytest-dev/pytest-cov/pull/551>_ with some extras in[#716](https://github.com/pytest-dev/pytest-cov/issues/716) <https://github.com/pytest-dev/pytest-cov/pull/716>_.Removed some not really necessary testing deps like
six.6.3.0 (2025-09-06)
- Added support for markdown reports. Contributed by Marcos Boger in
[#712](https://github.com/pytest-dev/pytest-cov/issues/712) <https://github.com/pytest-dev/pytest-cov/pull/712>_ and[#714](https://github.com/pytest-dev/pytest-cov/issues/714) <https://github.com/pytest-dev/pytest-cov/pull/714>_.- Fixed some formatting issues in docs. Anonymous contribution in
[#706](https://github.com/pytest-dev/pytest-cov/issues/706) <https://github.com/pytest-dev/pytest-cov/pull/706>_.
Commits
224d896Bump version: 6.3.0 → 7.0.073424e3Cleanup the docs a bit.36f1cc2Bump pins in template.f299c59Bump the github-actions group with 2 updates25f0b2eUpdate docs/config.rstbb23eacImprove configuration docsa19531eSwitch from build/pre-commit to uv/prek - this should make this faster.82f9993Update changelog.211b5cdFix links.97aadd7Update some ci config, reformat and apply some lint fixes.- Additional commits viewable in compare view
Updates pytest-doctestplus from 1.4.0 to 1.6.0
Release notes
Sourced from pytest-doctestplus's releases.
v1.6.0
What's Changed
- TST: Catch ResourceWarning under bad combo by
@pllimin scientific-python/pytest-doctestplus#307- CI: move on from deprecated macos image by
@bsipoczin scientific-python/pytest-doctestplus#309- TST: Debug and fix new Windows + Python 3.14 failure (try 2) by
@pllimin scientific-python/pytest-doctestplus#310- BUG: Fix directives that do not have any content by
@sebergin scientific-python/pytest-doctestplus#311- Ensure skipped doctest are visible by
@lagruin scientific-python/pytest-doctestplus#312New Contributors
@lagrumade their first contribution in scientific-python/pytest-doctestplus#312Full Changelog: https://github.com/scientific-python/pytest-doctestplus/compare/v1.5.0...v1.6.0
v1.5.0
What's Changed
- introduced option to specify file encoding by
@d-chrisin scientific-python/pytest-doctestplus#284- TST: adding new python version to the fail list by
@bsipoczin scientific-python/pytest-doctestplus#289- MAINT: exclude bots from release notes by
@bsipoczin scientific-python/pytest-doctestplus#290- MAINT: xfailing test now passes with new version by
@bsipoczin scientific-python/pytest-doctestplus#293- CI: adding deprecation filterwarning for pytest-asyncio by
@bsipoczin scientific-python/pytest-doctestplus#294- TST: new python version out, new xfail for the test by
@bsipoczin scientific-python/pytest-doctestplus#295- CI: adding Python 3.14 for testing by
@bsipoczin scientific-python/pytest-doctestplus#300- CI: adding more versions to the matrix by
@bsipoczin scientific-python/pytest-doctestplus#306New Contributors
@d-chrismade their first contribution in scientific-python/pytest-doctestplus#284Full Changelog: https://github.com/scientific-python/pytest-doctestplus/compare/v1.4.0...v1.5.0
Changelog
Sourced from pytest-doctestplus's changelog.
1.6.0 (2025-11-20)
Fixing directives that should not have any content and therefore fixing previously crashing sphinx builds. Using these directives with a content now results an error. #311
Ensure that tests skipped with
__doctest_skip__and__doctest_requires__show up as skipped tests in Pytest's output. #3121.5.0 (2025-10-17)
- Adding the usage of the
doctest_encodingini option when overwriting files with thedoctest-plus-generate-diffoption. #284
Commits
720babcFinalizing changelog for v1.6.0a90cca3Merge pull request #312 from lagru/show-import-skips666e38dAssert that importorskip does not affect locals()e3a4df4Note this fix in CHANGES.rst606a629Cleanup temporary hidden variable too3188e5bEnsure skipped doctest are visiblea93f859Merge pull request #311 from seberg/fix-directivesec76b0bAlso fixup the docsd2b6b0aBUG: Fix directives that do not have any content5af936aMerge pull request #310 from pllim/fix-win-py314-pt2- Additional commits viewable in compare view
Updates h5py from 3.14.0 to 3.15.1
Release notes
Sourced from h5py's releases.
3.15.1
No release notes provided.
3.15.0
See https://docs.h5py.org/en/latest/whatsnew/3.15.html for release notes
Commits
fad034cMerge pull request #2727 from takluyver/prepare-3.15.1435015dVersion number -> 3.15.13cf3343Add release note for 3.15.1c4d3394Merge pull request #2725 from crusaderky/test_lowlevel_vdsa0a707fMerge pull request #2722 from neutrinoceros/whl/fix-hdf5-macosx-deployment-ta...b30f4faWHL: build HDF5 with backward compatible system APIs on macOSeff7fa8TST: File hygiene in test_lowlevel_vdsdffdd1aMerge pull request #2723 from takluyver/ci/gh-release-non-draft9f67594Merge pull request #2724 from h5py/dependabot/github_actions/actions-e74af9633e0e82857Build(deps): Bump softprops/action-gh-release in the actions group- Additional commits viewable in compare view
Updates fasteners from 0.19 to 0.20
Release notes
Sourced from fasteners's releases.
Version 0.20
- InterProcessLock now catches OSError and handles BlockingIOError correctly.
- Remove support for python 3.8, python 3.9 and pypy 3.9. It should still work, but is no longer tested.
- Add support for python 3.12, 3.13 and pypy 3.11.
Changelog
Sourced from fasteners's changelog.
[0.20]
- InterProcessLock now catches OSError and handles BlockingIOError correctly.
- Remove support for python 3.8, python 3.9 and pypy 3.9. It should still work, but is no longer tested.
- Add support for python 3.12, 3.13 and pypy 3.11.
Commits
Updates pytest from 8.4.1 to 9.0.1
Release notes
Sourced from pytest's releases.
9.0.1
pytest 9.0.1 (2025-11-12)
Bug fixes
- #13895: Restore support for skipping tests via
raise unittest.SkipTest.- #13896: The terminal progress plugin added in pytest 9.0 is now automatically disabled when iTerm2 is detected, it generated desktop notifications instead of the desired functionality.
- #13904: Fixed the TOML type of the verbosity settings in the API reference from number to string.
- #13910: Fixed UserWarning: Do not expect file_or_dir on some earlier Python 3.12 and 3.13 point versions.
Packaging updates and notes for downstreams
- #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its
package_envthrough theSETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTESTenvironment variable as a part of the release process -- bywebknjaz.Contributor-facing changes
- #13891, #13942: The CI/CD part of the release automation is now capable of creating GitHub Releases without having a Git checkout on disk -- by
bluetechandwebknjaz.- #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its
package_envthrough theSETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTESTenvironment variable as a part of the release process -- bywebknjaz.9.0.0
pytest 9.0.0 (2025-11-05)
New features
#1367: Support for subtests has been added.
subtests <subtests>are an alternative to parametrization, useful in situations where the parametrization values are not all known at collection time.Example:
def contains_docstring(p: Path) -> bool: """Return True if the given Python file contains a top-level docstring.""" ...def test_py_files_contain_docstring(subtests: pytest.Subtests) -> None:
for path in Path.cwd().glob("*.py"):
with subtests.test(path=str(path)):
assert contains_docstring(path)
... (truncated)
Commits
d1b64aaPrepare release version 9.0.10a497c7regendoc: remove CI environment variables (#13950) (#13951)a9f7e6e🧪 Rungh releasew/o Git in CI/CD (#13942) (#13947)2682a66Merge pull request #13944 from pytest-dev/patchback/backports/9.0.x/bef7d34f1...a999997Merge pull request #13941 from nicoddemus/min-pre-commit-version4bd63a0Merge pull request #13935 from pytest-dev/patchback/backports/9.0.x/ce8b8a7b4...15f93b3Merge pull request #13933 from webknjaz/maintenance/tox-pep517-env-setuptools...0fa11aeMerge pull request #13927 from pytest-dev/patchback/backports/9.0.x/3d8075743...fa45470Merge pull request #13926 from pytest-dev/patchback/backports/9.0.x/d587e0cf8...b4e3973Merge pull request #13922 from bluetech/fix-argparse-userwarning- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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