Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency responses to v0.23.3 #184

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
responses (changelog) 0.22.0 -> 0.23.3 age adoption passing confidence

Release Notes

getsentry/responses (responses)

v0.23.3

Compare Source

  • Allow urllib3>=1.25.10

v0.23.2

Compare Source

This release is the last to support Python 3.7

  • Updated dependency to urllib3>=2 and requests>=2.30.0. See #​635
  • Fixed issue when custom adapters were sending only positional args. See #​642
  • Expose unbound_on_send method in RequestsMock class. This method returns new function
    that is called by RequestsMock instead of original send method defined by any adapter.

v0.23.1

Compare Source

v0.23.0

Compare Source

  • Add Python 3.11 support
  • Fix type annotations of CallList. See #​593
  • request object is attached to any custom exception provided as Response body argument. See #​588
  • Fixed mocked responses leaking between tests when assert_all_requests_are_fired and a request was not fired.
  • [BETA] Default recorder format was changed to YAML. Added responses.RequestsMock._parse_response_file and
    responses._recorder.Recorder.dump_to_file methods that allow users to override default parser to eg toml, json

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

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

@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

Merging #184 (6bcf27c) into main (81657bd) will not change coverage.
Report is 25 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #184   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          126       126           
=========================================
  Hits           126       126           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b851ff4...6bcf27c. Read the comment docs.

@renovate renovate bot force-pushed the renovate/responses-0.x branch 5 times, most recently from 1be4eee to afa754c Compare October 26, 2023 16:13
@mcaulifn mcaulifn enabled auto-merge (squash) October 26, 2023 16:16
mcaulifn
mcaulifn previously approved these changes Oct 26, 2023
@codeclimate
Copy link

codeclimate bot commented Oct 26, 2023

Code Climate has analyzed commit 6bcf27c and detected 0 issues on this pull request.

View more on Code Climate.

@mcaulifn mcaulifn merged commit 8010b99 into main Oct 26, 2023
9 checks passed
@mcaulifn mcaulifn deleted the renovate/responses-0.x branch October 26, 2023 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant