Bump the requirements group with 3 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
(3 months ago)
by d-v-b
dependencies python
Bumps the requirements group with 3 updates: numpy, pytest and pymongo.
Updates numpy
from 2.3.0 to 2.3.1
Release notes
Sourced from numpy's releases.
v2.3.1 (Jun 21, 2025)
NumPy 2.3.1 Release Notes
The NumPy 2.3.1 release is a patch release with several bug fixes, annotation improvements, and better support for OpenBSD. Highlights are:
- Fix bug in
matmul
for non-contiguous out kwarg parameter- Fix for Accelerate runtime warnings on M4 hardware
- Fix new in NumPy 2.3.0
np.vectorize
casting errors- Improved support of cpu features for FreeBSD and OpenBSD
This release supports Python versions 3.11-3.13, Python 3.14 will be supported when it is released.
Contributors
A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time.
- Brad Smith +
- Charles Harris
- Developer-Ecosystem-Engineering
- François Rozet
- Joren Hammudoglu
- Matti Picus
- Mugundan Selvanayagam
- Nathan Goldbaum
- Sebastian Berg
Pull requests merged
A total of 12 pull requests were merged for this release.
- #29140: MAINT: Prepare 2.3.x for further development
- #29191: BUG: fix matmul with transposed out arg (#29179)
- #29192: TYP: Backport typing fixes and improvements.
- #29205: BUG: Revert
np.vectorize
casting to legacy behavior (#29196)- #29222: TYP: Backport typing fixes
- #29233: BUG: avoid negating unsigned integers in resize implementation...
- #29234: TST: Fix test that uses uninitialized memory (#29232)
- #29235: BUG: Address interaction between SME and FPSR (#29223)
- #29237: BUG: Enforce integer limitation in concatenate (#29231)
- #29238: CI: Add support for building NumPy with LLVM for Win-ARM64
- #29241: ENH: Detect CPU features on OpenBSD ARM and PowerPC64
- #29242: ENH: Detect CPU features on FreeBSD / OpenBSD RISC-V64.
Checksums
MD5
... (truncated)
Commits
4d833e5
Merge pull request #29251 from charris/prepare-2.3.1-release13df6d1
REL: Prepare for the NumPy 2.3.1 release [wheel build]daeb8bd
Merge pull request #29242 from charris/backport-29224eff9ae3
Merge pull request #29241 from charris/backport-29221c2fa1de
ENH: Detect CPU features on FreeBSD / OpenBSD RISC-V64.a52c49e
ENH: Detect CPU features on OpenBSD ARM and PowerPC64b3f56fd
Merge pull request #29238 from charris/backport29215b20d754
CI: Add conditions to check hash of LLVM package4c4617f
CI: Fix reusable LLVM blockd3fd4a6
CI: fix action.yml naming- Additional commits viewable in compare view
Updates pytest
from 8.4.0 to 8.4.1
Release notes
Sourced from pytest's releases.
8.4.1
pytest 8.4.1 (2025-06-17)
Bug fixes
#13461: Corrected
_pytest.terminal.TerminalReporter.isatty
to support being called as a method. Before it was just a boolean which could break correct code when using-o log_cli=true
).#13477: Reintroduced
pytest.PytestReturnNotNoneWarning
{.interpreted-text role="class"} which was removed by accident in pytest [8.4]{.title-ref}.This warning is raised when a test functions returns a value other than
None
, which is often a mistake made by beginners.See
return-not-none
{.interpreted-text role="ref"} for more information.#13497: Fixed compatibility with
Twisted 25+
.Improved documentation
- #13492: Fixed outdated warning about
faulthandler
not working on Windows.
Commits
8d99211
Prepare release version 8.4.15dc5880
docs: update pytest.ini addopts example to use separate -p entries (#13529) (...d0c7ed0
Reintroduce PytestReturnNotNoneWarning (#13495) (#13527)a1b3a78
Fix compatibility with Twisted 25 (#13502) (#13531)4c161ab
pytester: avoid unraisableexception gc collects in inline runs to speed up te...a86ee09
Fix typo in parametrize.rst (#13514) (#13516)1a0581b
Remove outdated warning about faulthandler_timeout on Windows (#13492) (#13493)4e631a7
Merge pull request #13486 from hosmir/fixtypo (#13487)b49745e
fix: support TerminalReporter.isatty being called (#13462) (#13483)cc5ceed
RELEASING: remove pytest mailing list (#13472) (#13473)- Additional commits viewable in compare view
Updates pymongo
from 4.13.1 to 4.13.2
Release notes
Sourced from pymongo's releases.
PyMongo 4.13.2
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-13-2-released/323705
Changelog
Sourced from pymongo's changelog.
Changes in Version 4.13.2 (2025/06/17)
Version 4.13.2 is a bug fix release.
- Fixed a bug where
AsyncMongoClient
would block the event loop while creating new connections, potentially significantly increasing latency for ongoing operations.Issues Resolved ...............
See the
PyMongo 4.13.2 release notes in JIRA
_ for the list of resolved issues in this release... _PyMongo 4.13.2 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=43937
Commits
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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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
Pull Request Statistics
1
3
+3
-3
Technical Details
ID: | 2246592 |
UUID: | 2610440335 |
Node ID: | PR_kwDOAt0r8c6bmCiP |
Host: | GitHub |
Repository: | zarr-developers/zarr-python |
Merge State: | Unknown |