Skip to content

Commit 2a0e318

Browse files
chore(deps): update dependency pytest-asyncio to v1.2.0 (#858)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [pytest-asyncio](https://redirect.github.com/pytest-dev/pytest-asyncio) ([changelog](https://pytest-asyncio.readthedocs.io/en/latest/reference/changelog.html)) | `==1.1.0` -> `==1.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-asyncio/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-asyncio/1.1.0/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pytest-dev/pytest-asyncio (pytest-asyncio)</summary> ### [`v1.2.0`](https://redirect.github.com/pytest-dev/pytest-asyncio/releases/tag/v1.2.0): pytest-asyncio 1.2.0 [Compare Source](https://redirect.github.com/pytest-dev/pytest-asyncio/compare/v1.1.1...v1.2.0) ##### [1.2.0](https://redirect.github.com/pytest-dev/pytest-asyncio/tree/1.2.0) - 2025-09-12 ##### Added - `--asyncio-debug` CLI option and `asyncio_debug` configuration option to enable asyncio debug mode for the default event loop. ([#&#8203;980](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/980)) - A `pytest.UsageError` for invalid configuration values of `asyncio_default_fixture_loop_scope` and `asyncio_default_test_loop_scope`. ([#&#8203;1189](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1189)) - Compatibility with the Pyright type checker ([#&#8203;731](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/731)) ##### Fixed - `RuntimeError: There is no current event loop in thread 'MainThread'` when any test unsets the event loop (such as when using `asyncio.run` and `asyncio.Runner`). ([#&#8203;1177](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1177)) - Deprecation warning when decorating an asynchronous fixture with `@pytest.fixture` in \[strict]{.title-ref} mode. The warning message now refers to the correct package. ([#&#8203;1198](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1198)) ##### Notes for Downstream Packagers - Bump the minimum required version of tox to v4.28. This change is only relevant if you use the `tox.ini` file provided by pytest-asyncio to run tests. - Extend dependency on typing-extensions>=4.12 from Python<3.10 to Python<3.13. ### [`v1.1.1`](https://redirect.github.com/pytest-dev/pytest-asyncio/releases/tag/v1.1.1): pytest-asyncio 1.1.1 [Compare Source](https://redirect.github.com/pytest-dev/pytest-asyncio/compare/v1.1.0...v1.1.1) ### [v1.1.1](https://redirect.github.com/pytest-dev/pytest-asyncio/tree/v1.1.1) - 2025-09-12 #### Notes for Downstream Packagers \- Addresses a build problem with setuptoos-scm >= 9 caused by invalid setuptools-scm configuration in pytest-asyncio. ([#&#8203;1192](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1192)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff40799 commit 2a0e318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ pytest==8.4.2
22
pytest-pep8==1.0.6
33
pytest-cov==7.0.0
44
pytest-aiohttp==1.1.0
5-
pytest-asyncio==1.1.0
5+
pytest-asyncio==1.2.0
66
responses==0.25.8
77
pytest_httpserver >= 1.1.2

0 commit comments

Comments
 (0)