Commits
![dependabot[bot]](https://secure.gravatar.com/avatar/48ea49be76d0c68403a7f3df87e3487d.jpg?s=96&d=mm)

dependabot[bot] authored and GitHub committed f8ec2df78aa
MINOR: [C#] Bump pythonnet from 3.0.1 to 3.0.2 in /csharp (#37549) Bumps [pythonnet](https://github.com/pythonnet/pythonnet) from 3.0.1 to 3.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pythonnet/pythonnet/releases">pythonnet's releases</a>.</em></p> <blockquote> <h2>v3.0.2</h2> <h2>What's Changed</h2> <ul> <li>1776 Generic Virtual Method Causes Invalid Program: Fix + test by <a href="https://github.com/rmadsen-ks"><code>@rmadsen-ks</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2026">pythonnet/pythonnet#2026</a></li> <li>Workaround for Ubuntu-provided package version being unsupported by <a href="https://github.com/lostmsu"><code>@lostmsu</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2081">pythonnet/pythonnet#2081</a></li> <li>Ensure that <code>load</code> only runs once by <a href="https://github.com/filmor"><code>@filmor</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2079">pythonnet/pythonnet#2079</a></li> <li>Remove suggestions to use <code>internal</code> functions by <a href="https://github.com/filmor"><code>@filmor</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2092">pythonnet/pythonnet#2092</a></li> <li>1783 Implement Interface And Inherit Class by <a href="https://github.com/rmadsen-ks"><code>@rmadsen-ks</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2028">pythonnet/pythonnet#2028</a></li> <li>Fix <code>GetBuffer</code> throwing <code>ArgumentOutOfRangeException</code> by <a href="https://github.com/legomanww"><code>@legomanww</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2120">pythonnet/pythonnet#2120</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/legomanww"><code>@legomanww</code></a> made their first contribution in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2120">pythonnet/pythonnet#2120</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pythonnet/pythonnet/compare/v3.0.1...v3.0.2">https://github.com/pythonnet/pythonnet/compare/v3.0.1...v3.0.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pythonnet/pythonnet/blob/master/CHANGELOG.md">pythonnet's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/pythonnet/pythonnet/releases/tag/v3.0.2">3.0.2</a> - 2023-08-29</h2> <h3>Fixed</h3> <ul> <li>Fixed error occuring when inheriting a class containing a virtual generic method</li> <li>Make a second call to <code>pythonnet.load</code> a no-op, as it was intended</li> <li>Added support for multiple inheritance when inheriting from a class and/or multiple interfaces</li> <li>Fixed error occuring when calling <code>GetBuffer</code> for anything other than <code>PyBUF.SIMPLE</code></li> <li>Bumped <code>clr_loader</code> dependency to incorporate patches</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pythonnet/pythonnet/commit/6a4e04c1983b24888a1e8b04d75c28086594cb63"><code>6a4e04c</code></a> Release 3.0.2</li> <li><a href="https://github.com/pythonnet/pythonnet/commit/639023a5ca0a3375fd39d2fea8baa5e9888284d0"><code>639023a</code></a> Bump clr_loader dependency</li> <li><a href="https://github.com/pythonnet/pythonnet/commit/3b6500fbdc844096665a24ba07f5a56c11192e1b"><code>3b6500f</code></a> Add documentation dependency to fix empty docs</li> <li><a href="https://github.com/pythonnet/pythonnet/commit/dddadbe78ef0fba3e8ffde30c466f224dbbc9aea"><code>dddadbe</code></a> Adjust docs for importing</li> <li><a href="https://github.com/pythonnet/pythonnet/commit/a1cd73fa5bd93962737449feea3bd425f37c42ba"><code>a1cd73f</code></a> Exclude .gitignore from binary distribution</li> <li><a href="https://github.com/pythonnet/pythonnet/commit/131b466dcaa9cf9135f3b1859c8a41ee229cace8"><code>131b466</code></a> Fix <code>GetBuffer</code> throwing <code>ArgumentOutOfRangeException</code> (<a href="https://redirect.github.com/pythonnet/pythonnet/issues/2120">#2120</a>)</li> <li><a href="https://github.com/pythonnet/pythonnet/commit/a404d6e4d2ef6182763bd626ab08e0de4400e621"><code>a404d6e</code></a> 1783 Implement Interface And Inherit Class (<a href="https://redirect.github.com/pythonnet/pythonnet/issues/2028">#2028</a>)</li> <li><a href="https://github.com/pythonnet/pythonnet/commit/c2fa4677035ef51d883be14aea9e41acfef281ea"><code>c2fa467</code></a> Remove suggestions to use <code>internal</code> functions (<a href="https://redirect.github.com/pythonnet/pythonnet/issues/2092">#2092</a>)</li> <li><a href="https://github.com/pythonnet/pythonnet/commit/a0418119b452e29a3e9f025fbed67fe19412fbee"><code>a041811</code></a> Ensure that <code>load</code> only runs once (<a href="https://redirect.github.com/pythonnet/pythonnet/issues/2079">#2079</a>)</li> <li><a href="https://github.com/pythonnet/pythonnet/commit/4020a0ca4738abdcb556c3d81f237081687b6461"><code>4020a0c</code></a> don't force setuptools upgrade during installation of requirements for testing</li> <li>Additional commits viewable in <a href="https://github.com/pythonnet/pythonnet/compare/v3.0.1...v3.0.2">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> Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>