Skip to content

Commit

Permalink
Update dependency responses to v0.23.2 (#227)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [responses](https://togithub.com/getsentry/responses)
([changelog](https://togithub.com/getsentry/responses/blob/master/CHANGES))
| `==0.23.1` -> `==0.23.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/responses/0.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/responses/0.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/responses/0.23.1/0.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/responses/0.23.1/0.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>getsentry/responses (responses)</summary>

###
[`v0.23.2`](https://togithub.com/getsentry/responses/blob/HEAD/CHANGES#0232)

[Compare
Source](https://togithub.com/getsentry/responses/compare/0.23.1...0.23.2)

> This release is the last to support Python 3.7

- Updated dependency to urllib3>=2 and requests>=2.30.0. See
[#&#8203;635](https://togithub.com/getsentry/responses/issues/635)
- Fixed issue when custom adapters were sending only positional args.
See [#&#8203;642](https://togithub.com/getsentry/responses/issues/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.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/allenporter/pyrainbird).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 27, 2023
1 parent 368bd2a commit 515bc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pytest-mock==3.11.1
python-dateutil==2.8.2
requests==2.31.0
requests-mock==1.11.0
responses==0.23.1
responses==0.23.2
types-PyYAML==6.0.12.11
types-requests==2.31.0.2
ruff==0.0.280

0 comments on commit 515bc10

Please sign in to comment.