Skip to content

Commit

Permalink
build(deps): update dependency more-itertools to v10.5.0 (main) (#1881)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[more-itertools](https://redirect.github.com/more-itertools/more-itertools)
| `==10.4.0` -> `==10.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/more-itertools/10.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/more-itertools/10.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/more-itertools/10.4.0/10.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/more-itertools/10.4.0/10.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>more-itertools/more-itertools (more-itertools)</summary>

###
[`v10.5.0`](https://redirect.github.com/more-itertools/more-itertools/releases/tag/v10.5.0)

[Compare
Source](https://redirect.github.com/more-itertools/more-itertools/compare/v10.4.0...v10.5.0)

#### What's Changed

- Optimize all_equal recipe by
[@&#8203;bbayles](https://redirect.github.com/bbayles) in
[https://github.com/more-itertools/more-itertools/pull/899](https://redirect.github.com/more-itertools/more-itertools/pull/899)
- Reduce groupby.**next** calls in all_equal by
[@&#8203;bbayles](https://redirect.github.com/bbayles) in
[https://github.com/more-itertools/more-itertools/pull/903](https://redirect.github.com/more-itertools/more-itertools/pull/903)
- Fix types.UnionType by
[@&#8203;bbayles](https://redirect.github.com/bbayles) in
[https://github.com/more-itertools/more-itertools/pull/905](https://redirect.github.com/more-itertools/more-itertools/pull/905)
- Version 10.5.0 by
[@&#8203;bbayles](https://redirect.github.com/bbayles) in
[https://github.com/more-itertools/more-itertools/pull/906](https://redirect.github.com/more-itertools/more-itertools/pull/906)

**Full Changelog**:
more-itertools/more-itertools@v10.4.0...v10.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC,
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/canonical/charmcraft).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent fdaaaee commit e66eebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license-expression==30.3.1
macaroonbakery==1.3.4
markupsafe==2.1.5
mccabe==0.7.0
more-itertools==10.4.0
more-itertools==10.5.0
oauthlib==3.2.2
overrides==7.7.0
packaging==24.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazr-uri==1.0.6
license-expression==30.3.1
macaroonbakery==1.3.4
markupsafe==2.1.5
more-itertools==10.4.0
more-itertools==10.5.0
oauthlib==3.2.2
overrides==7.7.0
packaging==24.1
Expand Down

0 comments on commit e66eebe

Please sign in to comment.