arska / controlmyspa

Python library for Balboa ControlMySpa.com
https://pypi.org/project/controlmyspa/
MIT License
5 stars 4 forks source link

Update dependency responses to v0.17.0 #15

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
responses ==0.16.0 -> ==0.17.0 age adoption passing confidence

Release Notes

getsentry/responses ### [`v0.17.0`](https://togithub.com/getsentry/responses/blob/HEAD/CHANGES#​0170) [Compare Source](https://togithub.com/getsentry/responses/compare/0.16.0...0.17.0) - This release is the last to support Python 2.7. - Fixed issue when `response.iter_content` when `chunk_size=None` entered infinite loop - Fixed issue when `passthru_prefixes` persisted across tests. Now `add_passthru` is valid only within a context manager or for a single function and cleared on exit - Deprecate `match_querystring` argument in ` Response`` and `CallbackResponse` . Use `responses.matchers.query_param_matcher`or`responses.matchers.query_string_matcher\` - Added support for non-UTF-8 bytes in `responses.matchers.multipart_matcher` - Added `responses.registries`. Now user can create custom registries to manipulate the order of responses in the match algorithm `responses.activate(registry=CustomRegistry)` - Fixed issue with response match when requests were performed between adding responses with same URL. See Issue [#​212](https://togithub.com/getsentry/responses/issues/212)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.