dependabot[bot] opened a new pull request, #270: URL: https://github.com/apache/incubator-ponymail-foal/pull/270
Updates the requirements on [netaddr](https://github.com/netaddr/netaddr) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/netaddr/netaddr/releases">netaddr's releases</a>.</em></p> <blockquote> <h2>1.3.0</h2> <p>Changelog: <a href="https://netaddr.readthedocs.io/en/latest/changes.html#release-1-3-0">https://netaddr.readthedocs.io/en/latest/changes.html#release-1-3-0</a> Commits: <a href="https://github.com/netaddr/netaddr/compare/1.2.1...1.3.0">https://github.com/netaddr/netaddr/compare/1.2.1...1.3.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst">netaddr's changelog</a>.</em></p> <blockquote> <h2>Release: 1.3.0</h2> <p>Date: 2024-05-28</p> <p>Added:</p> <ul> <li>Add partial address expansion in :class:<code>IPNetwork</code> via the <code>expand_partial</code> switch, this enables opting into pre-1.1.0 behavior</li> </ul> <p>Fixed:</p> <ul> <li>Fix running the test suite on musl systems</li> <li>Fix :class:<code>IPAddress</code> IPv6 parsing with :data:<code>ZEROFILL</code> enabled</li> <li>Fix handling of the :data:<code>NOHOST</code> flag in the :class:<code>IPNetwork</code> copy constructor</li> </ul> <hr /> <h2>Release: 1.2.1</h2> <p>Date: 2024-02-17</p> <p>Fixed:</p> <ul> <li>Fix bad version 1.2.0 upload to PyPI – now yanked. No changes to the package.</li> </ul> <hr /> <h2>Release: 1.2.0</h2> <p>Date: 2024-02-17</p> <p>Added:</p> <ul> <li>Add CLI tool subcommand to display :ref:<code>cli-network-info</code>.</li> </ul> <p>Changed:</p> <ul> <li>Support running :ref:<code>interactive-shell</code> without IPython installed.</li> </ul> <p>Fixed:</p> <ul> <li>Explicitly raise <code>TypeError</code> is a non-string value is passed to :func:<code>valid_ipv4</code> or :func:<code>valid_ipv6</code>.</li> </ul> <hr /> <h2>Release: 1.1.0</h2> <p>Date: 2024-02-15</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/netaddr/netaddr/commit/85a7b25304732785ddee31be3a644a77a243a978"><code>85a7b25</code></a> Bump the package version in the documentation to 1.3.0</li> <li><a href="https://github.com/netaddr/netaddr/commit/75360b1b8c318f081572692d4cf32810d16300ab"><code>75360b1</code></a> Release version 1.3.0</li> <li><a href="https://github.com/netaddr/netaddr/commit/77c0075533b9b96000973dca832793ff7ee72e3e"><code>77c0075</code></a> Fix the name of the flag in the docstring</li> <li><a href="https://github.com/netaddr/netaddr/commit/88b9455e81c7e2120019b892c8f27e0125eb3513"><code>88b9455</code></a> Tune the partial network expansion flag</li> <li><a href="https://github.com/netaddr/netaddr/commit/c20b9c5c40bfaac912e762221cbfd6864d13c371"><code>c20b9c5</code></a> Synchronize docs/requirements.txt with poetry.lock</li> <li><a href="https://github.com/netaddr/netaddr/commit/860bb0c394a987862cc539f8a86abb6456432814"><code>860bb0c</code></a> Bump requests from 2.31.0 to 2.32.2 in /docs (<a href="https://redirect.github.com/netaddr/netaddr/issues/388">#388</a>)</li> <li><a href="https://github.com/netaddr/netaddr/commit/39d255a9939963d3a0b02b0c3d4cb3027e7ee5d2"><code>39d255a</code></a> Bump jinja2 from 3.1.3 to 3.1.4 in /docs (<a href="https://redirect.github.com/netaddr/netaddr/issues/382">#382</a>)</li> <li><a href="https://github.com/netaddr/netaddr/commit/9561d22b308818c33871ffc7fd0a09f7f0f9087b"><code>9561d22</code></a> Bump idna from 3.6 to 3.7 in /docs (<a href="https://redirect.github.com/netaddr/netaddr/issues/379">#379</a>)</li> <li><a href="https://github.com/netaddr/netaddr/commit/d2f5d054c461df41d454d85bf2ee214d8ba80fb6"><code>d2f5d05</code></a> IPNetwork: Allow partial addresses (again) (<a href="https://redirect.github.com/netaddr/netaddr/issues/377">#377</a>)</li> <li><a href="https://github.com/netaddr/netaddr/commit/7347c71b641f2df1ed00cb715f00c1c1418ebe2d"><code>7347c71</code></a> Fix some IPv4-compatible/IPv4-mapped documentation mistakes</li> <li>Additional commits viewable in <a href="https://github.com/netaddr/netaddr/compare/0.8.0...1.3.0">compare view</a></li> </ul> </details> <br /> 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: dev-unsubscr...@ponymail.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org