Iterpy

Latest version: v1.12.0

Safety actively analyzes 707607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

1.12.0

Feature

* feat: `.chain(other)` (213) ([`42f08ca`](https://github.com/MartinBernstorff/iterpy/commit/42f08cac1b3cc20bb5d88efb33cf3d0c22952d90))

Unknown

* Update README.md ([`5c7fbd2`](https://github.com/MartinBernstorff/iterpy/commit/5c7fbd290a7839af278d541e5ac3558dfedde5f2))

* Update README.md ([`b9e1eee`](https://github.com/MartinBernstorff/iterpy/commit/b9e1eee018488ef9b2f4255726152f14a565d96f))

1.11.1

Build

* build: update Makefile ([`c240a88`](https://github.com/MartinBernstorff/iterpy/commit/c240a889de3ba5d8ccc009e1051ae602df071ea8))

* build(deps): update arr.py, pyproject.toml and uv.lock ([`c844e66`](https://github.com/MartinBernstorff/iterpy/commit/c844e667f3ca22f39868015f4f2d65333152a499))

Fix

* fix: Arr is immutable, use sequence, not list (212) ([`6895330`](https://github.com/MartinBernstorff/iterpy/commit/6895330eb0a524ee00ae5bd37fff50e91d384d23))

Unknown

* update .gitignore, arr.py and test_arr.py ([`959821a`](https://github.com/MartinBernstorff/iterpy/commit/959821ae1ebd05668d58d1948d359964c25926c7))

* Initial commit ([`96deab9`](https://github.com/MartinBernstorff/iterpy/commit/96deab9dbd0b4080fc69c6ae3805b95f36485699))

* Update README.md ([`f06a276`](https://github.com/MartinBernstorff/iterpy/commit/f06a276139fd06cdc26377bfd127cf178a0492b4))

1.11.0

Feature

* feat: make arr a subclass of list (211)

BREAKING: Renames `.count()` to `.len()` to avoid conflicts with Python `list` while maintaining backwards compatability. ([`5e1cffd`](https://github.com/MartinBernstorff/iterpy/commit/5e1cffd7f59c1865524129f1b53b5c585109926d))

Unknown

* Revert &34;feat: make arr a subclass of list&34; (210) ([`9b143f5`](https://github.com/MartinBernstorff/iterpy/commit/9b143f542e8648450f98ad3d778d25e9ef893f15))

* Revert &34;feat: make arr a subclass of list (209)&34;

This reverts commit 05b4a7079237d97cd47e00375b3829f264f81670. ([`a335413`](https://github.com/MartinBernstorff/iterpy/commit/a33541325846e12f0c9e5bdeb92c92d98cdbc940))

1.10.0

Chore

* chore: move to uv (208) ([`3052556`](https://github.com/MartinBernstorff/iterpy/commit/305255646e8b8d24f608998aa69514a11a15a68b))

* chore: delete dependabot.yml ([`0b60b52`](https://github.com/MartinBernstorff/iterpy/commit/0b60b52dc7a452bfa78ba20e1a971edd85b8cba8))

Feature

* feat: make arr a subclass of list (209) ([`05b4a70`](https://github.com/MartinBernstorff/iterpy/commit/05b4a7079237d97cd47e00375b3829f264f81670))

1.9.1

Build

* build: update Dockerfile and Makefile ([`7e9d332`](https://github.com/MartinBernstorff/iterpy/commit/7e9d332f8a667c743b8d354d4f1528d5a2af0e0c))

Chore

* chore: remove placeholder file ([`c19a07d`](https://github.com/MartinBernstorff/iterpy/commit/c19a07dbb7e1761ec8badb6ec001d88c1c11578a))

Documentation

* docs: update README.md ([`d01cb86`](https://github.com/MartinBernstorff/iterpy/commit/d01cb86acc20a5db074b7be390adaa67e4a8d0b3))

* docs: update readme ([`c3c614a`](https://github.com/MartinBernstorff/iterpy/commit/c3c614a363612800e7af8f09e8418b85444e4dae))

* docs: documentation for eager iters (143) ([`7f45065`](https://github.com/MartinBernstorff/iterpy/commit/7f4506553e3604451e1544cd447d69902068580c))

* docs: documentation for eager iters ([`108d3b5`](https://github.com/MartinBernstorff/iterpy/commit/108d3b5ca895c81b18bdc66c9b2f8315541f8406))

Fix

* fix: improve export robustness ([`b9e61be`](https://github.com/MartinBernstorff/iterpy/commit/b9e61be72db4eb4067f66fc5ba3339f8e9d90194))

Refactor

* refactor(146): most logic from Arr should call Iter (147)

Fixes 146 ([`17d637d`](https://github.com/MartinBernstorff/iterpy/commit/17d637d844880521da35dfcb3e1df887304cff5e))

* refactor(146): most logic from Arr should call Iter

Fixes 146 ([`fcffbff`](https://github.com/MartinBernstorff/iterpy/commit/fcffbffb84dc01b97af85e05b912e8f1f0123891))

Unknown

* update Makefile, test_arr.py and test_iter.py ([`163c6d4`](https://github.com/MartinBernstorff/iterpy/commit/163c6d4e87d97ec93fc18a77f5cb893b27255612))

* Initial commit ([`1543909`](https://github.com/MartinBernstorff/iterpy/commit/15439098e8e9c98a4443e2f38b62197ed857b098))

* deps:(deps): bump pyright from 1.1.362 to 1.1.363 (175) ([`4296b87`](https://github.com/MartinBernstorff/iterpy/commit/4296b87f6c3352728d800afaa615aca9a6c9418b))

* deps:(deps): bump pyright from 1.1.362 to 1.1.363

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.362 to 1.1.363.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.362...v1.1.363)

---
updated-dependencies:
- dependency-name: pyright
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`7115348`](https://github.com/MartinBernstorff/iterpy/commit/7115348d9920dc2ffa2564d9b3574a385411102f))

* deps:(deps): bump pytest from 8.2.0 to 8.2.1 (174) ([`a84c9e1`](https://github.com/MartinBernstorff/iterpy/commit/a84c9e144b55d3806157bbace240d9fe05215379))

* deps:(deps): bump pytest from 8.2.0 to 8.2.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.2.1)

---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`3f75218`](https://github.com/MartinBernstorff/iterpy/commit/3f7521807f5b8ae63e6841a6d9e994a8636f8148))

* deps:(deps): bump pyright from 1.1.361 to 1.1.362 (173) ([`47c2e9a`](https://github.com/MartinBernstorff/iterpy/commit/47c2e9a987b83849bb0ee8773921cb5618bf9d54))

* deps:(deps): bump ruff from 0.4.3 to 0.4.4 (172) ([`f8a9a30`](https://github.com/MartinBernstorff/iterpy/commit/f8a9a3000679f48b552052f3adcd3a6ced6b2c81))

* deps:(deps): bump pyright from 1.1.361 to 1.1.362

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.361 to 1.1.362.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.361...v1.1.362)

---
updated-dependencies:
- dependency-name: pyright
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`10259b3`](https://github.com/MartinBernstorff/iterpy/commit/10259b36aff8b1ab7f8c9fb848ac32f36b2df234))

* deps:(deps): bump ruff from 0.4.3 to 0.4.4

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.3...v0.4.4)

---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`7614f83`](https://github.com/MartinBernstorff/iterpy/commit/7614f83bec9a5e679b5bac9e8ff1757d3bf58578))

* Update README.md ([`03836f3`](https://github.com/MartinBernstorff/iterpy/commit/03836f3a6a82e151e083c226bf30d3fcd9821e1d))

* deps:(deps): bump pyright from 1.1.360 to 1.1.361 (170) ([`b27c82e`](https://github.com/MartinBernstorff/iterpy/commit/b27c82ea0afb266253577116afcd0450993ca717))

* deps:(deps): bump ruff from 0.4.2 to 0.4.3 (169) ([`1da3055`](https://github.com/MartinBernstorff/iterpy/commit/1da305513eb06e78ece780a98f629e203b14b765))

* deps:(deps): bump pyright from 1.1.360 to 1.1.361

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.360 to 1.1.361.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.360...v1.1.361)

---
updated-dependencies:
- dependency-name: pyright
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`4a05bb3`](https://github.com/MartinBernstorff/iterpy/commit/4a05bb3f53db922405a3507d16dbd3d9556a4d41))

* deps:(deps): bump ruff from 0.4.2 to 0.4.3

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.2...v0.4.3)

---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`62e0ac9`](https://github.com/MartinBernstorff/iterpy/commit/62e0ac9775f84abd0eaaf0203c757acfa8fc1c43))

* deps:(deps): bump pyright from 1.1.359 to 1.1.360 (168) ([`75eace3`](https://github.com/MartinBernstorff/iterpy/commit/75eace3b85730c3ceae00c15fc02dc5c3577fc53))

* deps:(deps): bump pyright from 1.1.359 to 1.1.360

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.359 to 1.1.360.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.359...v1.1.360)

---
updated-dependencies:
- dependency-name: pyright
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`a5471ba`](https://github.com/MartinBernstorff/iterpy/commit/a5471ba8bb032d5c8c08997b29e777f310fe7008))

* deps:(deps): bump pytest from 8.1.1 to 8.2.0 (167) ([`f686475`](https://github.com/MartinBernstorff/iterpy/commit/f686475b154f6f0461491fc728d79f356fabcf32))

* deps:(deps): bump ruff from 0.4.1 to 0.4.2 (166) ([`42ee1ed`](https://github.com/MartinBernstorff/iterpy/commit/42ee1ed363c00b34071f7f6e245c4672dc8c16ce))

* deps:(deps): bump pytest-xdist from 3.5.0 to 3.6.1 (165) ([`1891ce5`](https://github.com/MartinBernstorff/iterpy/commit/1891ce5932f3b46cd80f54808c3acdaefcd8fc8b))

* deps:(deps): bump pytest from 8.1.1 to 8.2.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.1.1...8.2.0)

---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`46f1158`](https://github.com/MartinBernstorff/iterpy/commit/46f11588d883c932eff77f7150608774c93c5ba1))

* deps:(deps): bump ruff from 0.4.1 to 0.4.2

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.1...v0.4.2)

---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`d28a08f`](https://github.com/MartinBernstorff/iterpy/commit/d28a08fcd7f03ce660410413b270bca9037eef02))

* deps:(deps): bump pytest-xdist from 3.5.0 to 3.6.1

Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.5.0...v3.6.1)

---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`5d918ab`](https://github.com/MartinBernstorff/iterpy/commit/5d918ab10088238ef5c7f3b5ca9c33a5ab588baa))

* deps:(deps): bump ruff from 0.3.7 to 0.4.1 (164) ([`813d1ee`](https://github.com/MartinBernstorff/iterpy/commit/813d1ee6142da075f52610418cb6ef2c4500b65d))

* deps:(deps): bump pyright from 1.1.358 to 1.1.359 (163) ([`67dff5c`](https://github.com/MartinBernstorff/iterpy/commit/67dff5cca03ba4a0a937559b2bc8721999b69183))

* deps:(deps): bump ruff from 0.3.7 to 0.4.1

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.7 to 0.4.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.7...v0.4.1)

---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`cc14105`](https://github.com/MartinBernstorff/iterpy/commit/cc14105e134393abff98f6f9cf37f3669a4004d0))

* deps:(deps): bump pyright from 1.1.358 to 1.1.359

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.358 to 1.1.359.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.358...v1.1.359)

---
updated-dependencies:
- dependency-name: pyright
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`ee59060`](https://github.com/MartinBernstorff/iterpy/commit/ee59060f501ca8b6f873380383a68cd4d4ebe9e2))

* deps:(deps): bump diff-cover from 8.0.3 to 9.0.0 (162) ([`c839ce6`](https://github.com/MartinBernstorff/iterpy/commit/c839ce6c20314e0490f9ad3f017ad11d18a3ef18))

* deps:(deps): bump diff-cover from 8.0.3 to 9.0.0

Bumps [diff-cover](https://github.com/Bachmann1234/diff-cover) from 8.0.3 to 9.0.0.
- [Release notes](https://github.com/Bachmann1234/diff-cover/releases)
- [Changelog](https://github.com/Bachmann1234/diff_cover/blob/main/CHANGELOG)
- [Commits](https://github.com/Bachmann1234/diff-cover/compare/v8.0.3...v9.0.0)

---
updated-dependencies:
- dependency-name: diff-cover
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`2cc8fd3`](https://github.com/MartinBernstorff/iterpy/commit/2cc8fd38647995d5bbdfe6228ef00bdc478babbb))

* deps:(deps): bump pyright from 1.1.357 to 1.1.358 (161) ([`c2b6b5b`](https://github.com/MartinBernstorff/iterpy/commit/c2b6b5b05768d7437177c1154d2aeb2574034460))

* deps:(deps): bump ruff from 0.3.5 to 0.3.7 (160) ([`88cb96a`](https://github.com/MartinBernstorff/iterpy/commit/88cb96a9ec66311231e06fa457276f3a579ee216))

* deps:(deps): bump pyright from 1.1.357 to 1.1.358

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.357 to 1.1.358.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.357...v1.1.358)

---
updated-dependencies:
- dependency-name: pyright
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`45cadab`](https://github.com/MartinBernstorff/iterpy/commit/45cadaba03f375053ba03d5ee3a5d0180b3e4e97))

* deps:(deps): bump ruff from 0.3.5 to 0.3.7

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.5 to 0.3.7.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.5...v0.3.7)

---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`971e00e`](https://github.com/MartinBernstorff/iterpy/commit/971e00e666aa5646896f6e9e600eef11e6b5e673))

* deps:(deps-dev): bump ruff from 0.3.3 to 0.3.5 (159) ([`484431b`](https://github.com/MartinBernstorff/iterpy/commit/484431bb0e1889bfdd6a43810fec7d34f8f9cb39))

* deps:(deps-dev): bump pyright from 1.1.356 to 1.1.357 (158) ([`234cf14`](https://github.com/MartinBernstorff/iterpy/commit/234cf14447e709e3f8627d3efdf3726973aeaf6e))

* deps:(deps-dev): bump ruff from 0.3.3 to 0.3.5

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.3 to 0.3.5.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.3...v0.3.5)

---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`c8d72c0`](https://github.com/MartinBernstorff/iterpy/commit/c8d72c06519c43794031c3daef1ca45a189e9005))

* deps:(deps-dev): bump pyright from 1.1.356 to 1.1.357

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.356 to 1.1.357.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.356...v1.1.357)

---
updated-dependencies:
- dependency-name: pyright
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`0cb9591`](https://github.com/MartinBernstorff/iterpy/commit/0cb95916d74a0254ad20f94b633a8195b5f1043a))

* deps:(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 (154) ([`ca100c3`](https://github.com/MartinBernstorff/iterpy/commit/ca100c338e40973bb08cd453eacb5365cef44fa4))

* deps:(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`6030217`](https://github.com/MartinBernstorff/iterpy/commit/6030217a03f9174d2ea8b0bcd5da7ec01d756775))

* deps:(deps-dev): bump pyright from 1.1.353 to 1.1.356 (156) ([`83f8ebf`](https://github.com/MartinBernstorff/iterpy/commit/83f8ebf99fbb0553b0a74c40142594c69ef1a258))

* deps:(deps-dev): bump pyright from 1.1.353 to 1.1.356

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.353 to 1.1.356.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.353...v1.1.356)

---
updated-dependencies:
- dependency-name: pyright
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`19b3a4d`](https://github.com/MartinBernstorff/iterpy/commit/19b3a4d0770677a7a4b55a488a4c2f06de2f6c08))

* deps:(deps-dev): bump ruff from 0.3.2 to 0.3.3 (151) ([`b3e1fa6`](https://github.com/MartinBernstorff/iterpy/commit/b3e1fa621041c25ed3b187fc434d27275b96b315))

* deps:(deps-dev): bump ruff from 0.3.2 to 0.3.3

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.2...v0.3.3)

---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`1b159da`](https://github.com/MartinBernstorff/iterpy/commit/1b159dab4feae1c7e078ad6aa4603133264b70ca))

* deps:(deps-dev): bump pytest from 8.1.0 to 8.1.1 (150) ([`e7dff51`](https://github.com/MartinBernstorff/iterpy/commit/e7dff51c48fbcc4af2426ec4dad1c03a4fef1a49))

* deps:(deps-dev): bump pytest from 8.1.0 to 8.1.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.1.0...8.1.1)

---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`7cebc14`](https://github.com/MartinBernstorff/iterpy/commit/7cebc146d72d542961ec083d112ef72701d1afc7))

* deps:(deps-dev): bump ruff from 0.3.0 to 0.3.2 (148) ([`73b4237`](https://github.com/MartinBernstorff/iterpy/commit/73b423778ebb98045f091f237dd12c6b70afb31d))

* deps:(deps-dev): bump pyright from 1.1.352 to 1.1.353 (149) ([`0614de4`](https://github.com/MartinBernstorff/iterpy/commit/0614de4a1c14d3c58c8327401dfa0caca7e88691))

* deps:(deps-dev): bump pyright from 1.1.352 to 1.1.353

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.352 to 1.1.353.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.352...v1.1.353)

---
updated-dependencies:
- dependency-name: pyright
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`2ade1d6`](https://github.com/MartinBernstorff/iterpy/commit/2ade1d6b0c0420182d47cfc860876bca544874de))

* deps:(deps-dev): bump ruff from 0.3.0 to 0.3.2

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.0 to 0.3.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.0...v0.3.2)

---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`3de2f20`](https://github.com/MartinBernstorff/iterpy/commit/3de2f20e86655b60712d21dac27f3006f4562546))

* tests(144): test comprehensions (145)

Fixes 144 ([`440e189`](https://github.com/MartinBernstorff/iterpy/commit/440e189f2bb094a28c0d9bdfdd59f394deda5c22))

* tests(144): test comprehensions

Fixes 144 ([`2e14944`](https://github.com/MartinBernstorff/iterpy/commit/2e14944d9ac8ec85db6aedc3100cd2377e78804b))

1.9.0

Feature

* feat(139): eager iterators (142)

Fixes 139 ([`baea246`](https://github.com/MartinBernstorff/iterpy/commit/baea2467ef105860ed49707a75e15097238d0fc8))

* feat(139): eager iterators

Fixes 139 ([`5b863ba`](https://github.com/MartinBernstorff/iterpy/commit/5b863ba448b48e903e6d56d819c37a4465c12b1e))

* feat(139): eager iterators

Fixes 139 ([`eeddb34`](https://github.com/MartinBernstorff/iterpy/commit/eeddb3481c884805a8b5f1522a339a992e9f7680))

Unknown

* dev: migrate typing info to inline (140) ([`4865d37`](https://github.com/MartinBernstorff/iterpy/commit/4865d3755a7790d736b8a3b9ceb0bfa18c9e2cf7))

* dev: migrate typing info to inline ([`f6a2d80`](https://github.com/MartinBernstorff/iterpy/commit/f6a2d80f4547237261638d88f6ca57e1d49824cc))

Page 1 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.