-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit 4187a3d
authored
chore(deps): update dependency pytest-asyncio to v1.1.0 (#827)
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.0.0` -> `==1.1.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.1.0`](https://redirect.github.com/pytest-dev/pytest-asyncio/releases/tag/v1.1.0):
pytest-asyncio 1.1.0
[Compare
Source](https://redirect.github.com/pytest-dev/pytest-asyncio/compare/v1.0.0...v1.1.0)
***
title:
"[1.1.0](https://redirect.github.com/pytest-dev/pytest-asyncio/tree/1.1.0)
-
2025-07-16"
-----------
##### Added
- Propagation of ContextVars from async fixtures to other fixtures and
tests on Python 3.10 and older
([#​127](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/127))
- Cancellation of tasks when the \[loop\_scope]{.title-ref} ends
([#​200](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/200))
- Warning when the current event loop is closed by a test
##### Fixed
- Error about missing loop when calling functions requiring a loop in
the \[finally]{.title-ref} clause of a task
([#​878](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/878))
- An error that could cause duplicate warnings to be issued
##### Notes for Downstream Packagers
\- Added runtime dependency on
[backports.asyncio.runner](https://pypi.org/project/backports.asyncio.runner/)
for use with Python 3.10 and older -----BEGIN SSH
SIGNATURE-----U1NIU0lHAAAAAQAAAF0AAAAac2stc3NoLWVkMjU1MTlAb3BlbnNzaC5jb20AAAAgnbROE1
IyiXgnOnIwsc0QXI9EXDwO7JrDVqEgoMibVCwAAAAXc3NoOm5vbi1yZXNpZGVudC12ZXJp
ZnkAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABnAAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2
guY29tAAAAQGWf0f8VkIgQiXT7SAZuUNh6JcFWpfDBNH9Ahm/rFeQ5Hhf9B5XC690YD2xv
nyRm6KXC8XJG2e3Bi8vM8nysqQcFAAADUQ== -----END SSH SIGNATURE-----
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 36e62ce commit 4187a3dCopy full SHA for 4187a3d
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 changed+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