Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the pip-version group with 3 updates (#1004)
* Bump the pip-version group with 3 updates Bumps the pip-version group with 3 updates: [coverage](https://github.com/nedbat/coveragepy), [numpy](https://github.com/numpy/numpy) and [tables](https://github.com/PyTables/PyTables). Updates `coverage` from 7.6.0 to 7.6.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.0...7.6.1) Updates `numpy` from 2.0.1 to 2.1.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.0.1...v2.1.0) Updates `tables` from 3.9.2 to 3.10.1 - [Release notes](https://github.com/PyTables/PyTables/releases) - [Changelog](https://github.com/PyTables/PyTables/blob/master/RELEASE_NOTES.rst) - [Commits](PyTables/PyTables@v3.9.2...v3.10.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-version - dependency-name: tables dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-version ... Signed-off-by: dependabot[bot] <[email protected]> * Test Python 3.9 on oldest dependencies * Update oldest numpy to 1.19.3 for maintenance release * Require pandas>=1.2.0 to ensure Python 3.9 wheels are available. * Require h5py>=3.0.0 to ensure Python 3.9 wheels are available. * Bump tqdm requirement due to bug in older versions not supporting Python 3.9. A bug with `setcheckinterval` (removed in Python 3.9) was fixed in https://github.com/tqdm/tqdm/releases/tag/v4.46.1 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Corwin Kerr <[email protected]> Co-authored-by: Bradley Dice <[email protected]>
- Loading branch information