Skip to content

Bump orjson from 3.11.5 to 3.11.6#153

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/orjson-3.11.6
Feb 19, 2026
Merged

Bump orjson from 3.11.5 to 3.11.6#153
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/orjson-3.11.6

Conversation

@dependabot
Copy link
Contributor

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

Bumps orjson from 3.11.5 to 3.11.6.

Release notes

Sourced from orjson's releases.

3.11.6

Changed

  • orjson now includes code licensed under the Mozilla Public License 2.0 (MPL-2.0).
  • Drop support for Python 3.9.
  • ABI compatibility with CPython 3.15 alpha 5.
  • Build now depends on Rust 1.89 or later instead of 1.85.

Fixed

  • Fix sporadic crash serializing deeply nested list of dict.
Changelog

Sourced from orjson's changelog.

3.11.6 - 2026-01-29

Changed

  • orjson now includes code licensed under the Mozilla Public License 2.0 (MPL-2.0).
  • Drop support for Python 3.9.
  • ABI compatibility with CPython 3.15 alpha 5.
  • Build now depends on Rust 1.89 or later instead of 1.85.

Fixed

  • Fix sporadic crash serializing deeply nested list of dict.
Commits

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 19, 2026 16:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 19, 2026
Copy link

@senzingdevops senzingdevops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions github-actions bot enabled auto-merge (squash) February 19, 2026 16:24
@github-actions
Copy link

🤖 Claude Code Review

PR Code Review

Summary: This PR bumps orjson from 3.11.5 to 3.11.6 in the development dependencies of pyproject.toml. This appears to be a routine automated dependency update (consistent with recent commit history of similar Dependabot bumps).


Code Quality

  • Code style: Single-line change in pyproject.toml; follows existing formatting conventions.
  • No commented-out code: N/A
  • Meaningful variable names: N/A
  • DRY principle: N/A
  • Defects/bugs: This is a patch-level version bump (3.11.53.11.6). Patch releases typically contain bug fixes only; no logic change introduced. Low risk.
  • CLAUDE.md: The project instructions are general and not environment-specific. No issues.

Testing

  • Unit/integration tests: No test changes required for a dev-dependency version bump. orjson is a development dependency (not used in the production src/senzing_governor.py implementation), so no runtime behavior is affected.

Documentation

  • CHANGELOG.md not updated: The project maintains a CHANGELOG.md following Keep a Changelog format. Dependency bumps in other Senzing repos are typically captured in the changelog. This PR does not include a changelog entry. Whether this is required for dev-only dependency bumps is a project convention call, but it is worth flagging for consistency.
  • No other documentation changes needed for this scope of change.

Security

  • No hardcoded credentials
  • No sensitive data
  • No license files (.lic) or AQAAAD-prefixed content
  • orjson is in the development dependency group, not a production runtime dependency. No production attack surface change.

Overall Assessment

This is a minimal, low-risk automated dependency bump. The only minor concern is the missing CHANGELOG.md entry — whether that is required for dev-dependency-only bumps is a project policy decision. Everything else is clean.

Automated code review analyzing defects and coding standards

Bumps [orjson](https://github.com/ijl/orjson) from 3.11.5 to 3.11.6.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.11.5...3.11.6)

---
updated-dependencies:
- dependency-name: orjson
  dependency-version: 3.11.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/orjson-3.11.6 branch from 26808e1 to bf47456 Compare February 19, 2026 16:25
Copy link

@senzingdevops senzingdevops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions github-actions bot merged commit 0e07349 into main Feb 19, 2026
32 checks passed
@github-actions github-actions bot deleted the dependabot/pip/orjson-3.11.6 branch February 19, 2026 16:26
@github-actions
Copy link

🤖 Claude Code Review

PR Code Review

This PR bumps orjson from 3.11.5 to 3.11.6 in the development dependency group.


Code Quality

  • Style guide: The change is a single version string update in pyproject.toml — no style concerns.
  • No commented-out code: Not applicable.
  • Meaningful variable names: Not applicable.
  • DRY principle: Not applicable.
  • Defects/bugs: No logic changes introduced. This is a patch-level dependency bump in a dev-only dependency group (development), so it has no effect on the published package or runtime behavior.

Note: orjson does not appear in dependencies (the production deps) — only in development. Its use in tests/tooling means any behavioral changes in 3.11.6 are isolated to development workflows.


Testing

  • Unit/integration tests: No new code requiring tests was added.
  • Edge cases: Not applicable.
  • Test coverage: Not applicable.

Documentation

  • README: No update needed.
  • API docs: Not applicable.
  • Inline comments: Not applicable.
  • CHANGELOG.md: The CHANGELOG.md has not been updated. The most recent entry is [1.0.10] - 2023-10-05, and the current pyproject.toml version is 1.0.11 (line 3). There is no changelog entry for 1.0.11. Dependency bumps are typically noted under a "Changed" section. This appears to be a pre-existing gap rather than something introduced by this PR, but it should be addressed.
  • Markdown formatting: Not modified in this PR.

Security

  • No hardcoded credentials: Not applicable.
  • Input validation: Not applicable.
  • Error handling: Not applicable.
  • No sensitive data in logs: Not applicable.
  • No license files (.lic) checked in: None present.

Summary

This is a straightforward, low-risk patch bump of a dev-only dependency. The one issue to address:

Action required: CHANGELOG.md (pyproject.toml:3 shows version 1.0.11) has no entry for the current version. Consider adding a [1.0.11] entry documenting the dependency updates (this bump and any prior ones like psutil, cryptography).

Automated code review analyzing defects and coding standards

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant