Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump responses from 0.25.3 to 0.25.5 (#104)
Bumps [responses](https://github.com/getsentry/responses) from 0.25.3 to 0.25.5. <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.25.5</h2> <ul> <li>Fix readme issue that prevented 0.25.4 from being published to pypi.</li> </ul> <h2>0.25.4</h2> <ul> <li>Responses can now match requests that use <code>data</code> with file-like objects. Files will be read as bytes and stored in the request mock. See <a href="https://redirect.github.com/getsentry/responses/issues/736">#736</a></li> <li><code>RequestsMock.matchers</code> was added. This property is an alias to <code>responses.matchers</code>. See <a href="https://redirect.github.com/getsentry/responses/issues/739">#739</a></li> <li>Removed tests from packaged wheels. See <a href="https://redirect.github.com/getsentry/responses/issues/746">#746</a></li> <li>Improved recorder API to ease use in REPL environments. See <a href="https://redirect.github.com/getsentry/responses/issues/745">#745</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/responses/commit/9f58088c4599846f58040aa0280c01e24c2744af"><code>9f58088</code></a> release: 0.25.5</li> <li><a href="https://github.com/getsentry/responses/commit/a1df2f8367f27efd51ad40f4f6057255a53cf379"><code>a1df2f8</code></a> Fix rst syntax in readme (<a href="https://redirect.github.com/getsentry/responses/issues/749">#749</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/03765a072b6f739f466994adfea271cba2630188"><code>03765a0</code></a> Revert version change so release tooling can operate (<a href="https://redirect.github.com/getsentry/responses/issues/748">#748</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/aee357ea4a57ac72644c9bbef0575eeca1c2ecc8"><code>aee357e</code></a> Update changelog and fix mypy (<a href="https://redirect.github.com/getsentry/responses/issues/747">#747</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/32c48842c219fe80ec6da5023131e10203ceaa54"><code>32c4884</code></a> Recorder without decorator (<a href="https://redirect.github.com/getsentry/responses/issues/745">#745</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/9f19f3f179a915dd18ee8dc132bf00acdc3890a4"><code>9f19f3f</code></a> Remove tests from the wheel and simplify setup.py. (<a href="https://redirect.github.com/getsentry/responses/issues/746">#746</a>)</li> <li><a href="https://github.com/getsentry/responses/commit/7a6348a01f4d8290cfa1e1eb5bb87f065999f89e"><code>7a6348a</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/responses/issues/742">#742</a> from getsentry/Replace-release-bot-with-GH-app</li> <li><a href="https://github.com/getsentry/responses/commit/d58f9c8df378641aa903eaa927c2c096478e7d47"><code>d58f9c8</code></a> Replace release bot with GH app</li> <li><a href="https://github.com/getsentry/responses/commit/93d321222c79b9b931d770fbd94020bad0294297"><code>93d3212</code></a> Update changelog for <a href="https://redirect.github.com/getsentry/responses/issues/739">#739</a></li> <li><a href="https://github.com/getsentry/responses/commit/c7965649a8b56e844d956df6f75bd040120f244b"><code>c796564</code></a> Export names <code>matchers</code> and <code>Response</code> from RequestsMock instances (<a href="https://redirect.github.com/getsentry/responses/issues/739">#739</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/responses/compare/0.25.3...0.25.5">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.25.3&new-version=0.25.5)](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-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