Skip to content

chore(deps): bump python-box from 7.3.2 to 7.4.1#464

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-box-7.4.1
Open

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps python-box from 7.3.2 to 7.4.1.

Release notes

Sourced from python-box's releases.

Version 7.4.1

  • Fixing #303 Wrong version number (7.3.3) in 7.4.0 release (thanks to Michał Górny)
Changelog

Sourced from python-box's changelog.

Version 7.4.1

  • Fixing #303 Wrong version number (7.3.3) in 7.4.0 release (thanks to Michał Górny)

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

Version 7.3.3

  • Mistakenly released 7.4.0 as 7.3.3 in PyPI, same as above
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.4.1.
- [Release notes](https://github.com/cdgriffith/Box/releases)
- [Changelog](https://github.com/cdgriffith/Box/blob/master/CHANGES.rst)
- [Commits](cdgriffith/Box@7.3.2...7.4.1)

---
updated-dependencies:
- dependency-name: python-box
  dependency-version: 7.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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
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 provided Git diff is updating the version of python-box from version 7.3.2 to 7.4.1. Overall, this is a good practice because it might bring in new features or bug fixes. However, without knowing the specific version compatible dependencies of the overall software system, this might cause potential runtime errors concerning version incompatibility issues. In addition, no unit tests have been provided to ensure that the new updated dependency does not break any existing code.

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.4.1 ; 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.

Updating the python-box from version 7.3.2 to 7.4.1 generally is considered to be a good practice because the new version might contain bug fixes or new features. However, how have you ensured that this version bump does not introduce any issues to the existing code that depends on the python-box library? Are there any unit tests or other automated tests that can be run to validate this change?

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 23, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants