Skip to content

Commit 4187a3d

Browse files
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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-asyncio/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-asyncio/1.0.0/1.1.0?slim=true)](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 ([#&#8203;127](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/127)) - Cancellation of tasks when the \[loop\_scope]{.title-ref} ends ([#&#8203;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 ([#&#8203;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 4187a3d

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.1
22
pytest-pep8==1.0.6
33
pytest-cov==6.2.1
44
pytest-aiohttp==1.1.0
5-
pytest-asyncio==1.0.0
5+
pytest-asyncio==1.1.0
66
responses==0.25.7
77
pytest_httpserver >= 1.1.2

0 commit comments

Comments
 (0)