Skip to content

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Jun 17, 2019

Bumps responses from 0.8.1 to 0.10.6.

Release notes

Sourced from responses's releases.

Responses 0.10.6

  • Improved documentation.
  • Improved installation requirements for py3
  • ConnectionError's raised by responses now indicate which request path/method failed to match a mock.
  • test_responses.py is no longer part of the installation targets.

Responses 0.10.5

  • Fix callback exception mocking.
  • Improve test coverage
  • Improve build configuration.

Responses 0.10.4

  • Fixed generated wrapper when using @responses.activate in Python 3.6+
    when decorated functions use parameter and/or return annotations.

Responses 0.10.3

  • Fixed deprecation warnings in python 3.7 for inspect module usage.

Responses 0.10.2

  • Fixed build setup to use undeprecated pytest bin stub.
  • Updated tox configuration.
  • Added example of using responses with pytest.fixture
  • Removed dependency on biscuits in py3. Instead http.cookies is being used.

Responses 0.10.1

  • Fix release tooling to publish wheels as well.

Responses 0.10.0

  • Improve documentation
  • Fix warnings in Python 3.7
  • The match_querystring argument for responses.add() now defaults to true if the stubbed URL has a query string.
  • Pass through requests no longer drop keyword arguments like proxies.
Changelog

Sourced from responses's changelog.

0.10.6

  • Improved documentation.
  • Improved installation requirements for py3
  • ConnectionError's raised by responses now indicate which request
    path/method failed to match a mock.
  • test_responses.py is no longer part of the installation targets.

0.10.5

  • Improved support for raising exceptions from callback mocks. If a mock
    callback returns an exception object that exception will be raised.

0.10.4

  • Fixed generated wrapper when using @responses.activate in Python 3.6+
    when decorated functions use parameter and/or return annotations.

0.10.3

  • Fixed deprecation warnings in python 3.7 for inspect module usage.

0.10.2

  • Fixed build setup to use undeprecated pytest bin stub.
  • Updated tox configuration.
  • Added example of using responses with pytest.fixture
  • Removed dependency on biscuits in py3. Instead http.cookies is being used.

0.10.1

  • Packaging fix to distribute wheel (#219)

0.10.0

  • Fix passing through extra settings (#207)
  • Fix collections.abc warning on Python 3.7 (#215)
  • Use 'biscuits' library instead of 'cookies' on Python 3.4+ (#218)

0.9.0

  • Support for Python 3.7 (#196)
... (truncated)
Commits
  • ed5d0c2 Bump version for 0.10.6
  • 55d972d Update CHANGES for 0.10.6
  • 2924870 Add 0.10.5 to release notes.
  • bd7aea8 Merge pull request #260 from jayvdb/sdist-test-fix
  • b9cc37d setup.py: Remove test_responses.py
  • cb7c6d7 Issue 225: Connection Error message mentions Responses
  • 6e3f8a1 Fix RST syntax
  • a94a5d9 Merge pull request #253 from ptink/matches-property
  • c280be4 Added matches property to RequestMock. Updated documentation for modifying ...
  • 13be582 Merge pull request #254 from jdufresne/mock
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 17, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/responses-0.10.6 branch from 98ffc61 to 63ec1cf Compare August 7, 2019 03:32
@dependabot-preview
Copy link
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/responses-0.10.6 branch September 9, 2019 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants