Skip to content

Commit f11b753

Browse files
chore(deps): update dependency responses to v0.26.0 (#949)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [responses](https://redirect.github.com/getsentry/responses) ([changelog](https://redirect.github.com/getsentry/responses/blob/master/CHANGES)) | `==0.25.8` → `==0.26.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/responses/0.26.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/responses/0.25.8/0.26.0?slim=true) | --- ### Release Notes <details> <summary>getsentry/responses (responses)</summary> ### [`v0.26.0`](https://redirect.github.com/getsentry/responses/blob/HEAD/CHANGES#0260) [Compare Source](https://redirect.github.com/getsentry/responses/compare/0.25.8...0.26.0) - When using `assert_all_requests_are_fired=True`, assertions about unfired requests are now raised even when an exception occurs in the context manager or decorated function. Previously, these assertions were suppressed when exceptions occurred. This new behavior provides valuable debugging context about which mocked requests were or weren't called. - Consider the `Retry-After` header when handling retries </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:eyJjcmVhdGVkSW5WZXIiOiI0My4zNi4yIiwidXBkYXRlZEluVmVyIjoiNDMuMzYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 774428c commit f11b753

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
@@ -3,5 +3,5 @@ pytest-pep8==1.0.6
33
pytest-cov==7.0.0
44
pytest-aiohttp==1.1.0
55
pytest-asyncio==1.3.0
6-
responses==0.25.8
6+
responses==0.26.0
77
pytest_httpserver >= 1.1.2

0 commit comments

Comments
 (0)