Skip to content

Bump orjson from 3.11.6 to 3.11.7#154

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps orjson from 3.11.6 to 3.11.7.

Release notes

Sourced from orjson's releases.

3.11.7

Changed

  • Use a faster library to serialize float. Users with byte-exact regression tests should note positive exponents are now written using a +, e.g., 1.2e+30 instead of 1.2e30. Both formats are spec-compliant.
  • ABI compatibility with CPython 3.15 alpha 5 free-threading.
Changelog

Sourced from orjson's changelog.

3.11.7 - 2026-02-02

Changed

  • Use a faster library to serialize float. Users with byte-exact regression tests should note positive exponents are now written using a +, e.g., 1.2e+30 instead of 1.2e30. Both formats are spec-compliant.
  • ABI compatibility with CPython 3.15 alpha 5 free-threading.
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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 23, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 23, 2026 18:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 23, 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 23, 2026 18:10
@github-actions
Copy link

🤖 Claude Code Review

PR Code Review

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


Code Quality

  • Style guide: Single-line change in pyproject.toml, consistent with existing formatting.
  • No commented-out code: N/A.
  • Meaningful variable names: N/A.
  • DRY principle: N/A.
  • Defects/bugs: No logic changes; dependency bump only. orjson is a development-only dependency (serialization/deserialization library used in tests), so this has no runtime impact on the governor plugin itself.

Testing

  • Unit/integration tests: No new functions or endpoints introduced; version bump only. Existing tests exercise the dependency.
  • Coverage: No change to coverage requirements.

Documentation

  • README: No update needed for a dev dependency bump.
  • API docs: N/A.
  • Inline comments: N/A.
  • CHANGELOG.md: A CHANGELOG.md update was not included. Dependency bumps are typically noted in changelogs. Verify whether this project's convention requires changelog entries for dependency updates (many projects do for dependency bumps, even in dev dependencies).
  • Markdown formatting: N/A.

Security

  • No hardcoded credentials: N/A.
  • Input validation: N/A.
  • Error handling: N/A.
  • No sensitive data in logs: N/A.
  • No license files: No .lic files or AQAAAD-prefixed content present.

Summary

This is a routine automated dependency bump (Dependabot/Renovate). The only actionable item is confirming whether a CHANGELOG.md entry is required by project convention. Otherwise, the change is safe to merge.

Automated code review analyzing defects and coding standards

@github-actions github-actions bot merged commit 27e287d into main Feb 23, 2026
32 checks passed
@github-actions github-actions bot deleted the dependabot/pip/orjson-3.11.7 branch February 23, 2026 18:11
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