-
Notifications
You must be signed in to change notification settings - Fork 9
Commit 9c2a80d
authored
pip: bump the pip-updates group across 1 directory with 5 updates (#417)
Bumps the pip-updates group with 5 updates in the /api directory:
| Package | From | To |
| --- | --- | --- |
| [asgiref](https://github.com/django/asgiref) | `3.8.1` | `3.9.1` |
| [certifi](https://github.com/certifi/python-certifi) | `2025.6.15` |
`2025.7.9` |
| [cryptography](https://github.com/pyca/cryptography) | `45.0.4` |
`45.0.5` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.25.1` | `0.26.0` |
| [typing-extensions](https://github.com/python/typing_extensions) |
`4.14.0` | `4.14.1` |
Updates `asgiref` from 3.8.1 to 3.9.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/django/asgiref/blob/main/CHANGELOG.txt">asgiref's
changelog</a>.</em></p>
<blockquote>
<h2>3.9.1 (2025-07-08)</h2>
<ul>
<li>
<p>Fixed deletion of Local values affecting other contexts. (<a
href="https://redirect.github.com/django/asgiref/issues/523">#523</a>)</p>
</li>
<li>
<p>Skip CPython specific garbage collection test on pypy. (<a
href="https://redirect.github.com/django/asgiref/issues/521">#521</a>)</p>
</li>
</ul>
<h2>3.9.0 (2025-07-03)</h2>
<ul>
<li>
<p>Adds support for Python 3.13.</p>
</li>
<li>
<p>Drops support for (end-of-life) Python 3.8.</p>
</li>
<li>
<p>Fixes an error with conflicting kwargs between AsyncToSync and the
wrapped
function. (<a
href="https://redirect.github.com/django/asgiref/issues/471">#471</a>)</p>
</li>
<li>
<p>Fixes Local isolation between asyncio Tasks. (<a
href="https://redirect.github.com/django/asgiref/issues/478">#478</a>)</p>
</li>
<li>
<p>Fixes a reference cycle in Local (<a
href="https://redirect.github.com/django/asgiref/issues/508">#508</a>)</p>
</li>
<li>
<p>Fixes a deadlock in CurrentThreadExecutor with nested async_to_sync →
sync_to_async → async_to_sync → create_task calls. (<a
href="https://redirect.github.com/django/asgiref/issues/494">#494</a>)</p>
</li>
<li>
<p>The ApplicationCommunicator testing utility will now return the task
result
if it's already completed on send_input and receive_nothing. You may
need to
catch (e.g.) the asyncio.exceptions.CancelledError if sending messages
to
already finished consumers in your tests. (<a
href="https://redirect.github.com/django/asgiref/issues/505">#505</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/django/asgiref/commit/fbe9506df140a437921a01ea824dbe51d8c38c24"><code>fbe9506</code></a>
Releasing 3.9.1</li>
<li><a
href="https://github.com/django/asgiref/commit/fae2ab10f12858b529b01e6e812abac6aa1f6128"><code>fae2ab1</code></a>
Fixed deletion of Local values affecting other contexts. (<a
href="https://redirect.github.com/django/asgiref/issues/523">#523</a>)</li>
<li><a
href="https://github.com/django/asgiref/commit/f43e1120286d2b7537547603a1534569e8d8f1a6"><code>f43e112</code></a>
Adjust changelog for ApplicationCommunicator updates. (<a
href="https://redirect.github.com/django/asgiref/issues/520">#520</a>)</li>
<li><a
href="https://github.com/django/asgiref/commit/f22bea26ff268c26253e827b127be76b61a612cf"><code>f22bea2</code></a>
Skip garbage collection test on PyPy (<a
href="https://redirect.github.com/django/asgiref/issues/521">#521</a>)</li>
<li><a
href="https://github.com/django/asgiref/commit/fc0599e122edcde0f84962b219ea591428124106"><code>fc0599e</code></a>
Releasing 3.9.0. (<a
href="https://redirect.github.com/django/asgiref/issues/517">#517</a>)</li>
<li><a
href="https://github.com/django/asgiref/commit/b126e0c01144bd980937b658dd6eaf236150fe63"><code>b126e0c</code></a>
Removed unneeded typing workaround (<a
href="https://redirect.github.com/django/asgiref/issues/516">#516</a>)</li>
<li><a
href="https://github.com/django/asgiref/commit/ef1678a65b891ef838525d1f3a658875acb9018a"><code>ef1678a</code></a>
Migrate work for finished <code>CurrentThreadExecutor</code> to previous
executor (<a
href="https://redirect.github.com/django/asgiref/issues/494">#494</a>)</li>
<li><a
href="https://github.com/django/asgiref/commit/37870f58963c38617a910743ba69311ec8e4e0d0"><code>37870f5</code></a>
Fixed reference cycle in Local (<a
href="https://redirect.github.com/django/asgiref/issues/508">#508</a>)</li>
<li><a
href="https://github.com/django/asgiref/commit/ec6f666621407674e80d039bf235ba2662193bdb"><code>ec6f666</code></a>
Add MicroPie framework to <code>implementations.rst</code> (<a
href="https://redirect.github.com/django/asgiref/issues/515">#515</a>)</li>
<li><a
href="https://github.com/django/asgiref/commit/5eff04dce46b74172a1d6d1c5b02409f0afe33b6"><code>5eff04d</code></a>
Lazily bind ApplicationCommunicator to event loop (<a
href="https://redirect.github.com/django/asgiref/issues/505">#505</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/django/asgiref/compare/3.8.1...3.9.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `certifi` from 2025.6.15 to 2025.7.9
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/certifi/python-certifi/commit/d905221c916d51077f5c8071a0f7aa2df2a37c52"><code>d905221</code></a>
2025.07.09 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/358">#358</a>)</li>
<li>See full diff in <a
href="https://github.com/certifi/python-certifi/compare/2025.06.15...2025.07.09">compare
view</a></li>
</ul>
</details>
<br />
Updates `cryptography` from 45.0.4 to 45.0.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's
changelog</a>.</em></p>
<blockquote>
<p>45.0.5 - 2025-07-02</p>
<pre><code>
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
3.5.1.
<p>.. _v45-0-4:<br />
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pyca/cryptography/commit/3e53a233b65123d2a836b58ccdc427ed5207f92b"><code>3e53a23</code></a>
Bump for 45.0.5 release (<a
href="https://redirect.github.com/pyca/cryptography/issues/13135">#13135</a>)</li>
<li>See full diff in <a
href="https://github.com/pyca/cryptography/compare/45.0.4...45.0.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `rpds-py` from 0.25.1 to 0.26.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.26.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Build CPython 3.14 wheels by <a
href="https://github.com/edgarrmondragon"><code>@edgarrmondragon</code></a>
in <a
href="https://redirect.github.com/crate-py/rpds/pull/134">crate-py/rpds#134</a></li>
<li>Require maturin>=1.9.0 to ensure support for PEP 639 by <a
href="https://github.com/edgarrmondragon"><code>@edgarrmondragon</code></a>
in <a
href="https://redirect.github.com/crate-py/rpds/pull/146">crate-py/rpds#146</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/crate-py/rpds/compare/v0.25.1...v0.26.0">https://github.com/crate-py/rpds/compare/v0.25.1...v0.26.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/crate-py/rpds/commit/ff9278f7e718760bb052cd4c130bbdeca8d27b20"><code>ff9278f</code></a>
Tag a release.</li>
<li><a
href="https://github.com/crate-py/rpds/commit/d2f69ef82b23135fedc8b42bda743f9c53af607d"><code>d2f69ef</code></a>
Update requirements.</li>
<li><a
href="https://github.com/crate-py/rpds/commit/58ee607148940533f212893ac886f7e82b3c35bb"><code>58ee607</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-py/rpds/issues/146">#146</a>
from edgarrmondragon/136-require-maturin-1.9-pep639</li>
<li><a
href="https://github.com/crate-py/rpds/commit/5433ab6aa936aa835d97bb204fd73d289525e331"><code>5433ab6</code></a>
Require maturin>=1.9.0 to ensure support for PEP 639</li>
<li><a
href="https://github.com/crate-py/rpds/commit/7557e538fb8d14c4b534133b9ac48f3940e787b4"><code>7557e53</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-py/rpds/issues/144">#144</a>
from crate-py/dependabot/github_actions/github/codeql...</li>
<li><a
href="https://github.com/crate-py/rpds/commit/d0963ae1a2b0bcc61702adb3249ae3b73bc32dda"><code>d0963ae</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-py/rpds/issues/145">#145</a>
from crate-py/dependabot/github_actions/astral-sh/set...</li>
<li><a
href="https://github.com/crate-py/rpds/commit/513ec227cba30c93b4df9c820b4d54e7e6dcb318"><code>513ec22</code></a>
Bump astral-sh/setup-uv from 6.3.0 to 6.3.1</li>
<li><a
href="https://github.com/crate-py/rpds/commit/cbb4277105e08df8248c7e64ab99d5a51a1b4568"><code>cbb4277</code></a>
Bump github/codeql-action from 3.29.0 to 3.29.2</li>
<li><a
href="https://github.com/crate-py/rpds/commit/25123e9a2fed652d68ec490ac0481e543f3c77fd"><code>25123e9</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-py/rpds/issues/143">#143</a>
from crate-py/dependabot/github_actions/PyO3/maturin-...</li>
<li><a
href="https://github.com/crate-py/rpds/commit/7a59bb7f1848a1ac0793bf77066a1381d33de20f"><code>7a59bb7</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-py/rpds/issues/142">#142</a>
from crate-py/dependabot/github_actions/astral-sh/set...</li>
<li>Additional commits viewable in <a
href="https://github.com/crate-py/rpds/compare/v0.25.1...v0.26.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `typing-extensions` from 4.14.0 to 4.14.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python/typing_extensions/releases">typing-extensions's
releases</a>.</em></p>
<blockquote>
<h2>4.14.1</h2>
<h1>Release 4.14.1 (July 4, 2025)</h1>
<ul>
<li>Fix usage of <code>typing_extensions.TypedDict</code> nested inside
other types
(e.g., <code>typing.Type[typing_extensions.TypedDict]</code>). This is
not allowed by the
type system but worked on older versions, so we maintain support.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/typing_extensions/blob/main/CHANGELOG.md">typing-extensions's
changelog</a>.</em></p>
<blockquote>
<h1>Release 4.14.1 (July 4, 2025)</h1>
<ul>
<li>Fix usage of <code>typing_extensions.TypedDict</code> nested inside
other types
(e.g., <code>typing.Type[typing_extensions.TypedDict]</code>). This is
not allowed by the
type system but worked on older versions, so we maintain support.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/typing_extensions/commit/42027aba3558c9d9133a90bca17f6fecaecc48d8"><code>42027ab</code></a>
Prepare release 4.14.1 (<a
href="https://redirect.github.com/python/typing_extensions/issues/620">#620</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/59d2c20858ac527516ebad5a89c05af514dac94a"><code>59d2c20</code></a>
Fix off by one in pickle protocol tests (<a
href="https://redirect.github.com/python/typing_extensions/issues/618">#618</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/40e22ebb2ca5747eaa9405b152c43a294ac3af37"><code>40e22eb</code></a>
Do not use slots for <code>_TypedDictSpecialForm</code> (<a
href="https://redirect.github.com/python/typing_extensions/issues/616">#616</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/d17c456d367e88adee4a4e3bef48f81f7e2df473"><code>d17c456</code></a>
allow TypedDict as a type argument (<a
href="https://redirect.github.com/python/typing_extensions/issues/614">#614</a>)</li>
<li>See full diff in <a
href="https://github.com/python/typing_extensions/compare/4.14.0...4.14.1">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>1 parent 7eb166c commit 9c2a80dCopy full SHA for 9c2a80d
File tree
Expand file treeCollapse file tree
1 file changed
+5
-5
lines changedFilter options
- api
Expand file treeCollapse file tree
1 file changed
+5
-5
lines changedCollapse file: api/requirements.txt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
0 commit comments