Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump responses from 0.23.3 to 0.24.1 (#262)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [responses](https://github.com/getsentry/responses) from 0.23.3 to 0.24.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/responses/releases">responses's releases</a>.</em></p> <blockquote> <h2>0.24.1</h2> <ul> <li>Reverted overloads removal</li> <li>Added typing to <code>Call</code> attributes.</li> <li>Fix socket issues (see <a href="https://redirect.github.com/getsentry/responses/issues/693">#693</a>)</li> </ul> <h2>0.24.0</h2> <ul> <li>Added <code>BaseResponse.calls</code> to access calls data of a separate mocked request. See <a href="https://redirect.github.com/getsentry/responses/issues/664">#664</a></li> <li>Added <code>real_adapter_send</code> parameter to <code>RequestsMock</code> that will allow users to set through which function they would like to send real requests</li> <li>Added support for re.Pattern based header matching.</li> <li>Added support for gzipped response bodies to <code>json_params_matcher</code>.</li> <li>Fix <code>Content-Type</code> headers issue when the header was duplicated. See <a href="https://redirect.github.com/getsentry/responses/issues/644">#644</a></li> <li>Moved types-pyyaml dependency to <code>tests_requires</code></li> <li>Removed Python3.7 support</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/responses/blob/master/CHANGES">responses's changelog</a>.</em></p> <blockquote> <h2>0.24.1</h2> <ul> <li>Reverted overloads removal</li> <li>Added typing to <code>Call</code> attributes.</li> <li>Fix socket issues (see <a href="https://redirect.github.com/getsentry/responses/issues/693">#693</a>)</li> </ul> <h2>0.24.0</h2> <ul> <li>Added <code>BaseResponse.calls</code> to access calls data of a separate mocked request. See <a href="https://redirect.github.com/getsentry/responses/issues/664">#664</a></li> <li>Added <code>real_adapter_send</code> parameter to <code>RequestsMock</code> that will allow users to set through which function they would like to send real requests</li> <li>Added support for re.Pattern based header matching.</li> <li>Added support for gzipped response bodies to <code>json_params_matcher</code>.</li> <li>Fix <code>Content-Type</code> headers issue when the header was duplicated. See <a href="https://redirect.github.com/getsentry/responses/issues/644">#644</a></li> <li>Moved types-pyyaml dependency to <code>tests_requires</code></li> <li>Removed Python3.7 support</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/responses/commit/fe0d8072839619aa4129f82b460bb7a39a6b42e4"><code>fe0d807</code></a> release: 0.24.1</li> <li><a href="https://github.com/getsentry/responses/commit/2d6d0396ec6b7593ea11ef1fe58588044b00c45c"><code>2d6d039</code></a> Fix socket issues (<a href="https://redirect.github.com/getsentry/responses/issues/693">#693</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/939562fd3ce5cd386fb325b3aa6db6d6f3a45e82"><code>939562f</code></a> Added typing in tests (<a href="https://redirect.github.com/getsentry/responses/issues/694">#694</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/c46cb060311f53ac86e4497ec3bfcfa69fab9aed"><code>c46cb06</code></a> Fix/calllist typing (<a href="https://redirect.github.com/getsentry/responses/issues/690">#690</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/a0df27d1d63b594bd1a91fbc46b4887207604a55"><code>a0df27d</code></a> Merge branch 'release/0.24.0'</li> <li><a href="https://github.com/getsentry/responses/commit/5579f8ecbe4bc59e04bc334f98c8a68b93c57cb3"><code>5579f8e</code></a> release: 0.24.0</li> <li><a href="https://github.com/getsentry/responses/commit/9d38e6e66b11c6bcda200fd920df1b21ae0eb78f"><code>9d38e6e</code></a> Fix heading underline for RST</li> <li><a href="https://github.com/getsentry/responses/commit/bcad0cde3301e8aedb1526d0f3b220c195119f66"><code>bcad0cd</code></a> Calls info in BaseResponse (<a href="https://redirect.github.com/getsentry/responses/issues/664">#664</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/5c6a3b13bbefc2d4cae0cbd1e9177ab702e15e76"><code>5c6a3b1</code></a> fixed mypy compatibility for py3.8 (<a href="https://redirect.github.com/getsentry/responses/issues/686">#686</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/87db9df3dc4d2778eee37c3bb7b29f5e3aeb5d9e"><code>87db9df</code></a> updated <code>_form_response</code> function with more native handling by utilizing the ...</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/responses/compare/0.23.3...0.24.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=responses&package-manager=pip&previous-version=0.23.3&new-version=0.24.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @edgarrmondragon. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information