-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit 2a0e318
authored
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` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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.
([#​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`.
([#​1189](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1189))
- Compatibility with the Pyright type checker
([#​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`).
([#​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.
([#​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.
([#​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 2a0e318Copy full SHA for 2a0e318
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: requirements-test.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
|
0 commit comments