Commit 3611e1a
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 />
[](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 files changed
+102
-92
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments