Skip to content

pip(deps): bump pipe from 2.0 to 2.2#535

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-pip-pipe-2.2
Open

pip(deps): bump pipe from 2.0 to 2.2#535
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-pip-pipe-2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 16, 2026

Bumps pipe from 2.0 to 2.2.

Release notes

Sourced from pipe's releases.

v2.2

NEW: One-off pipes, contributed by @​YoraiLevi:

>>> from itertools import combinations
>>> list(range(5) | Pipe(combinations, 2))
[(0, 1), (0, 2), (0, 3), (0, 4), (1, 2), (1, 3), (1, 4), (2, 3), (2, 4), (3, 4)]
>>>

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [pipe](https://github.com/JulienPalard/Pipe) from 2.0 to 2.2.
- [Release notes](https://github.com/JulienPalard/Pipe/releases)
- [Commits](JulienPalard/Pipe@v2.0...v2.2)

---
updated-dependencies:
- dependency-name: pipe
  dependency-version: '2.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot-bump Dependabot bumping the dependencies. pip-bump A package from pip is being bumped. labels May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot-bump Dependabot bumping the dependencies. pip-bump A package from pip is being bumped.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant