Bump the pip-all group with 9 updates - #70
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps the pip-all group with 9 updates: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `1.26.2` | `1.26.4` | | [scipy](https://github.com/scipy/scipy) | `1.11.4` | `1.12.0` | | [pyside6-essentials](https://pyside.org) | `6.6.0` | `6.6.3` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.2.0` | `6.3.0` | | [typeguard](https://github.com/agronholm/typeguard) | `4.1.5` | `4.2.1` | | [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) | `2023.10` | `2024.3` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.5.0` | `3.7.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `8.1.1` | Updates `numpy` from 1.26.2 to 1.26.4 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.26.2...v1.26.4) Updates `scipy` from 1.11.4 to 1.12.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.11.4...v1.12.0) Updates `pyside6-essentials` from 6.6.0 to 6.6.3 Updates `pyinstaller` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](pyinstaller/pyinstaller@v6.2.0...v6.3.0) Updates `typeguard` from 4.1.5 to 4.2.1 - [Release notes](https://github.com/agronholm/typeguard/releases) - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](agronholm/typeguard@4.1.5...4.2.1) Updates `pyinstaller-hooks-contrib` from 2023.10 to 2024.3 - [Release notes](https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst) - [Commits](pyinstaller/pyinstaller-hooks-contrib@2023.10...2024.3) Updates `pre-commit` from 3.5.0 to 3.7.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.5.0...v3.7.0) Updates `pytest-cov` from 4.1.0 to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0) Updates `pytest` from 7.4.3 to 8.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.3...8.1.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-all - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-all - dependency-name: pyside6-essentials dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-all - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-all - dependency-name: typeguard dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-all - dependency-name: pyinstaller-hooks-contrib dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-all - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-all - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip-all - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip-all ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #71. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pip-all group with 9 updates:
1.26.21.26.41.11.41.12.06.6.06.6.36.2.06.3.04.1.54.2.12023.102024.33.5.03.7.04.1.05.0.07.4.38.1.1Updates
numpyfrom 1.26.2 to 1.26.4Release notes
Sourced from numpy's releases.
... (truncated)
Commits
9815c16Merge pull request #25770 from charris/prepare-1.26.4114ed25REL: Prepare for the NumPy 1.26.4 release2fae4d3Merge pull request #25323 from stefanor/import-asstrce89a0aMerge pull request #25756 from charris/backport-24711f62dfc6Merge pull request #25755 from charris/backport-25709fee88abBUG: Fix np.quantile([Fraction(2,1)], 0.5) (#24711)659be68MAINT: Include header defining backtrace837cd38Merge pull request #25748 from rgommers/unvendor-mesonpythonf984240CI: upgrade cibuildwheel from 2.16.4 to 2.16.5 [wheel build]3548f9dBLD: unvendor meson-python [wheel build]Updates
scipyfrom 1.11.4 to 1.12.0Release notes
Sourced from scipy's releases.
... (truncated)
Commits
4edfcaaREL: SciPy 1.12.0 release commit [wheel build]e3cff26Merge pull request #19922 from tylerjereddy/treddy_1_12_0_final_prepbf02582DOC: PR 19922 revisions [wheel build]41ed3d6Revert "ENH: stats.wasserstein_distance: multivariate Wasserstein distance/EM...db2cb8cDOC: update 1.12.0 relnotesc76bedfBLD: ensure the name of the installedscipypackage is lower-caseaedbb2bDEP: reflect extended deprecations also in release notes (#19903)0b4c8dcDEP: extend some announced deprecations due to out-of-band 1.13 release (#19892)82dddc5DOC: 1.12 release notes tweaks (#19877)e22a5ffREL: 1.12.0 final unreleasedUpdates
pyside6-essentialsfrom 6.6.0 to 6.6.3Updates
pyinstallerfrom 6.2.0 to 6.3.0Release notes
Sourced from pyinstaller's releases.
Changelog
Sourced from pyinstaller's changelog.