Skip to content

chore(deps): bump python-box from 7.3.2 to 7.3.3#462

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-box-7.3.3
Closed

chore(deps): bump python-box from 7.3.2 to 7.3.3#462
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-box-7.3.3

Conversation

@dependabot
Copy link
Contributor

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

Bumps python-box from 7.3.2 to 7.3.3.

Changelog

Sourced from python-box's changelog.

Changelog

Version 7.4.0

  • Adding #297 'box_dots_exclude' parameter to keep certain keys with dots from being broken down (thanks to J vanBemmel)
  • Adding #301 support for TOON serialization format (thanks to richieadler)
  • Adding support for YAML width
  • Adding support for Python 3.14
  • Fixing #291 adding frozen boxes (thanks to m-janicki)
  • Removing support for Python 3.9 as it is EOL
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 [python-box](https://github.com/cdgriffith/Box) from 7.3.2 to 7.3.3.
- [Release notes](https://github.com/cdgriffith/Box/releases)
- [Changelog](https://github.com/cdgriffith/Box/blob/master/CHANGES.rst)
- [Commits](https://github.com/cdgriffith/Box/commits)

---
updated-dependencies:
- dependency-name: python-box
  dependency-version: 7.3.3
  dependency-type: direct:production
  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 20, 2026
Copy link

@codecov codecov bot left a comment

Choose a reason for hiding this comment

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

The Git diff primarily reports a change in the version of the python-box library. This change seems to be a minor and compatible update from version 7.3.2 to 7.3.3. Hence, the diff should not break any existing functionality.

pydash==8.0.6 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyjwt==2.11.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
python-box==7.3.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
python-box==7.3.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
Copy link

Choose a reason for hiding this comment

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

python-box has been updated from version 7.3.2 to version 7.3.3. This is presumably a patch version bump. While this is usually safe, it could potentially introduce bugs or unexpected behavior. Always make sure to run all unit tests after updating dependencies.

Copy link

@codecov codecov bot left a comment

Choose a reason for hiding this comment

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

The code review indicates a change in the version number for the 'python-box' package in your requirements.txt file. There don't appear to be any syntax issues or significant changes that could potentially raise concerns. However, the effect is dependent on the implications of this version change on your project.

pydash==8.0.6 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyjwt==2.11.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
python-box==7.3.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
python-box==7.3.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
Copy link

Choose a reason for hiding this comment

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

The 'python-box' package version has been bumped up from 7.3.2 to 7.3.3. Please ensure that your code is compatible with this new version and that the updated package doesn't have any breaking changes that might affect your codebase. It is also recommended to check the change log of this package version for any potential issues with this upgrade.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2026

Superseded by #464.

@dependabot dependabot bot closed this Feb 23, 2026
@dependabot dependabot bot deleted the dependabot/pip/python-box-7.3.3 branch February 23, 2026 23:49
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.

0 participants