Skip to content

chore(deps-dev): bump responses from 0.25.8 to 0.26.0#786

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/responses-0.26.0
Open

chore(deps-dev): bump responses from 0.25.8 to 0.26.0#786
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/responses-0.26.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps responses from 0.25.8 to 0.26.0.

Release notes

Sourced from responses's releases.

0.26.0

  • When using assert_all_requests_are_fired=True, assertions about unfired requests are now raised even when an exception occurs in the context manager or decorated function. Previously, these assertions were suppressed when exceptions occurred. This new behavior provides valuable debugging context about which mocked requests were or weren't called.
  • Consider the Retry-After header when handling retries
Changelog

Sourced from responses's changelog.

0.26.0

  • When using assert_all_requests_are_fired=True, assertions about unfired requests are now raised even when an exception occurs in the context manager or decorated function. Previously, these assertions were suppressed when exceptions occurred. This new behavior provides valuable debugging context about which mocked requests were or weren't called.
  • Consider the Retry-After header when handling retries
Commits
  • 94913d0 release: 0.26.0
  • 051b79e Make assert_all_requests_are_fired always assert on exception (#782)
  • 0905cb8 Fix query_param_matcher not matching empty query parameter values (#787)
  • e0c6faa ci(release): Switch from action-prepare-release to Craft (#785)
  • 1be3a73 fix: Consider the Retry-After header when handling retries (#784)
  • c6730fb Merge branch 'release/0.25.8'
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [responses](https://github.com/getsentry/responses) from 0.25.8 to 0.26.0.
- [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.0)

---
updated-dependencies:
- dependency-name: responses
  dependency-version: 0.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies One or more dependencies are being bumped python Pull requests that update Python code labels Feb 20, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 20, 2026 08:53
@dependabot dependabot bot added dependencies One or more dependencies are being bumped python Pull requests that update Python code labels Feb 20, 2026
kishore7snehil added a commit that referenced this pull request Mar 30, 2026
…rop Python 3.8; replace Snyk with SCA scan (#808)

## Changes

### Python 3.8 Support Dropped

Python 3.8 reached end-of-life in October 2024. Several security-patched
dependency versions (`aiohttp`, `cryptography`, `urllib3`) require
Python >=3.9, making it impossible to keep 3.8 support while applying
security fixes. The previous minimum (`>=3.8`) allowed installation on
Python versions that can only resolve to **vulnerable** dependency
versions.

- Changed `python` from `^3.8` to `>=3.9.2,<4.0` (3.9.0 and 3.9.1 are
excluded by `cryptography` due to known bugs in those patch releases)
- Removed `Programming Language :: Python :: 3.8` classifier from
`pyproject.toml`
- Updated `README.md`, `v5_MIGRATION_GUIDE.md`, and
`github_discussion_v5_announcement.md` to reflect Python >=3.9

### Dependency Updates

#### Python Dependencies - From Dependabot PRs
- Bump `ruff` from `0.11.5` to `0.15.8`
([#806](#806))
- Bump `responses` upper bound from `<0.26.0` to `<0.28.0`
([#786](#786))

#### Python Dependencies - From Security Review
- Update `aiohttp` from `>=3.10.11` to `>=3.11.18` - fixes multiple
CVEs; previous minimum resolved to versions with known vulnerabilities
on Python 3.8
- Update `cryptography` from `>=43.0.1` to `>=44.0.0` - fixes known
vulnerabilities in older versions
- Update `urllib3` from `>=2.2.3` to `>=2.3.0` - fixes known
vulnerabilities; requires Python >=3.9

#### GitHub Actions
- Bump `codecov/codecov-action` from `5.5.1` to `6.0.0` (SHA pin
updated) ([#805](#805))

#### CI Workflow Changes
- Added `sca_scan.yml` - new SCA scan using `auth0/devsecops-tooling`
reusable workflow with `requirements.txt`
- Removed `snyk.yml` - replaced by the new `sca_scan.yml` reusable
workflow
- Removed `docs.yml` - documentation build workflow removed
- Added `.claude/` to `.gitignore`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies One or more dependencies are being bumped python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants