Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINOR: [C#] Bump pythonnet from 3.0.2 to 3.0.3 in /csharp #38291

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps pythonnet from 3.0.2 to 3.0.3.

Release notes

Sourced from pythonnet's releases.

v3.0.3

What's Changed

New Contributors

Full Changelog: pythonnet/pythonnet@v3.0.2...v3.0.3

Changelog

Sourced from pythonnet's changelog.

3.0.3 - 2023-10-11

Added

  • Support for Python 3.12

Changed

  • Use enum name in repr
Commits
  • 0a5a63c Release 3.0.3
  • 5a4a986 Revert "only run docs CI/main CI for corresponding changes (#2257)" (#2260)
  • 04670ea only run docs CI/main CI for corresponding changes (#2257)
  • 88418da Merge pull request #2249 from pythonnet/python-3.12
  • 293f8b1 Python 3.12 has been released, use final version
  • fb49470 Ignore test-case on Python 3.12
  • 080d1bd For now skip over "new style" weakrefs in clear
  • 8dfe408 Remove deprecated function call
  • d057724 Update changelog
  • 7a31d38 Add 3.12 to CI and metadata
  • Additional commits viewable in compare view

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 [pythonnet](https://github.com/pythonnet/pythonnet) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pythonnet/pythonnet/releases)
- [Changelog](https://github.com/pythonnet/pythonnet/blob/master/CHANGELOG.md)
- [Commits](pythonnet/pythonnet@v3.0.2...v3.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from westonpace as a code owner October 16, 2023 17:01
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Dependabot-only labels Oct 16, 2023
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou kou merged commit cee2fa8 into main Oct 16, 2023
16 checks passed
@kou kou removed the awaiting review Awaiting review label Oct 16, 2023
@dependabot dependabot bot deleted the dependabot/nuget/csharp/pythonnet-3.0.3 branch October 16, 2023 21:15
@github-actions github-actions bot added the awaiting merge Awaiting merge label Oct 16, 2023
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit cee2fa8.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them.

JerAguilon pushed a commit to JerAguilon/arrow that referenced this pull request Oct 23, 2023
Bumps [pythonnet](https://github.com/pythonnet/pythonnet) from 3.0.2 to 3.0.3.
<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.3</h2>
<h2>What's Changed</h2>
<ul>
<li>change PyScope to PyModule by <a href="https://github.com/OmkarBorhade98"><code>@​OmkarBorhade98</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2231">pythonnet/pythonnet#2231</a></li>
<li>use enum name in repr by <a href="https://github.com/koubaa"><code>@​koubaa</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2239">pythonnet/pythonnet#2239</a></li>
<li>ARM CI fix by <a href="https://github.com/lostmsu"><code>@​lostmsu</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2256">pythonnet/pythonnet#2256</a></li>
<li>Python 3.12 by <a href="https://github.com/filmor"><code>@​filmor</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2249">pythonnet/pythonnet#2249</a></li>
<li>Only run docs CI/main CI for corresponding changes by <a href="https://github.com/lostmsu"><code>@​lostmsu</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2257">pythonnet/pythonnet#2257</a></li>
<li>Revert &quot;Only run docs CI/main CI for corresponding changes&quot; by <a href="https://github.com/filmor"><code>@​filmor</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2260">pythonnet/pythonnet#2260</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/OmkarBorhade98"><code>@​OmkarBorhade98</code></a> made their first contribution in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2231">pythonnet/pythonnet#2231</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/pythonnet/pythonnet/compare/v3.0.2...v3.0.3">https://github.com/pythonnet/pythonnet/compare/v3.0.2...v3.0.3</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.3">3.0.3</a> - 2023-10-11</h2>
<h3>Added</h3>
<ul>
<li>Support for Python 3.12</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use enum name in <code>repr</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pythonnet/pythonnet/commit/0a5a63ccc4ee1e104ab0aae75ede8aa3441a3481"><code>0a5a63c</code></a> Release 3.0.3</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/5a4a986f9e2b9f4f505db68809f45a63c39b1418"><code>5a4a986</code></a> Revert &quot;only run docs CI/main CI for corresponding changes (<a href="https://redirect.github.com/pythonnet/pythonnet/issues/2257">#2257</a>)&quot; (<a href="https://redirect.github.com/pythonnet/pythonnet/issues/2260">#2260</a>)</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/04670ea1c8a761944e19ac89acd18a43a82cc352"><code>04670ea</code></a> only run docs CI/main CI for corresponding changes (<a href="https://redirect.github.com/pythonnet/pythonnet/issues/2257">#2257</a>)</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/88418da6a87f3dcdd861ff0022d8beb6164ae3ee"><code>88418da</code></a> Merge pull request <a href="https://redirect.github.com/pythonnet/pythonnet/issues/2249">#2249</a> from pythonnet/python-3.12</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/293f8b1d810db1e63253b950a4b4844b35c38bab"><code>293f8b1</code></a> Python 3.12 has been released, use final version</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/fb494705652af998a4f346aeb88ebff836c72eb4"><code>fb49470</code></a> Ignore test-case on Python 3.12</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/080d1bd59f2b231db2081474cf126e46aa039505"><code>080d1bd</code></a> For now skip over &quot;new style&quot; weakrefs in clear</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/8dfe4080d642397a7efcb52b8d3aa69da1675713"><code>8dfe408</code></a> Remove deprecated function call</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/d057724e5167d7088a3dc77310a37c38473e318d"><code>d057724</code></a> Update changelog</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/7a31d38755c71d0385bf28e758ab9cf96a2db481"><code>7a31d38</code></a> Add 3.12 to CI and metadata</li>
<li>Additional commits viewable in <a href="https://github.com/pythonnet/pythonnet/compare/v3.0.2...v3.0.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pythonnet&package-manager=nuget&previous-version=3.0.2&new-version=3.0.3)](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 <[email protected]>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
Bumps [pythonnet](https://github.com/pythonnet/pythonnet) from 3.0.2 to 3.0.3.
<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.3</h2>
<h2>What's Changed</h2>
<ul>
<li>change PyScope to PyModule by <a href="https://github.com/OmkarBorhade98"><code>@​OmkarBorhade98</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2231">pythonnet/pythonnet#2231</a></li>
<li>use enum name in repr by <a href="https://github.com/koubaa"><code>@​koubaa</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2239">pythonnet/pythonnet#2239</a></li>
<li>ARM CI fix by <a href="https://github.com/lostmsu"><code>@​lostmsu</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2256">pythonnet/pythonnet#2256</a></li>
<li>Python 3.12 by <a href="https://github.com/filmor"><code>@​filmor</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2249">pythonnet/pythonnet#2249</a></li>
<li>Only run docs CI/main CI for corresponding changes by <a href="https://github.com/lostmsu"><code>@​lostmsu</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2257">pythonnet/pythonnet#2257</a></li>
<li>Revert &quot;Only run docs CI/main CI for corresponding changes&quot; by <a href="https://github.com/filmor"><code>@​filmor</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2260">pythonnet/pythonnet#2260</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/OmkarBorhade98"><code>@​OmkarBorhade98</code></a> made their first contribution in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2231">pythonnet/pythonnet#2231</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/pythonnet/pythonnet/compare/v3.0.2...v3.0.3">https://github.com/pythonnet/pythonnet/compare/v3.0.2...v3.0.3</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.3">3.0.3</a> - 2023-10-11</h2>
<h3>Added</h3>
<ul>
<li>Support for Python 3.12</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use enum name in <code>repr</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pythonnet/pythonnet/commit/0a5a63ccc4ee1e104ab0aae75ede8aa3441a3481"><code>0a5a63c</code></a> Release 3.0.3</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/5a4a986f9e2b9f4f505db68809f45a63c39b1418"><code>5a4a986</code></a> Revert &quot;only run docs CI/main CI for corresponding changes (<a href="https://redirect.github.com/pythonnet/pythonnet/issues/2257">#2257</a>)&quot; (<a href="https://redirect.github.com/pythonnet/pythonnet/issues/2260">#2260</a>)</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/04670ea1c8a761944e19ac89acd18a43a82cc352"><code>04670ea</code></a> only run docs CI/main CI for corresponding changes (<a href="https://redirect.github.com/pythonnet/pythonnet/issues/2257">#2257</a>)</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/88418da6a87f3dcdd861ff0022d8beb6164ae3ee"><code>88418da</code></a> Merge pull request <a href="https://redirect.github.com/pythonnet/pythonnet/issues/2249">#2249</a> from pythonnet/python-3.12</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/293f8b1d810db1e63253b950a4b4844b35c38bab"><code>293f8b1</code></a> Python 3.12 has been released, use final version</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/fb494705652af998a4f346aeb88ebff836c72eb4"><code>fb49470</code></a> Ignore test-case on Python 3.12</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/080d1bd59f2b231db2081474cf126e46aa039505"><code>080d1bd</code></a> For now skip over &quot;new style&quot; weakrefs in clear</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/8dfe4080d642397a7efcb52b8d3aa69da1675713"><code>8dfe408</code></a> Remove deprecated function call</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/d057724e5167d7088a3dc77310a37c38473e318d"><code>d057724</code></a> Update changelog</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/7a31d38755c71d0385bf28e758ab9cf96a2db481"><code>7a31d38</code></a> Add 3.12 to CI and metadata</li>
<li>Additional commits viewable in <a href="https://github.com/pythonnet/pythonnet/compare/v3.0.2...v3.0.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pythonnet&package-manager=nuget&previous-version=3.0.2&new-version=3.0.3)](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 <[email protected]>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
Bumps [pythonnet](https://github.com/pythonnet/pythonnet) from 3.0.2 to 3.0.3.
<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.3</h2>
<h2>What's Changed</h2>
<ul>
<li>change PyScope to PyModule by <a href="https://github.com/OmkarBorhade98"><code>@​OmkarBorhade98</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2231">pythonnet/pythonnet#2231</a></li>
<li>use enum name in repr by <a href="https://github.com/koubaa"><code>@​koubaa</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2239">pythonnet/pythonnet#2239</a></li>
<li>ARM CI fix by <a href="https://github.com/lostmsu"><code>@​lostmsu</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2256">pythonnet/pythonnet#2256</a></li>
<li>Python 3.12 by <a href="https://github.com/filmor"><code>@​filmor</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2249">pythonnet/pythonnet#2249</a></li>
<li>Only run docs CI/main CI for corresponding changes by <a href="https://github.com/lostmsu"><code>@​lostmsu</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2257">pythonnet/pythonnet#2257</a></li>
<li>Revert &quot;Only run docs CI/main CI for corresponding changes&quot; by <a href="https://github.com/filmor"><code>@​filmor</code></a> in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2260">pythonnet/pythonnet#2260</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/OmkarBorhade98"><code>@​OmkarBorhade98</code></a> made their first contribution in <a href="https://redirect.github.com/pythonnet/pythonnet/pull/2231">pythonnet/pythonnet#2231</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/pythonnet/pythonnet/compare/v3.0.2...v3.0.3">https://github.com/pythonnet/pythonnet/compare/v3.0.2...v3.0.3</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.3">3.0.3</a> - 2023-10-11</h2>
<h3>Added</h3>
<ul>
<li>Support for Python 3.12</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use enum name in <code>repr</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pythonnet/pythonnet/commit/0a5a63ccc4ee1e104ab0aae75ede8aa3441a3481"><code>0a5a63c</code></a> Release 3.0.3</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/5a4a986f9e2b9f4f505db68809f45a63c39b1418"><code>5a4a986</code></a> Revert &quot;only run docs CI/main CI for corresponding changes (<a href="https://redirect.github.com/pythonnet/pythonnet/issues/2257">#2257</a>)&quot; (<a href="https://redirect.github.com/pythonnet/pythonnet/issues/2260">#2260</a>)</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/04670ea1c8a761944e19ac89acd18a43a82cc352"><code>04670ea</code></a> only run docs CI/main CI for corresponding changes (<a href="https://redirect.github.com/pythonnet/pythonnet/issues/2257">#2257</a>)</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/88418da6a87f3dcdd861ff0022d8beb6164ae3ee"><code>88418da</code></a> Merge pull request <a href="https://redirect.github.com/pythonnet/pythonnet/issues/2249">#2249</a> from pythonnet/python-3.12</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/293f8b1d810db1e63253b950a4b4844b35c38bab"><code>293f8b1</code></a> Python 3.12 has been released, use final version</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/fb494705652af998a4f346aeb88ebff836c72eb4"><code>fb49470</code></a> Ignore test-case on Python 3.12</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/080d1bd59f2b231db2081474cf126e46aa039505"><code>080d1bd</code></a> For now skip over &quot;new style&quot; weakrefs in clear</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/8dfe4080d642397a7efcb52b8d3aa69da1675713"><code>8dfe408</code></a> Remove deprecated function call</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/d057724e5167d7088a3dc77310a37c38473e318d"><code>d057724</code></a> Update changelog</li>
<li><a href="https://github.com/pythonnet/pythonnet/commit/7a31d38755c71d0385bf28e758ab9cf96a2db481"><code>7a31d38</code></a> Add 3.12 to CI and metadata</li>
<li>Additional commits viewable in <a href="https://github.com/pythonnet/pythonnet/compare/v3.0.2...v3.0.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pythonnet&package-manager=nuget&previous-version=3.0.2&new-version=3.0.3)](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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge Awaiting merge Component: C# dependencies Dependabot-only .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant