Bump pytest-asyncio from 0.20.3 to 0.21.0 #184

Closed
opened 2025-10-14 16:12:22 -06:00 by navan · 0 comments
Owner

Originally created by @dependabot[bot] on 4/25/2023

Bumps pytest-asyncio from 0.20.3 to 0.21.0.

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 0.21.0

0.21.0 (23-03-19)

  • Drop compatibility with pytest 6.1. Pytest-asyncio now depends on pytest 7.0 or newer.
  • pytest-asyncio cleans up any stale event loops when setting up and tearing down the event_loop fixture. This behavior has been deprecated and pytest-asyncio emits a DeprecationWarning when tearing down the event_loop fixture and current event loop has not been closed.
Commits
  • 75dccea [docs] Prepare v0.21.0.
  • 46b8f9e [build] Tests are run against Python 3.12 (dev). (#514)
  • 947e31a Deprecate closing of existing loops (#510)
  • e1cc62d Build(deps): Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#513)
  • f51948e Build(deps): Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (#509)
  • 455d945 Build(deps): Bump mypy from 1.0.1 to 1.1.1 in /dependencies/default (#507)
  • 108b322 Build(deps): Bump exceptiongroup in /dependencies/default (#508)
  • 3d63056 Build(deps): Bump pytest from 7.2.1 to 7.2.2 in /dependencies/default (#506)
  • 1dfb3b7 Build(deps): Bump coverage from 7.1.0 to 7.2.1 in /dependencies/default (#505)
  • 254bd85 Build(deps): Bump zipp from 3.13.0 to 3.15.0 in /dependencies/default (#504)
  • 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 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)
*Originally created by @dependabot[bot] on 4/25/2023* Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.3 to 0.21.0. <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.21.0</h2> <h1>0.21.0 (23-03-19)</h1> <ul> <li>Drop compatibility with pytest 6.1. Pytest-asyncio now depends on pytest 7.0 or newer.</li> <li>pytest-asyncio cleans up any stale event loops when setting up and tearing down the event_loop fixture. This behavior has been deprecated and pytest-asyncio emits a DeprecationWarning when tearing down the event_loop fixture and current event loop has not been closed.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/75dcceafcea94b8c286b8cba1b00ddec2593261f"><code>75dccea</code></a> [docs] Prepare v0.21.0.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/46b8f9e3f1d0ff5fc7f9bcf07f38252668516ba8"><code>46b8f9e</code></a> [build] Tests are run against Python 3.12 (dev). (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/514">#514</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/947e31acf9747158b44b682ad4498b2bd3c98c05"><code>947e31a</code></a> Deprecate closing of existing loops (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/510">#510</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/e1cc62d3956f76f5d816d25a362092d4d29550c6"><code>e1cc62d</code></a> Build(deps): Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/513">#513</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/f51948e4781a80a4d1242497c211353a7df889a1"><code>f51948e</code></a> Build(deps): Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/509">#509</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/455d94540d4d2b6752b03ae882445b55bd87096e"><code>455d945</code></a> Build(deps): Bump mypy from 1.0.1 to 1.1.1 in /dependencies/default (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/507">#507</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/108b322dfa4b2876485b0676d834c468b03e125f"><code>108b322</code></a> Build(deps): Bump exceptiongroup in /dependencies/default (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/508">#508</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/3d63056d46b596fd0ea5fc785f2d602eebe4b8d2"><code>3d63056</code></a> Build(deps): Bump pytest from 7.2.1 to 7.2.2 in /dependencies/default (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/506">#506</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/1dfb3b7ee1499218b2b721550ea5fca90702baae"><code>1dfb3b7</code></a> Build(deps): Bump coverage from 7.1.0 to 7.2.1 in /dependencies/default (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/505">#505</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/254bd8542c058fc5432ed40be5a4ecd590d44dcd"><code>254bd85</code></a> Build(deps): Bump zipp from 3.13.0 to 3.15.0 in /dependencies/default (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/504">#504</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.3...v0.21.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-asyncio&package-manager=pip&previous-version=0.20.3&new-version=0.21.0)](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 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>
navan 2025-10-14 16:12:23 -06:00
Sign in to join this conversation.
No labels
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
enhancement
enhancement
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/mitmproxy2swagger#184
No description provided.