Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update more-itertools requirement from ~=9.0 to >=9,<11 #2833

Merged
merged 3 commits into from
Jul 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Updates the requirements on more-itertools to permit the latest version.

Release notes

Sourced from more-itertools's releases.

Version 10.0.0

What's Changed

New Contributors

Full Changelog: more-itertools/more-itertools@v9.1.1...v10.0.0

Commits
  • 5c1fb20 Merge pull request #734 from more-itertools/issue-732-isqrt
  • 4d49fb9 Update version history for numeric_change update
  • 8ed237d Merge branch 'eltoder-feature/numeric-range-calc-len' into issue-732-isqrt
  • a67c030 Delay computation of numeric_range len until needed
  • 9514d07 Update convolve recipe with note about implementation
  • 45b1080 Fix docstring typo
  • d9d2654 More for the 10.0.0 changelog
  • 9c6f616 Sync factor with CPython GH-106817
  • f55a41d nth_combination_with_replacement was in the wrong spot
  • 10540e7 Selectively skip zip_strict tests
  • Additional commits viewable in compare view

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from merelcht as a code owner July 24, 2023 19:10
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 24, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/more-itertools-gte-9-and-lt-11 branch from 29ee92a to 355445c Compare July 26, 2023 16:57
astrojuanlu
astrojuanlu previously approved these changes Jul 26, 2023
Copy link
Member

@astrojuanlu astrojuanlu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the tests pass, I'm happy with this change 👍🏽

@dependabot dependabot bot force-pushed the dependabot/pip/more-itertools-gte-9-and-lt-11 branch from 355445c to 15b0bd7 Compare July 26, 2023 18:56
Updates the requirements on [more-itertools](https://github.com/more-itertools/more-itertools) to permit the latest version.
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v9.0.0...v10.0.0)

---
updated-dependencies:
- dependency-name: more-itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/more-itertools-gte-9-and-lt-11 branch from 15b0bd7 to 73bc398 Compare July 27, 2023 07:17
@merelcht merelcht enabled auto-merge (squash) July 28, 2023 14:16
@merelcht merelcht merged commit 8760802 into main Jul 28, 2023
28 of 29 checks passed
@merelcht merelcht deleted the dependabot/pip/more-itertools-gte-9-and-lt-11 branch July 28, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants