Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps pyroaring from 1.0.1 to 1.0.2.

Release notes

Sourced from pyroaring's releases.

1.0.2

What's Changed

New Contributors

Full Changelog: Ezibenroc/PyRoaringBitMap@1.0.1...1.0.2

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 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 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 [pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/Ezibenroc/PyRoaringBitMap/releases)
- [Commits](Ezibenroc/PyRoaringBitMap@1.0.1...1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 1, 2025
@kevinjqliu kevinjqliu merged commit e054b77 into main Jul 1, 2025
23 of 26 checks passed
@kevinjqliu kevinjqliu deleted the dependabot/pip/pyroaring-1.0.2 branch July 1, 2025 16:27
amitgilad3 pushed a commit to amitgilad3/iceberg-python that referenced this pull request Jul 7, 2025
Bumps [pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap) from
1.0.1 to 1.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Ezibenroc/PyRoaringBitMap/releases">pyroaring's
releases</a>.</em></p>
<blockquote>
<h2>1.0.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Restrict Cython version to <code>&lt;3.1.0</code> by <a
href="https://github.com/Ezibenroc"><code>@​Ezibenroc</code></a> in <a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/pull/131">Ezibenroc/PyRoaringBitMap#131</a></li>
<li>Fix a bug in the hash computation of <code>FrozenBitMap</code> and
<code>FrozenBitMap64</code> by <a
href="https://github.com/chdemko"><code>@​chdemko</code></a> in <a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/pull/130">Ezibenroc/PyRoaringBitMap#130</a></li>
<li>Upgrade CRoaring from v4.1.1 to v4.2.3 by <a
href="https://github.com/Ezibenroc"><code>@​Ezibenroc</code></a> in <a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/pull/133">Ezibenroc/PyRoaringBitMap#133</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/chdemko"><code>@​chdemko</code></a> made
their first contribution in <a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/pull/130">Ezibenroc/PyRoaringBitMap#130</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Ezibenroc/PyRoaringBitMap/compare/1.0.1...1.0.2">https://github.com/Ezibenroc/PyRoaringBitMap/compare/1.0.1...1.0.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Ezibenroc/PyRoaringBitMap/commit/369daeb212ad69b4cf68e05b7c632fd2b9473e49"><code>369daeb</code></a>
Version 1.0.2</li>
<li><a
href="https://github.com/Ezibenroc/PyRoaringBitMap/commit/2dce0191124464ccff30dbab8ce72c4c841a7d3c"><code>2dce019</code></a>
Upgrade CRoaring to v4.2.3 (<a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/issues/133">#133</a>)</li>
<li><a
href="https://github.com/Ezibenroc/PyRoaringBitMap/commit/52dfaef065ef9946240b001eb409acce7e8c4b71"><code>52dfaef</code></a>
Add test_hash_eq_after_operations (<a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/issues/132">#132</a>)</li>
<li><a
href="https://github.com/Ezibenroc/PyRoaringBitMap/commit/c12f08d71b603aa95d259e194bffb8e323d851dd"><code>c12f08d</code></a>
Merge branch 'master' into contributor-feature</li>
<li><a
href="https://github.com/Ezibenroc/PyRoaringBitMap/commit/f4e43c12c4ba25868a0ea34838d96d137ff26327"><code>f4e43c1</code></a>
Restrict Cython version (<a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/issues/131">#131</a>)</li>
<li><a
href="https://github.com/Ezibenroc/PyRoaringBitMap/commit/a1bb2ff6b4f281c6b19dd4c223b1e0966872e287"><code>a1bb2ff</code></a>
Fix class AbstractBitMap64</li>
<li><a
href="https://github.com/Ezibenroc/PyRoaringBitMap/commit/eafa2dac12738c009b60f4db01f3c935a35d2d16"><code>eafa2da</code></a>
Fix <a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/issues/129">#129</a></li>
<li>See full diff in <a
href="https://github.com/Ezibenroc/PyRoaringBitMap/compare/1.0.1...1.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyroaring&package-manager=pip&previous-version=1.0.1&new-version=1.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gabeiglio pushed a commit to Netflix/iceberg-python that referenced this pull request Aug 13, 2025
Bumps [pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap) from
1.0.1 to 1.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Ezibenroc/PyRoaringBitMap/releases">pyroaring's
releases</a>.</em></p>
<blockquote>
<h2>1.0.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Restrict Cython version to <code>&lt;3.1.0</code> by <a
href="https://github.com/Ezibenroc"><code>@​Ezibenroc</code></a> in <a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/pull/131">Ezibenroc/PyRoaringBitMap#131</a></li>
<li>Fix a bug in the hash computation of <code>FrozenBitMap</code> and
<code>FrozenBitMap64</code> by <a
href="https://github.com/chdemko"><code>@​chdemko</code></a> in <a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/pull/130">Ezibenroc/PyRoaringBitMap#130</a></li>
<li>Upgrade CRoaring from v4.1.1 to v4.2.3 by <a
href="https://github.com/Ezibenroc"><code>@​Ezibenroc</code></a> in <a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/pull/133">Ezibenroc/PyRoaringBitMap#133</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/chdemko"><code>@​chdemko</code></a> made
their first contribution in <a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/pull/130">Ezibenroc/PyRoaringBitMap#130</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Ezibenroc/PyRoaringBitMap/compare/1.0.1...1.0.2">https://github.com/Ezibenroc/PyRoaringBitMap/compare/1.0.1...1.0.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Ezibenroc/PyRoaringBitMap/commit/369daeb212ad69b4cf68e05b7c632fd2b9473e49"><code>369daeb</code></a>
Version 1.0.2</li>
<li><a
href="https://github.com/Ezibenroc/PyRoaringBitMap/commit/2dce0191124464ccff30dbab8ce72c4c841a7d3c"><code>2dce019</code></a>
Upgrade CRoaring to v4.2.3 (<a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/issues/133">#133</a>)</li>
<li><a
href="https://github.com/Ezibenroc/PyRoaringBitMap/commit/52dfaef065ef9946240b001eb409acce7e8c4b71"><code>52dfaef</code></a>
Add test_hash_eq_after_operations (<a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/issues/132">#132</a>)</li>
<li><a
href="https://github.com/Ezibenroc/PyRoaringBitMap/commit/c12f08d71b603aa95d259e194bffb8e323d851dd"><code>c12f08d</code></a>
Merge branch 'master' into contributor-feature</li>
<li><a
href="https://github.com/Ezibenroc/PyRoaringBitMap/commit/f4e43c12c4ba25868a0ea34838d96d137ff26327"><code>f4e43c1</code></a>
Restrict Cython version (<a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/issues/131">#131</a>)</li>
<li><a
href="https://github.com/Ezibenroc/PyRoaringBitMap/commit/a1bb2ff6b4f281c6b19dd4c223b1e0966872e287"><code>a1bb2ff</code></a>
Fix class AbstractBitMap64</li>
<li><a
href="https://github.com/Ezibenroc/PyRoaringBitMap/commit/eafa2dac12738c009b60f4db01f3c935a35d2d16"><code>eafa2da</code></a>
Fix <a
href="https://redirect.github.com/Ezibenroc/PyRoaringBitMap/issues/129">#129</a></li>
<li>See full diff in <a
href="https://github.com/Ezibenroc/PyRoaringBitMap/compare/1.0.1...1.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyroaring&package-manager=pip&previous-version=1.0.1&new-version=1.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant