Skip to content

Commit

Permalink
build(deps): bump the production group with 3 updates (#177)
Browse files Browse the repository at this point in the history
Bumps the production group with 3 updates:
[psutil](https://github.com/giampaolo/psutil),
[pydantic](https://github.com/pydantic/pydantic) and
[quart](https://github.com/pallets/quart).

Updates `psutil` from 6.1.0 to 6.1.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/giampaolo/psutil/blob/master/HISTORY.rst">psutil's
changelog</a>.</em></p>
<blockquote>
<h1>6.1.1</h1>
<p>2024-12-19</p>
<p><strong>Enhancements</strong></p>
<ul>
<li>2471_: use Vulture CLI tool to detect dead code.</li>
</ul>
<p><strong>Bug fixes</strong></p>
<ul>
<li>2418_, [Linux]: fix race condition in case /proc/PID/stat does not
exist, but
/proc/PID does, resulting in FileNotFoundError.</li>
<li>2470_, [Linux]: <code>users()</code>_ may return
&quot;localhost&quot; instead of the actual IP
address of the user logged in.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/giampaolo/psutil/commit/58552f6aa9f7dfb964596e28519ad77b8374defd"><code>58552f6</code></a>
Merge branch 'master' of github.com:giampaolo/psutil</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/4ba6ad065234f12b1a8fe80f88fa8bb737093313"><code>4ba6ad0</code></a>
ruff: enable PLR5501 (Use <code>elif</code> instead of <code>else</code>
then <code>if</code>, to reduce inden...</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/1a6340785242730cfc87fedb31700cb47f9c531c"><code>1a63407</code></a>
use a <code>set</code> literal when testing for membership</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/8162905ae66292c7ebb1883a8c91d3e0d9a9c5c3"><code>8162905</code></a>
disable flafy test + pre-release</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/1f3458be3139edd63d93e4a665240c90ad083c26"><code>1f3458b</code></a>
try to fix some flaky tests 2</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/c0e1eb1dde786eaaa34317abe09371ab6505fdeb"><code>c0e1eb1</code></a>
try to fix some flaky tests 2</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/45934bb75a6247bc9cdf32d5aff9fdc1c603ac19"><code>45934bb</code></a>
try to fix some flaky tests</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/560c524cfd503ea111147fc0c0170507953ff321"><code>560c524</code></a>
chore: bump cibuildwheel to 2.22.0, move to macos-13 (<a
href="https://redirect.github.com/giampaolo/psutil/issues/2479">#2479</a>)</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/b5ea67e17b2cb07c74a89d16b9e58e77f6eaf4e8"><code>b5ea67e</code></a>
fix winmake.py test-parallel</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/13a336bd6e19f00999b52f83a0a7cf1d7dcf03de"><code>13a336b</code></a>
fix <a
href="https://redirect.github.com/giampaolo/psutil/issues/2418">#2418</a>
/ Linux: fix race condition</li>
<li>Additional commits viewable in <a
href="https://github.com/giampaolo/psutil/compare/release-6.1.0...release-6.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `pydantic` from 2.10.2 to 2.10.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pydantic/pydantic/releases">pydantic's
releases</a>.</em></p>
<blockquote>
<h2>v2.10.4 2024-12-18</h2>
<h2>What's Changed</h2>
<h3>Packaging</h3>
<ul>
<li>Bump <code>pydantic-core</code> to v2.27.2 by <a
href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a> in
<a
href="https://redirect.github.com/pydantic/pydantic/pull/11138">#11138</a></li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fix for comparison of <code>AnyUrl</code> objects by <a
href="https://github.com/alexprabhat99"><code>@​alexprabhat99</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11082">#11082</a></li>
<li>Properly fetch PEP 695 type params for functions, do not fetch
annotations from signature by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11093">#11093</a></li>
<li>Include JSON Schema input core schema in function schemas by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11085">#11085</a></li>
<li>Add <code>len</code> to <code>_BaseUrl</code> to avoid TypeError by
<a href="https://github.com/Kharianne"><code>@​Kharianne</code></a> in
<a
href="https://redirect.github.com/pydantic/pydantic/pull/11111">#11111</a></li>
<li>Make sure the type reference is removed from the seen references by
<a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11143">#11143</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/alexprabhat99"><code>@​alexprabhat99</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11082">#11082</a></li>
<li><a href="https://github.com/Kharianne"><code>@​Kharianne</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11111">#11111</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic/compare/v2.10.3...v2.10.4">https://github.com/pydantic/pydantic/compare/v2.10.3...v2.10.4</a></p>
<h2>v2.10.3 2024-12-03</h2>
<h2>What's Changed</h2>
<h3>Fixes</h3>
<ul>
<li>Set fields when <code>defer_build</code> is set on Pydantic
dataclasses by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/10984">#10984</a></li>
<li>Do not resolve the JSON Schema reference for <code>dict</code> core
schema keys by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/10989">#10989</a></li>
<li>Use the globals of the function when evaluating the return type for
<code>PlainSerializer</code> and <code>WrapSerializer</code> functions
by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11008">#11008</a></li>
<li>Fix host required enforcement for urls to be compatible with v2.9
behavior by <a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11027">#11027</a></li>
<li>Add a <code>default_factory_takes_validated_data</code> property to
<code>FieldInfo</code> by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11034">#11034</a></li>
<li>Fix url json schema in <code>serialization</code> mode by <a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11035">#11035</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic/compare/v2.10.2...v2.10.3">https://github.com/pydantic/pydantic/compare/v2.10.2...v2.10.3</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pydantic/pydantic/blob/main/HISTORY.md">pydantic's
changelog</a>.</em></p>
<blockquote>
<h2>v2.10.4 (2024-12-18)</h2>
<p><a
href="https://github.com/pydantic/pydantic/releases/tag/v2.10.4">GitHub
release</a></p>
<h3>What's Changed</h3>
<h4>Packaging</h4>
<ul>
<li>Bump <code>pydantic-core</code> to v2.27.2 by <a
href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a> in
<a
href="https://redirect.github.com/pydantic/pydantic/pull/11138">#11138</a></li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Fix for comparison of <code>AnyUrl</code> objects by <a
href="https://github.com/alexprabhat99"><code>@​alexprabhat99</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11082">#11082</a></li>
<li>Properly fetch PEP 695 type params for functions, do not fetch
annotations from signature by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11093">#11093</a></li>
<li>Include JSON Schema input core schema in function schemas by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11085">#11085</a></li>
<li>Add <code>len</code> to <code>_BaseUrl</code> to avoid TypeError by
<a href="https://github.com/Kharianne"><code>@​Kharianne</code></a> in
<a
href="https://redirect.github.com/pydantic/pydantic/pull/11111">#11111</a></li>
<li>Make sure the type reference is removed from the seen references by
<a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11143">#11143</a></li>
</ul>
<h3>New Contributors</h3>
<ul>
<li><a href="https://github.com/FyZzyss"><code>@​FyZzyss</code></a> made
their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic/pull/10789">#10789</a></li>
<li><a href="https://github.com/tamird"><code>@​tamird</code></a> made
their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic/pull/10948">#10948</a></li>
<li><a href="https://github.com/felixxm"><code>@​felixxm</code></a> made
their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11077">#11077</a></li>
<li><a
href="https://github.com/alexprabhat99"><code>@​alexprabhat99</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11082">#11082</a></li>
<li><a href="https://github.com/Kharianne"><code>@​Kharianne</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11111">#11111</a></li>
</ul>
<h2>v2.10.3 (2024-12-03)</h2>
<p><a
href="https://github.com/pydantic/pydantic/releases/tag/v2.10.3">GitHub
release</a></p>
<h3>What's Changed</h3>
<h4>Fixes</h4>
<ul>
<li>Set fields when <code>defer_build</code> is set on Pydantic
dataclasses by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/10984">#10984</a></li>
<li>Do not resolve the JSON Schema reference for <code>dict</code> core
schema keys by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/10989">#10989</a></li>
<li>Use the globals of the function when evaluating the return type for
<code>PlainSerializer</code> and <code>WrapSerializer</code> functions
by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11008">#11008</a></li>
<li>Fix host required enforcement for urls to be compatible with v2.9
behavior by <a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11027">#11027</a></li>
<li>Add a <code>default_factory_takes_validated_data</code> property to
<code>FieldInfo</code> by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11034">#11034</a></li>
<li>Fix url json schema in <code>serialization</code> mode by <a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/11035">#11035</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pydantic/pydantic/commit/5bd3a6507b749fcd4833173fba88b3690ff77170"><code>5bd3a65</code></a>
fix history.md</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/46f094569a071a99b313ec21b36568ceb1615635"><code>46f0945</code></a>
Prepare for v2.10.4 (<a
href="https://redirect.github.com/pydantic/pydantic/issues/11144">#11144</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/ea69e695f27fc8d93934bd07b262189dd7987dd9"><code>ea69e69</code></a>
Make sure the type reference is removed from the seen references (<a
href="https://redirect.github.com/pydantic/pydantic/issues/11145">#11145</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/a07c31e4a49bd3a01485ed0aabf55c5e0ac83ca7"><code>a07c31e</code></a>
Include JSON Schema input core schema in function schemas (<a
href="https://redirect.github.com/pydantic/pydantic/issues/11142">#11142</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/9166d551639c464d0a2ad772a7137e9218eda847"><code>9166d55</code></a>
Update <code>WithJsonSchema</code> documentation, add usage
documentation for `json_sche...</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/572f57de01e6dd75673b4ad8e43afd7d56f70a0f"><code>572f57d</code></a>
Rewrite validators documentation (<a
href="https://redirect.github.com/pydantic/pydantic/issues/11060">#11060</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/9faa8d9cbd3258b9b0f01bd39da3552b03ed8c81"><code>9faa8d9</code></a>
Fix for comaparison of AnyUrl objects (<a
href="https://redirect.github.com/pydantic/pydantic/issues/11082">#11082</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/6fd6a03ab836025cfe62f988b6e9e797726f2a05"><code>6fd6a03</code></a>
Fix package description limit bound (<a
href="https://redirect.github.com/pydantic/pydantic/issues/11140">#11140</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/7814fde8a3d1c3e3c5e1357f2b24c06a0a715fee"><code>7814fde</code></a>
Add <code>len</code> to <code>_BaseUrl</code> to avoid TypeError (<a
href="https://redirect.github.com/pydantic/pydantic/issues/11111">#11111</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/e036881a772922de9ed952e722f84c46a9da693b"><code>e036881</code></a>
Bump <code>pydantic-core</code> to 2.27.2 (<a
href="https://redirect.github.com/pydantic/pydantic/issues/11138">#11138</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pydantic/pydantic/compare/v2.10.2...v2.10.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `quart` from 0.19.9 to 0.20.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pallets/quart/releases">quart's
releases</a>.</em></p>
<blockquote>
<h2>0.20.0</h2>
<p>This is the Quart 0.20.0 release, which adds support for
max_form_parts and max_form_memory_size.</p>
<p>PyPI: <a
href="https://pypi.org/project/Quart/0.20.0/">https://pypi.org/project/Quart/0.20.0/</a>
Changes: <a
href="https://github.com/pallets/quart/blob/main/CHANGES.rst#0200">https://github.com/pallets/quart/blob/main/CHANGES.rst#0200</a></p>
<ul>
<li>Drop support for Python 3.8.</li>
<li>Fix deprecated asyncio.iscoroutinefunction for Python 3.14.</li>
<li>Allow AsyncIterable to be passed to Response.</li>
<li>Support max_form_parts and max_form_memory_size.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pallets/quart/blob/main/CHANGES.md">quart's
changelog</a>.</em></p>
<blockquote>
<h2>Version 0.20.0</h2>
<p>Released 2024-12-23</p>
<ul>
<li>Drop support for Python 3.8.</li>
<li>Fix deprecated <code>asyncio.iscoroutinefunction</code> for Python
3.14.</li>
<li>Allow <code>AsyncIterable</code> to be passed to
<code>Response</code>.</li>
<li>Support max_form_parts and max_form_memory_size.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pallets/quart/commit/22aa3859884ee3d670c68e48d1945bc65af51a1a"><code>22aa385</code></a>
Bump and release 0.20.0</li>
<li><a
href="https://github.com/pallets/quart/commit/abb04a512496206de279225340ed022852fbf51f"><code>abb04a5</code></a>
Support max_form_parts and max_form_memory_size</li>
<li><a
href="https://github.com/pallets/quart/commit/f33a15f9c1c3a0277232de2725e955ef4efbbe4c"><code>f33a15f</code></a>
docs: minor installation tutorial typo (<a
href="https://redirect.github.com/pallets/quart/issues/398">#398</a>)</li>
<li><a
href="https://github.com/pallets/quart/commit/f29b79898b3b3f7b4d6a0f41a906fba75d8297fe"><code>f29b798</code></a>
docs: minor installation tutorial typo</li>
<li><a
href="https://github.com/pallets/quart/commit/67110bf383d8973bce1619e957b4b6ea088ad9f2"><code>67110bf</code></a>
convert changes to markdown (<a
href="https://redirect.github.com/pallets/quart/issues/391">#391</a>)</li>
<li><a
href="https://github.com/pallets/quart/commit/f234fc1e1df515768eef5999417a716826bb8fee"><code>f234fc1</code></a>
add existing changes to 0.20.0 section</li>
<li><a
href="https://github.com/pallets/quart/commit/2837a959bd4c105800a5945b89dff677566069d3"><code>2837a95</code></a>
convert changes to markdown</li>
<li><a
href="https://github.com/pallets/quart/commit/171c4a7b750ae2a5c4351163ddb58fb5998458cc"><code>171c4a7</code></a>
refresh to match pallets (<a
href="https://redirect.github.com/pallets/quart/issues/386">#386</a>)</li>
<li><a
href="https://github.com/pallets/quart/commit/d6dd65d9ca4b81ce1a1c6507bd67c9bcdb76d0a8"><code>d6dd65d</code></a>
fix mypy findings</li>
<li><a
href="https://github.com/pallets/quart/commit/506e402e86db8a5ba54e80a20cb9bae2400f2ea2"><code>506e402</code></a>
apply ruff lint and format</li>
<li>Additional commits viewable in <a
href="https://github.com/pallets/quart/compare/0.19.9...0.20.0">compare
view</a></li>
</ul>
</details>
<br />


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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 4, 2025
1 parent c3fa145 commit 48391e3
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 136 deletions.
Loading

0 comments on commit 48391e3

Please sign in to comment.