Skip to content

Commit 4235771

Browse files
pip: bump the pip-updates group across 1 directory with 3 updates (#473)
Bumps the pip-updates group with 3 updates in the /api directory: [anyio](https://github.com/agronholm/anyio), [django](https://github.com/django/django) and [rpds-py](https://github.com/crate-py/rpds). Updates `anyio` from 4.11.0 to 4.12.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/agronholm/anyio/releases">anyio's releases</a>.</em></p> <blockquote> <h2>4.12.0</h2> <ul> <li>Added support for asyncio's <a href="https://docs.python.org/3/library/asyncio-graph.html">task call graphs</a> on Python 3.14 and later when using AnyIO's task groups (<a href="https://redirect.github.com/agronholm/anyio/pull/1025">#1025</a>)</li> <li>Added an asynchronous implementation of the <code>functools</code> module (<a href="https://redirect.github.com/agronholm/anyio/pull/1001">#1001</a>)</li> <li>Added support for <code>uvloop=True</code> on Windows via the <a href="https://github.com/Vizonex/Winloop">winloop</a> implementation (<a href="https://redirect.github.com/agronholm/anyio/pull/960">#960</a>; PR by <a href="https://github.com/Vizonex"><code>@​Vizonex</code></a>)</li> <li>Added support for use as a context manager to <code>anyio.lowlevel.RunVar</code> (<a href="https://redirect.github.com/agronholm/anyio/pull/1003">#1003</a>)</li> <li>Added <code>__all__</code> declarations to public submodules (<code>anyio.lowlevel</code> etc.) (<a href="https://redirect.github.com/agronholm/anyio/pull/1009">#1009</a>)</li> <li>Added the ability to set the token count of a <code>CapacityLimiter</code> to zero (<a href="https://redirect.github.com/agronholm/anyio/pull/1019">#1019</a>; requires Python 3.10 or later when using Trio)</li> <li>Added parameters <code>case_sensitive</code> and <code>recurse_symlinks</code> along with support for path-like objects to <code>anyio.Path.glob()</code> and <code>anyio.Path.rglob()</code> (<a href="https://redirect.github.com/agronholm/anyio/pull/1033">#1033</a>; PR by <a href="https://github.com/northisup"><code>@​northisup</code></a>)</li> <li>Dropped <code>sniffio</code> as a direct dependency and added the <code>get_available_backends()</code> function (<a href="https://redirect.github.com/agronholm/anyio/pull/1021">#1021</a>)</li> <li>Fixed <code>Process.stdin.send()</code> not raising <code>ClosedResourceError</code> and <code>BrokenResourceError</code> on asyncio. Previously, a non-AnyIO exception was raised in such cases (<a href="https://redirect.github.com/agronholm/anyio/issues/671">#671</a>; PR by <a href="https://github.com/gschaffner"><code>@​gschaffner</code></a>)</li> <li>Fixed <code>Process.stdin.send()</code> not checkpointing before writing data on asyncio (<a href="https://redirect.github.com/agronholm/anyio/issues/1002">#1002</a>; PR by <a href="https://github.com/gschaffner"><code>@​gschaffner</code></a>)</li> <li>Fixed a race condition where cancelling a <code>Future</code> from <code>BlockingPortal.start_task_soon()</code> would sometimes not cancel the async function (<a href="https://redirect.github.com/agronholm/anyio/issues/1011">#1011</a>; PR by <a href="https://github.com/gschaffner"><code>@​gschaffner</code></a>)</li> <li>Fixed the presence of the pytest plugin causing breakage with older versions of pytest (&lt;= 6.1.2) (<a href="https://redirect.github.com/agronholm/anyio/issues/1028">#1028</a>; PR by <a href="https://github.com/saper"><code>@​saper</code></a>)</li> <li>Fixed a rarely occurring <code>RuntimeError: Set changed size during iteration</code> while shutting down the process pool when using the asyncio backend (<a href="https://redirect.github.com/agronholm/anyio/issues/985">#985</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/agronholm/anyio/commit/bc021b634291223d6829c0a689152173443a8545"><code>bc021b6</code></a> Fixed the download-artifact settings to retain the expected behavior</li> <li><a href="https://github.com/agronholm/anyio/commit/c6000aa2837f75733f3c09c454f5a31eb9f9f536"><code>c6000aa</code></a> Corrected the format of the version in the changelog</li> <li><a href="https://github.com/agronholm/anyio/commit/9d1bfe0da4261bcef3c10cd31218237805a89937"><code>9d1bfe0</code></a> Bumped up the version</li> <li><a href="https://github.com/agronholm/anyio/commit/77f7ce25e12c9becf5081105a47b1914e50a3e0a"><code>77f7ce2</code></a> Fixed RuntimeError while shutting down the asyncio process pool (<a href="https://redirect.github.com/agronholm/anyio/issues/1039">#1039</a>)</li> <li><a href="https://github.com/agronholm/anyio/commit/aecc666e6b3b40f977ee715d141bdd89711b45cb"><code>aecc666</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/agronholm/anyio/issues/1036">#1036</a>)</li> <li><a href="https://github.com/agronholm/anyio/commit/e5569adf98394dfabebccf215a04d05d7819b506"><code>e5569ad</code></a> Bump actions/checkout from 5 to 6 in the github-actions group (<a href="https://redirect.github.com/agronholm/anyio/issues/1037">#1037</a>)</li> <li><a href="https://github.com/agronholm/anyio/commit/dde3ab8583cb194e663f6fb87703a4a79e2701eb"><code>dde3ab8</code></a> Moved a changelog entry to its correct position</li> <li><a href="https://github.com/agronholm/anyio/commit/250d4f183245bf7ee5ead0ff39d521cda2b8d617"><code>250d4f1</code></a> Restore compatibility with pytest&lt;=6.1.2 (<a href="https://redirect.github.com/agronholm/anyio/issues/1030">#1030</a>)</li> <li><a href="https://github.com/agronholm/anyio/commit/3708e227838e2f51464900cf806b25c30ca458a7"><code>3708e22</code></a> Fixed a typo in the documentation (<a href="https://redirect.github.com/agronholm/anyio/issues/1035">#1035</a>)</li> <li><a href="https://github.com/agronholm/anyio/commit/9adbe08c55e725b0388dcc4ab7556875da881a4c"><code>9adbe08</code></a> Add new params to Path.glob &amp; Path.rglob introduced since 3.12 (<a href="https://redirect.github.com/agronholm/anyio/issues/1034">#1034</a>)</li> <li>Additional commits viewable in <a href="https://github.com/agronholm/anyio/compare/4.11.0...4.12.0">compare view</a></li> </ul> </details> <br /> Updates `django` from 5.2.8 to 5.2.9 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/c14b756185c88f7f2eb745ff061f3c221fea9de7"><code>c14b756</code></a> [5.2.x] Bumped version for 5.2.9 release.</li> <li><a href="https://github.com/django/django/commit/99e7d22f55497278d0bcb2e15e72ef532e62a31d"><code>99e7d22</code></a> [5.2.x] Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation i...</li> <li><a href="https://github.com/django/django/commit/479415ce5249bcdebeb6570c72df2a87f45a7bbf"><code>479415c</code></a> [5.2.x] Fixed CVE-2025-13372 -- Protected FilteredRelation against SQL inject...</li> <li><a href="https://github.com/django/django/commit/da1dfe64c821ba03ca7b0c936184cca1ad641316"><code>da1dfe6</code></a> [5.2.x] Fixed <a href="https://redirect.github.com/django/django/issues/36712">#36712</a> -- Evaluated type annotations lazily in template tag reg...</li> <li><a href="https://github.com/django/django/commit/e2ddec431395330b423ef193548f374b5c2f395e"><code>e2ddec4</code></a> [5.2.x] Refs <a href="https://redirect.github.com/django/django/issues/36743">#36743</a> -- Corrected docstring for DisallowedRedirect.</li> <li><a href="https://github.com/django/django/commit/b83ee616c683c5a5879a176a2bbb84cb715a92d5"><code>b83ee61</code></a> [5.2.x] Closed temporary files in OverwritingStorageTests.test_save_overwrite...</li> <li><a href="https://github.com/django/django/commit/645dc99ab472b9152ccc483d7bbf4eca090da253"><code>645dc99</code></a> [5.2.x] Refs <a href="https://redirect.github.com/django/django/issues/35535">#35535</a> -- Used intended decorator in test_simple_block_tag_paren...</li> <li><a href="https://github.com/django/django/commit/85586052e8d1d9f160b9f1b351e61a787a8e4bed"><code>8558605</code></a> [5.2.x] Added link to Python Pickle documentation in docs/topics/cache.txt.</li> <li><a href="https://github.com/django/django/commit/de1dc3a87427475590d8efe10f3f627397524fca"><code>de1dc3a</code></a> [5.2.x] Fixed outdated redis-py link in cache docs.</li> <li><a href="https://github.com/django/django/commit/ee92d41f562a229ae6c0e6f625d34e7e9ffdc0bb"><code>ee92d41</code></a> [5.2.x] Highlighted community package upgrade utilities in docs/howto/upgrade...</li> <li>Additional commits viewable in <a href="https://github.com/django/django/compare/5.2.8...5.2.9">compare view</a></li> </ul> </details> <br /> Updates `rpds-py` from 0.29.0 to 0.30.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate-py/rpds/releases">rpds-py's releases</a>.</em></p> <blockquote> <h2>v0.30.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>[bot] in <a href="https://redirect.github.com/crate-py/rpds/pull/202">crate-py/rpds#202</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>[bot] in <a href="https://redirect.github.com/crate-py/rpds/pull/203">crate-py/rpds#203</a></li> <li>Update to PyO3 0.27.2 by <a href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a> in <a href="https://redirect.github.com/crate-py/rpds/pull/204">crate-py/rpds#204</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crate-py/rpds/compare/v0.29.0...v0.30.0">https://github.com/crate-py/rpds/compare/v0.29.0...v0.30.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crate-py/rpds/commit/c38c9795cc6a1b4d95bd1863e7164f889a638adf"><code>c38c979</code></a> Tag a release.</li> <li><a href="https://github.com/crate-py/rpds/commit/09c753822ffc4aac239f590d0aa33dbfcf6e6658"><code>09c7538</code></a> Update the pre-commit link for zizmor.</li> <li><a href="https://github.com/crate-py/rpds/commit/086997f24d385064e5b45656996462e45c9b9806"><code>086997f</code></a> Remove an unneeded section of the pyproject.toml.</li> <li><a href="https://github.com/crate-py/rpds/commit/76909337a92fbd0e782137b7296ef2a620d17706"><code>7690933</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/204">#204</a> from edgarrmondragon/pyo3-0.27.2</li> <li><a href="https://github.com/crate-py/rpds/commit/84f9bd13822be3d2d70c04391cb9bcfa7f6d565f"><code>84f9bd1</code></a> Update to PyO3 0.27.2</li> <li><a href="https://github.com/crate-py/rpds/commit/5cb6bc4bbdad1fe12bf9b471cbe0b6e691846a6d"><code>5cb6bc4</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/203">#203</a> from crate-py/pre-commit-ci-update-config</li> <li><a href="https://github.com/crate-py/rpds/commit/677a6dbb757e0551edade218d24ac731709c59f4"><code>677a6db</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/crate-py/rpds/commit/5f1fa205f836761a15c71df017443e7860ce2be6"><code>5f1fa20</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/202">#202</a> from crate-py/pre-commit-ci-update-config</li> <li><a href="https://github.com/crate-py/rpds/commit/6657a51e8a3ea2559d5b168ef69a2e44f47353ce"><code>6657a51</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li>See full diff in <a href="https://github.com/crate-py/rpds/compare/v0.29.0...v0.30.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1fa7f4 commit 4235771

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
anyio==4.11.0
1+
anyio==4.12.0
22
asgiref==3.11.0
33
attrs==25.4.0
44
certifi==2025.11.12
55
cffi==2.0.0
66
charset-normalizer==3.4.4
77
cryptography==46.0.3
8-
Django==5.2.8
8+
Django==5.2.9
99
django-flexi-settings @ git+https://github.com/cedadev/django-flexi-settings.git@68eb74b00e28448279e7d800889d6e39466bf0ce
1010
django-settings-object @ git+https://github.com/azimuth-cloud/django-settings-object.git@e7d2b6be4f4141e79b1f437be423354a6265a8dc
1111
djangorestframework==3.16.1
@@ -36,7 +36,7 @@ rackit @ git+https://github.com/stackhpc/rackit.git@cb2da480f9fc99f36cc777d58dfb
3636
referencing==0.37.0
3737
requests==2.32.5
3838
rfc3986==2.0.0
39-
rpds-py==0.29.0
39+
rpds-py==0.30.0
4040
six==1.17.0
4141
sniffio==1.3.1
4242
sqlparse==0.5.4

0 commit comments

Comments
 (0)