Bump responses from 0.25.8 to 0.26.2 - #727
Conversation
Bumps [responses](https://github.com/getsentry/responses) from 0.25.8 to 0.26.2. - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](getsentry/responses@0.25.8...0.26.2) --- updated-dependencies: - dependency-name: responses dependency-version: 0.26.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
🔵 Review postedLast updated: 2026-08-01 01:10 UTC |
rtibblesbot
left a comment
There was a problem hiding this comment.
PR #727 — responses 0.25.8 → 0.26.2, a minor bump of a test-only dependency ([dependency-groups] test, re-included by dev). CI passing: 15/15 unit-test jobs (ubuntu/macos/windows × Python 3.9–3.13) plus the docs build.
- Breaking changes: none declared. One behavior change in 0.26.0 — with
assert_all_requests_are_fired=True, unfired-request assertions now raise even when an exception occurs in the context manager or decorated function. Not applicable here. - Security fixes: none; no CVEs in the range.
- Peer/transitive deps: unchanged — still
pyyaml,requests,urllib3under the same CPython marker; theuv.lockdiff is confined to theresponsesentry and two[package.metadata]specifier lines. - Code changes required: none. Nothing in the repo imports
responses— the only match outside the pin is the word "responses" in atests/test_tree.pydocstring, anduv.locklists it solely under ricecooker's owndev/testgroups, not as a transitive requirement. HTTP mocking in the suite is handled byvcrpyand locally-served media.
Other changes in range, for the record: Retry-After honored during retries (0.26.0); strict_match for urlencoded_params_matcher and content_type precedence over headers['content-type'] in mock files (0.26.1); case-insensitive default-header stripping and a query_param_matcher params-mutation fix (0.26.2).
Suggestion for a follow-up, not this PR: consider dropping the unused responses pin so Dependabot stops opening PRs for a package nothing exercises — or add a short comment on the pin if it's kept deliberately.
@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly
How was this generated?
Ran a dependency-update review pipeline over the version bump:
- Classified the bump by semver (patch / minor / major) and dependency type (production vs. development)
- Extracted the changelog and release notes across the version range
- Assessed compatibility with this project's usage and whether any code changes are required
- Treated CI as the primary safety net
- Scaled the review depth to the update's risk
- Chose the verdict from semver risk, changelog findings, and CI status
|
Looks like responses is no longer a dependency, so this is no longer needed. |
Bumps responses from 0.25.8 to 0.26.2.
Release notes
Sourced from responses's releases.
Changelog
Sourced from responses's changelog.
Commits
31d28ebrelease: 0.26.26fb610dFix CHANGES (#802)aae1d47Set license format to SPDX identifier in setup.py (#803)a19add7fix: query_param_matcher no longer mutates the caller's params dict (#801)88e15dbStrip default headers from recorded files case-insensitively (#798)1d48f2fdocs: fix typos (#800)853e7d2docs: update tox Python version examples (#797)705067bMerge branch 'release/0.26.1'7a80232release: 0.26.11fda897Add strict_match parameter to urlencoded_params_matcher (#796)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)