Skip to content

Commit 3611e1a

Browse files
authored
deps(deps): bump python-box from 7.3.2 to 7.4.1 in the python-production group (#216)
Bumps the python-production group with 1 update: [python-box](https://github.com/cdgriffith/Box). Updates `python-box` from 7.3.2 to 7.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cdgriffith/Box/releases">python-box's releases</a>.</em></p> <blockquote> <h2>Version 7.4.1</h2> <ul> <li>Fixing <a href="https://redirect.github.com/cdgriffith/Box/issues/303">#303</a> Wrong version number (7.3.3) in 7.4.0 release (thanks to Michał Górny)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cdgriffith/Box/blob/master/CHANGES.rst">python-box's changelog</a>.</em></p> <blockquote> <h2>Version 7.4.1</h2> <ul> <li>Fixing <a href="https://redirect.github.com/cdgriffith/Box/issues/303">#303</a> Wrong version number (7.3.3) in 7.4.0 release (thanks to Michał Górny)</li> </ul> <h2>Version 7.4.0</h2> <ul> <li>Adding <a href="https://redirect.github.com/cdgriffith/Box/issues/297">#297</a> 'box_dots_exclude' parameter to keep certain keys with dots from being broken down (thanks to J vanBemmel)</li> <li>Adding <a href="https://redirect.github.com/cdgriffith/Box/issues/301">#301</a> support for TOON serialization format (thanks to richieadler)</li> <li>Adding support for YAML width</li> <li>Adding support for Python 3.14</li> <li>Fixing <a href="https://redirect.github.com/cdgriffith/Box/issues/291">#291</a> adding frozen boxes (thanks to m-janicki)</li> <li>Removing support for Python 3.9 as it is EOL</li> </ul> <h2>Version 7.3.3</h2> <ul> <li>Mistakenly released 7.4.0 as 7.3.3 in PyPI, same as above</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cdgriffith/Box/commit/a4c10e977b574114613431394b30412b50aaacce"><code>a4c10e9</code></a> Version 7.4.1 (<a href="https://redirect.github.com/cdgriffith/Box/issues/304">#304</a>)</li> <li><a href="https://github.com/cdgriffith/Box/commit/580663d45f6af6881f3da2989ddc1b4ddd601a3e"><code>580663d</code></a> Version 7.4.0 (<a href="https://redirect.github.com/cdgriffith/Box/issues/302">#302</a>)</li> <li>See full diff in <a href="https://github.com/cdgriffith/Box/compare/7.3.2...7.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-box&package-manager=uv&previous-version=7.3.2&new-version=7.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents 12c1e82 + 9097604 commit 3611e1a

File tree

2 files changed

+102
-92
lines changed

2 files changed

+102
-92
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
dependencies = [
2323
"httpx==0.28.*",
24-
"python-box==7.3.*",
24+
"python-box==7.4.*",
2525
]
2626

2727
[dependency-groups]

0 commit comments

Comments
 (0)