Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maint(deps-dev): bump requests-mock from 1.10.0 to 1.11.0 (#143)
Bumps [requests-mock](https://github.com/jamielennox/requests-mock) from 1.10.0 to 1.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jamielennox/requests-mock/releases">requests-mock's releases</a>.</em></p> <blockquote> <h2>1.11.0</h2> <h2>What's Changed</h2> <ul> <li>Upgrade GitHub Actions by <a href="https://github.com/cclauss"><code>@cclauss</code></a> in <a href="https://redirect.github.com/jamielennox/requests-mock/pull/224">jamielennox/requests-mock#224</a></li> <li>Typing analysis and public type aliases by <a href="https://github.com/noirbizarre"><code>@noirbizarre</code></a> in <a href="https://redirect.github.com/jamielennox/requests-mock/pull/226">jamielennox/requests-mock#226</a></li> <li>Use unittest.mock when available on Python > 3.3 by <a href="https://github.com/jelly"><code>@jelly</code></a> in <a href="https://redirect.github.com/jamielennox/requests-mock/pull/230">jamielennox/requests-mock#230</a></li> <li>Tell urllib3 to ignore content length mismatch by <a href="https://github.com/jamielennox"><code>@jamielennox</code></a> in <a href="https://redirect.github.com/jamielennox/requests-mock/pull/232">jamielennox/requests-mock#232</a></li> <li>Remove testrepository dependency by <a href="https://github.com/jamielennox"><code>@jamielennox</code></a> in <a href="https://redirect.github.com/jamielennox/requests-mock/pull/229">jamielennox/requests-mock#229</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cclauss"><code>@cclauss</code></a> made their first contribution in <a href="https://redirect.github.com/jamielennox/requests-mock/pull/224">jamielennox/requests-mock#224</a></li> <li><a href="https://github.com/noirbizarre"><code>@noirbizarre</code></a> made their first contribution in <a href="https://redirect.github.com/jamielennox/requests-mock/pull/226">jamielennox/requests-mock#226</a></li> <li><a href="https://github.com/jelly"><code>@jelly</code></a> made their first contribution in <a href="https://redirect.github.com/jamielennox/requests-mock/pull/230">jamielennox/requests-mock#230</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jamielennox/requests-mock/compare/1.10.0...1.11.0">https://github.com/jamielennox/requests-mock/compare/1.10.0...1.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jamielennox/requests-mock/commit/15df8e2b85ae71afea1013b5bf9fd010623acd39"><code>15df8e2</code></a> Remove testrepository dependency</li> <li><a href="https://github.com/jamielennox/requests-mock/commit/722cb3ab1d890645712237df0f415f637ea6f653"><code>722cb3a</code></a> Remove nova/keystone tip tests and fix requests-tip</li> <li><a href="https://github.com/jamielennox/requests-mock/commit/dcbef4faf88c986fd576f2662ec92a48b643d2ba"><code>dcbef4f</code></a> Tell urllib3 to ignore content length mismatch</li> <li><a href="https://github.com/jamielennox/requests-mock/commit/dc806b3165a4256011dd6241cd2bfe7b7ba126ae"><code>dc806b3</code></a> Use unittest.mock when available on Python > 3.3</li> <li><a href="https://github.com/jamielennox/requests-mock/commit/fc190340fafd6bcc051ee58d096278728911cccc"><code>fc19034</code></a> Merge pull request <a href="https://redirect.github.com/jamielennox/requests-mock/issues/226">#226</a> from noirbizarre/style/typing</li> <li><a href="https://github.com/jamielennox/requests-mock/commit/fb0ae6190e83345d0b3ca7c48150c707ce723954"><code>fb0ae61</code></a> Merge remote-tracking branch 'origin/master' into style/typing</li> <li><a href="https://github.com/jamielennox/requests-mock/commit/799ac71c11b4398680392b2d77d3166e9dce70fe"><code>799ac71</code></a> Upgrade GitHub Actions (<a href="https://redirect.github.com/jamielennox/requests-mock/issues/224">#224</a>)</li> <li><a href="https://github.com/jamielennox/requests-mock/commit/a5ebf1c2edf4d0fdfeaee6b272ecdda070e2b791"><code>a5ebf1c</code></a> ci(typing): renamed <code>flake8.yml</code> workflow into <code>lint.yml</code> and add mypy linting</li> <li><a href="https://github.com/jamielennox/requests-mock/commit/5aa8038cb5db3ca4fa3eed679acc21926d17c5f0"><code>5aa8038</code></a> style(typing): expose public TypeAliases for type intended for library users</li> <li><a href="https://github.com/jamielennox/requests-mock/commit/f84703fb725e865a346d8ea3efa49cc7e5bcb10c"><code>f84703f</code></a> build(typing): add type hinting linting using MyPy</li> <li>See full diff in <a href="https://github.com/jamielennox/requests-mock/compare/1.10.0...1.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=requests-mock&package-manager=pip&previous-version=1.10.0&new-version=1.11.0)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information