chore(deps): update dependency more-itertools to v10.4.0 #58

Merged
realaravinth merged 1 commit from renovate/more-itertools-10.x into master 2024-08-19 13:49:17 +05:30
Member

This PR contains the following updates:

Package Update Change
more-itertools minor ==10.3.0 -> ==10.4.0

Release Notes

more-itertools/more-itertools (more-itertools)

v10.4.0: Version 10.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/more-itertools/more-itertools/compare/v10.3.0...v10.4.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [more-itertools](https://github.com/more-itertools/more-itertools) | minor | `==10.3.0` -> `==10.4.0` | --- ### Release Notes <details> <summary>more-itertools/more-itertools (more-itertools)</summary> ### [`v10.4.0`](https://github.com/more-itertools/more-itertools/releases/tag/v10.4.0): Version 10.4.0 [Compare Source](https://github.com/more-itertools/more-itertools/compare/v10.3.0...v10.4.0) #### What's Changed - Issue 854: sample improvements by [@&#8203;bbayles](https://github.com/bbayles) in https://github.com/more-itertools/more-itertools/pull/855 - Issue 858: Use chain and starmap in run_length.decode by [@&#8203;bbayles](https://github.com/bbayles) in https://github.com/more-itertools/more-itertools/pull/861 - Issue 859: Update totient recipe by [@&#8203;bbayles](https://github.com/bbayles) in https://github.com/more-itertools/more-itertools/pull/860 - Distinct permutations of incomparable items by [@&#8203;JamesParrott](https://github.com/JamesParrott) in https://github.com/more-itertools/more-itertools/pull/834 - Clarify seekable.relative_seek behavior by [@&#8203;bbayles](https://github.com/bbayles) in https://github.com/more-itertools/more-itertools/pull/863 - Issue 864: Improve \_sample_unweighted by [@&#8203;bbayles](https://github.com/bbayles) in https://github.com/more-itertools/more-itertools/pull/865 - Use log1p for \_sample_unweighted by [@&#8203;bbayles](https://github.com/bbayles) in https://github.com/more-itertools/more-itertools/pull/868 - Issue 862: change relative_seek() behaviour by [@&#8203;dkrikun](https://github.com/dkrikun) in https://github.com/more-itertools/more-itertools/pull/866 - Issue 876: is_sorted clarifications by [@&#8203;bbayles](https://github.com/bbayles) in https://github.com/more-itertools/more-itertools/pull/877 - Issue 870: counts parameter for sample by [@&#8203;bbayles](https://github.com/bbayles) in https://github.com/more-itertools/more-itertools/pull/875 - Issue 869: Add a steps argument to circular_shifts by [@&#8203;bbayles](https://github.com/bbayles) in https://github.com/more-itertools/more-itertools/pull/874 - Issue 871: Add a fast path for sliding_window by [@&#8203;bbayles](https://github.com/bbayles) in https://github.com/more-itertools/more-itertools/pull/873 - type annotation of `windowed_complete` corrected by [@&#8203;m472](https://github.com/m472) in https://github.com/more-itertools/more-itertools/pull/881 - \[Docs] Fix strictly_n missing the n parameter by [@&#8203;fakuivan](https://github.com/fakuivan) in https://github.com/more-itertools/more-itertools/pull/886 - Standardize type hints for isinstance's second argument by [@&#8203;jbosboom](https://github.com/jbosboom) in https://github.com/more-itertools/more-itertools/pull/887 - Issue 883: change type hint by [@&#8203;akisatoon1](https://github.com/akisatoon1) in https://github.com/more-itertools/more-itertools/pull/884 - Add type overloads for `zip_broadcast` by [@&#8203;Pandede](https://github.com/Pandede) in https://github.com/more-itertools/more-itertools/pull/888 - Issue 889: Optimize triplewise by [@&#8203;bbayles](https://github.com/bbayles) in https://github.com/more-itertools/more-itertools/pull/891 - Add option `strict` to `sort_together` by [@&#8203;Pandede](https://github.com/Pandede) in https://github.com/more-itertools/more-itertools/pull/892 - Updates for version 10.4.0 by [@&#8203;bbayles](https://github.com/bbayles) in https://github.com/more-itertools/more-itertools/pull/893 #### New Contributors - [@&#8203;JamesParrott](https://github.com/JamesParrott) made their first contribution in https://github.com/more-itertools/more-itertools/pull/834 - [@&#8203;dkrikun](https://github.com/dkrikun) made their first contribution in https://github.com/more-itertools/more-itertools/pull/866 - [@&#8203;m472](https://github.com/m472) made their first contribution in https://github.com/more-itertools/more-itertools/pull/881 - [@&#8203;fakuivan](https://github.com/fakuivan) made their first contribution in https://github.com/more-itertools/more-itertools/pull/886 - [@&#8203;jbosboom](https://github.com/jbosboom) made their first contribution in https://github.com/more-itertools/more-itertools/pull/887 - [@&#8203;akisatoon1](https://github.com/akisatoon1) made their first contribution in https://github.com/more-itertools/more-itertools/pull/884 - [@&#8203;Pandede](https://github.com/Pandede) made their first contribution in https://github.com/more-itertools/more-itertools/pull/888 **Full Changelog**: https://github.com/more-itertools/more-itertools/compare/v10.3.0...v10.4.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMS4yIiwidXBkYXRlZEluVmVyIjoiMzguMjEuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
renovate-bot added the
renovate-bot
label 2024-08-07 20:02:30 +05:30
renovate-bot added 1 commit 2024-08-07 20:02:31 +05:30
chore(deps): update dependency more-itertools to v10.4.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
64a95d4dd4
realaravinth merged commit 962c5adc1c into master 2024-08-19 13:49:17 +05:30
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ForgeFlux/ftest-common-py#58
No description provided.