dependabot[bot] opened a new pull request, #1826: URL: https://github.com/apache/plc4x/pull/1826
Bumps [bitarray](https://github.com/ilanschnell/bitarray) from 2.9.3 to 3.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst">bitarray's changelog</a>.</em></p> <blockquote> <h1>Change log</h1> <p><strong>3.0.0</strong> (2024-10-15):</p> <ul> <li>see <code>Bitarray 3 transition <bitarray3.rst></code>__</li> <li>remove Python 2.7 support</li> <li><code>.decode()</code> now returns iterator (equivalent to past <code>.iterdecode()</code>)</li> <li><code>.search()</code> now returns iterator (equivalent to past <code>.itersearch()</code>)</li> <li>remove <code>.iterdecode()</code> and <code>.itersearch()</code></li> <li>remove <code>util.rindex()</code>, use <code>.index(..., right=1)</code> instead, deprecated since 2.9</li> <li>remove <code>util.make_endian()</code>, use <code>bitarray(..., endian=...)</code> instead, deprecated since 2.9</li> <li>remove hackish support for <code>bitarray()</code> handling unpickling, see detailed explaination in <code>[#207](https://github.com/ilanschnell/bitarray/issues/207) <https://github.com/ilanschnell/bitarray/issues/207></code>__ - closes <code>[#206](https://github.com/ilanschnell/bitarray/issues/206) <https://github.com/ilanschnell/bitarray/issues/206></code>__</li> </ul> <p><strong>2.9.3</strong> (2024-10-10):</p> <ul> <li>add official Python 3.13 support</li> <li>update cibuildwheel to 2.21.3</li> <li>minor simplifications</li> <li>fix some typos</li> </ul> <p><strong>2.9.2</strong> (2024-01-01):</p> <ul> <li>optimize initialization from strings by not constantly resizing buffer</li> <li>optimize <code>util.hex2ba()</code> and <code>util.base2ba()</code> by avoiding unnecessary copies</li> <li>optimize <code>util.base2ba()</code> and <code>util.ba2base()</code> for <code>n=16</code> (hexadecimal)</li> </ul> <p><strong>2.9.1</strong> (2023-12-23):</p> <ul> <li>avoid buffer being unnecessarily initialized with 0s in several functions of the <code>bitarray.util</code> module</li> <li>fix <code>.count()</code> type hint in pyi-file</li> <li>improve testing</li> </ul> <p><strong>2.9.0</strong> (2023-12-17):</p> <ul> <li>deprecate support for Python 2 - Python 2.7 support will be removed in bitarray version 3.0, see <code>roadmap <https://github.com/ilanschnell/bitarray#roadmap></code>__</li> <li><code>bitarray(n)</code> for integer initializer <code>n</code> will always return a bitarray of length <code>n</code> with all items initialized to <code>0</code>, see <code>[#212](https://github.com/ilanschnell/bitarray/issues/212) <https://github.com/ilanschnell/bitarray/issues/212></code>__</li> <li>allow sub-bitarray in <code>.count()</code>, <code>[#212](https://github.com/ilanschnell/bitarray/issues/212) <https://github.com/ilanschnell/bitarray/issues/212></code>__</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ilanschnell/bitarray/commit/20a322f796d8bccecf9399b454888ccd4aa25a0a"><code>20a322f</code></a> add release date - update docs</li> <li><a href="https://github.com/ilanschnell/bitarray/commit/f9c7b7bd4345fd42d567f7c54ddd6d52128b7af2"><code>f9c7b7b</code></a> wording</li> <li><a href="https://github.com/ilanschnell/bitarray/commit/80007c8e0d232cd05b71def7361ed809e0db5303"><code>80007c8</code></a> simplify error handling code in next_char()</li> <li><a href="https://github.com/ilanschnell/bitarray/commit/afc50a6280a69d1f04d43cc74d021b745909c8c2"><code>afc50a6</code></a> remove unused imports</li> <li><a href="https://github.com/ilanschnell/bitarray/commit/ad3c033d814c5d4f70c2210438d5b1a8ed402a79"><code>ad3c033</code></a> simplify test</li> <li><a href="https://github.com/ilanschnell/bitarray/commit/a0dd0f449c4c898028c5861a3023000cfafbf327"><code>a0dd0f4</code></a> add global variable</li> <li><a href="https://github.com/ilanschnell/bitarray/commit/ad847b7b858163f1a6c417c3d014df79a1ec0d54"><code>ad847b7</code></a> wording</li> <li><a href="https://github.com/ilanschnell/bitarray/commit/7803613d0ca2b90b97f3d12b4a682ef0497e2c61"><code>7803613</code></a> add notes to changelog</li> <li><a href="https://github.com/ilanschnell/bitarray/commit/d6e7915e5ecfc501b65bf46a4e3ba2f44b6dae6b"><code>d6e7915</code></a> update mypy test note</li> <li><a href="https://github.com/ilanschnell/bitarray/commit/6b863ad565ae62c35aa511bd07081b279ea2b8d6"><code>6b863ad</code></a> update pyi file</li> <li>Additional commits viewable in <a href="https://github.com/ilanschnell/bitarray/compare/2.9.3...3.0.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
