Skip to content

Commit

Permalink
Update pyo3-testing requirement from 0.1.0 to 0.2.0 (#42)
Browse files Browse the repository at this point in the history
Updates the requirements on
[pyo3-testing](https://github.com/MusicalNinjas/pyo3-testing) to permit
the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/MusicalNinjas/pyo3-testing/releases">pyo3-testing's
releases</a>.</em></p>
<blockquote>
<h2>v0.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add macros to call the wrapped functions by <a
href="https://github.com/MusicalNinjaDad"><code>@​MusicalNinjaDad</code></a>
in <a
href="https://redirect.github.com/MusicalNinjas/pyo3-testing/pull/1">MusicalNinjas/pyo3-testing#1</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/MusicalNinjaDad"><code>@​MusicalNinjaDad</code></a>
made their first contribution in <a
href="https://redirect.github.com/MusicalNinjas/pyo3-testing/pull/1">MusicalNinjas/pyo3-testing#1</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/MusicalNinjas/pyo3-testing/compare/v0.1.0...v0.2.0">https://github.com/MusicalNinjas/pyo3-testing/compare/v0.1.0...v0.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MusicalNinjas/pyo3-testing/commit/718ac9cff0ce963301c309db535d9760c3bc06a3"><code>718ac9c</code></a>
Don't need to build 3 times as part of publishing! (<a
href="https://redirect.github.com/MusicalNinjas/pyo3-testing/issues/2">#2</a>)</li>
<li><a
href="https://github.com/MusicalNinjas/pyo3-testing/commit/13891ba750c45a922a835b4b5e305e3c4de6bd68"><code>13891ba</code></a>
Add macros to call the wrapped functions (<a
href="https://redirect.github.com/MusicalNinjas/pyo3-testing/issues/1">#1</a>)</li>
<li>See full diff in <a
href="https://github.com/MusicalNinjas/pyo3-testing/compare/v0.1.0...v0.2.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 26, 2024
1 parent c660c23 commit 9c60a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/fizzbuzzo3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"] # cdylib required for python import, rlib required for

[dependencies]
pyo3 = "0.21.2"
pyo3-testing = "0.1.0"
pyo3-testing = "0.2.0"
fizzbuzz = { path = "../fizzbuzz" }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 comments on commit 9c60a55

Please sign in to comment.