-
-
Notifications
You must be signed in to change notification settings - Fork 115
Bump responses from 0.21.0 to 0.22.0 #4
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [responses](https://github.com/getsentry/responses) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](getsentry/responses@0.21.0...0.22.0) --- updated-dependencies: - dependency-name: responses dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report
@@ Coverage Diff @@
## main #4 +/- ##
=======================================
Coverage ? 66.19%
=======================================
Files ? 47
Lines ? 1855
Branches ? 0
=======================================
Hits ? 1228
Misses ? 627
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This was referenced Oct 21, 2025
JSv4
added a commit
that referenced
this pull request
Dec 7, 2025
Critical Issue #1 - Data Integrity: - Add CheckConstraint to Annotation model ensuring annotations in structural_set must have structural=True (enforces assumption in query_optimizer.py:207-209) - Add same constraint to Relationship model for consistency - Add migration 0050 for the new database constraints - Add 6 test cases in test_structural_annotation_sets.py Critical Issue #2 - IDOR Prevention: - Fix CreateThreadMessageMutation to check permissions BEFORE checking locked status (prevents information disclosure via different error msgs) - Fix ReplyToMessageMutation with same pattern - Use generic "Cannot post/reply in this thread" for both cases Issue #4 - Frontend Test Configuration: - Add --reporter=list to test:ct script in package.json to prevent test hanging as documented in CLAUDE.md
3 tasks
This was referenced Dec 7, 2025
This was referenced Dec 15, 2025
This was referenced Dec 24, 2025
Merged
Merged
8 tasks
JSv4
added a commit
that referenced
this pull request
Jan 2, 2026
- Add FILE_SIZE and TIME_UNITS constants to constants.ts - Create formatters.ts with shared formatting utilities: - formatFileSize: Human-readable file size formatting - formatRelativeTime: Relative time formatting (e.g., "5 hours ago") - formatCompactRelativeTime: Compact format for activity feeds - getInitials: Extract initials from name/email for avatars - Update Documents.tsx to use shared utilities - Remove duplicate helper functions from Documents.tsx This addresses CLAUDE.md Critical Concept #4 (no magic numbers) and improves DRY compliance by consolidating formatting logic.
This was referenced Jan 2, 2026
This was referenced Jan 4, 2026
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
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps responses from 0.21.0 to 0.22.0.
Release notes
Sourced from responses's releases.
Changelog
Sourced from responses's changelog.
Commits
bbc4f78release: 0.22.0b3caf4cAdd docs for reponse file loading(#590)3bb694bUse partialmethod for shortcuts (#583)a24d964Add docs for recording beta features (#582)caca43cremove OriginalResponseShim (#585)d4ace43[BETA] replay responses from toml files. (#581)873ddb4add docstrings to OrderedRegistry (#587)240504cadd docstrings to registry methods (#586)60931f1adjust error message when Retry is exhausted (#580)7318dddUpdaterequestsdependency to the version of 2.22.0 or higher (#584)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)