Bump the production-dependencies group with 5 updates#830
Merged
Conversation
Bumps the production-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [cachetools](https://github.com/tkem/cachetools) | `6.2.4` | `6.2.6` | | [multiprocess](https://github.com/uqfoundation/multiprocess) | `0.70.18` | `0.70.19` | | [numpy](https://github.com/numpy/numpy) | `2.4.0` | `2.4.2` | | [scipy](https://github.com/scipy/scipy) | `1.16.3` | `1.17.0` | | [tomli](https://github.com/hukkin/tomli) | `2.3.0` | `2.4.0` | Updates `cachetools` from 6.2.4 to 6.2.6 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v6.2.4...v6.2.6) Updates `multiprocess` from 0.70.18 to 0.70.19 - [Release notes](https://github.com/uqfoundation/multiprocess/releases) - [Commits](uqfoundation/multiprocess@0.70.18...0.70.19) Updates `numpy` from 2.4.0 to 2.4.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.0...v2.4.2) Updates `scipy` from 1.16.3 to 1.17.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.16.3...v1.17.0) Updates `tomli` from 2.3.0 to 2.4.0 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.3.0...2.4.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: multiprocess dependency-version: 0.70.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: numpy dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: scipy dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: tomli dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
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.



Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the production-dependencies group with 5 updates:
6.2.46.2.60.70.180.70.192.4.02.4.21.16.31.17.02.3.02.4.0Updates
cachetoolsfrom 6.2.4 to 6.2.6Changelog
Sourced from cachetools's changelog.
Commits
318ed71Release v6.2.6.48443ffFix Cache.popitem test.709819cFix test method naming.68e4b9cMinor documentation improvements.8ee4015Minor code readability improvements.ea47f99Improve typedkey performance.7158a30Release v6.2.5.c9e3e26Fix #379: Improve@cachedmethodexample by using a lock.d99c023Bump copyright year.5a87ee0Add test cases for cache stampede scenarios.Updates
multiprocessfrom 0.70.18 to 0.70.19Commits
136e2a6tag: 0.70.19cd45c1atravis use noble, 3.15t, 3.14, coverage on 3.10 (#247)7c8b7e5increase short timeout in test_interrupt (#246)8db0ee8sync with python3.15.0a5 (#245)12ac8a3Bump urllib3 from 2.6.0 to 2.6.3 in /docs (#243)c7bcec1sync with rtfd 15.10.0 (#244)eecf5d1update copyright for 2026, urllib3 to 2.6.0 (#242)56eca89sync with python 3.15.0a3 (#241)319afc2sync with 3.13.11 and 3.14.2 (#240)8361d28sync with python 3.15.0a2 (#238)Updates
numpyfrom 2.4.0 to 2.4.2Release notes
Sourced from numpy's releases.
Changelog
Sourced from numpy's changelog.
Commits
c81c49fMerge pull request #30757 from charris/prepare-2.4.2b3ae9c5REL: Prepare for the NumPy 2.4.2 release9de8984Merge pull request #30737 from mattip/scipy-openblas-backportb7be329backport scipy-openblas version change7ff9863Merge pull request #30736 from charris/backport-30667431fffbMAINT: Skip tests that require buffer.127235fBUG: fix thread safety ofarray_getbuffer(#30667)18bdb2eMerge pull request #30713 from charris/backport-3071041dd751Merge pull request #30712 from charris/backport-307057a278daBUG: Fixup the quantile promotion fixupUpdates
scipyfrom 1.16.3 to 1.17.0Release notes
Sourced from scipy's releases.
... (truncated)
Commits
8c75ae7REL: 1.17.0 "final" release commit [wheel build]9d7f110Merge pull request #24298 from tylerjereddy/treddy_prep_1.17.0_final94373b6MAINT: test wheels [wheel build]723f4e2DOC: update 1.17.0 relnotesbf042f0CI: ensure we use pinned scipy-openblas version also in ILP64 job3e00a04CI: fix issue with ILP64 job; point to fixed numpy/meson commit39bceabBUG: stats: fix va_args memory corruption bug8f56387DOC: update 1.17.0 release notesc50e9c0Merge pull request #24304 from ev-br/edit_relnotes_for_ILP64b204495DOC: clarify ILP64 support caveats in the release notes, remove mentions of O...Updates
tomlifrom 2.3.0 to 2.4.0Changelog
Sourced from tomli's changelog.
Commits
a678e6fBump version: 2.3.0 → 2.4.0b8a1358Tests: remove now needless "TOML compliance"->"burntsushi" format conversion4979375Update GitHub actionsf890dd1Update pre-commit hooksd9c65c3Add 2.4.0 change log0efe49dUpdate README for v2.4.09eb2125TOML 1.1: Make seconds optional in Date-Time and Time (#203)12314bdTOML 1.1: Add \xHH Unicode escape code to basic strings (#202)2a2aa62TOML 1.1: Allow newlines and trailing comma in inline tables (#200)38297f8Xfail on tests for TOML 1.1 features not yet supportedDependabot 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