Skip to content

Commit

Permalink
⬆️ Update pytest-asyncio requirement from <=0.24.0,>=0.21.1 to >=0.21…
Browse files Browse the repository at this point in the history
….1,<=0.25.2 (#200)

Updates the requirements on
[pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit
the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest-asyncio/releases">pytest-asyncio's
releases</a>.</em></p>
<blockquote>
<h2>pytest-asyncio 0.25.2</h2>
<ul>
<li>Call <code>loop.shutdown_asyncgens()</code> before closing the event
loop to ensure async generators are closed in the same manner as
<code>asyncio.run</code> does <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/1034">#1034</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/2188cdbbf7b47e653957d3f39aeb7d4d0de80bf4"><code>2188cdb</code></a>
build: Prepare release of v0.25.2.</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/c3ad6340b8ad251f3c03d6bbe399f08434059bda"><code>c3ad634</code></a>
fix: Shutdown generators before closing event loops.</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/e8ffb10528aaf578dc9ccc7ddbb1fadab56be8ac"><code>e8ffb10</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/aae43d4f766dfd8f9a643faad41be411888a5d16"><code>aae43d4</code></a>
Build(deps): Bump hypothesis in /dependencies/default</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/941e8b5104d86bb1b06b15fd3395f23120203c09"><code>941e8b5</code></a>
Build(deps): Bump pygments from 2.18.0 to 2.19.1 in
/dependencies/docs</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/623ab74b80b6f748e88254714f9b21a16eb7911e"><code>623ab74</code></a>
docs: Prepare release of v0.25.1.</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/c236550e739b55ee62f3e6ec7f71b4f4231236d1"><code>c236550</code></a>
docs: Fix broken link to the pytest.mark.asyncio reference.</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/41c645b3b79709c2812a3aa3b17943074bc33f48"><code>41c645b</code></a>
fix: Correct warning message when redefining the event_loop
fixture.</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/2fd10f824302d45da752341c60c8ddec48297a1b"><code>2fd10f8</code></a>
docs: Clarify deprecation of event_loop fixture.</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/a4e82ab25b9d6238c46e078313402584d65e11c9"><code>a4e82ab</code></a>
docs: Added changelog entry for <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1020">#1020</a>.</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.25.2">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 Jan 13, 2025
1 parent 53bd5ed commit fdd36c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ cryptography<45; python_version > '3.8'
backports.zoneinfo==0.2.1; python_version<"3.9"
tzdata==2024.2; python_version<"3.8"
towncrier==21.9.0
pytest-asyncio>=0.21.1,<=0.24.0
pytest-asyncio>=0.21.1,<=0.25.2
aiofile>=2,<4

0 comments on commit fdd36c6

Please sign in to comment.