Skip to content

Commit 8929b90

Browse files
Bump pytest-aiohttp from 1.1.0 to 1.1.1 (#496)
Bumps [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) from 1.1.0 to 1.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/pytest-aiohttp/releases">pytest-aiohttp's releases</a>.</em></p> <blockquote> <h2>pytest-aiohttp v1.1.1</h2> <h1>pytest-aiohttp</h1> <p>pytest plugin for aiohttp support</p> <p>The library provides useful fixtures for creation test aiohttp server and client.</p> <h2>Installation</h2> <p>.. code-block:: console</p> <pre><code>$ pip install pytest-aiohttp </code></pre> <p>Add <code>asyncio_mode = auto</code> line to <code>pytest configuration &lt;https://docs.pytest.org/en/latest/customize.html&gt;</code>_ (see <code>pytest-asyncio modes &lt;https://github.com/pytest-dev/pytest-asyncio#modes&gt;</code>_ for details). The plugin works with <code>strict</code> mode also.</p> <h2>Usage</h2> <p>Write tests in <code>pytest-asyncio &lt;https://github.com/pytest-dev/pytest-asyncio&gt;</code>_ style using provided fixtures for aiohttp test server and client creation. The plugin provides resources cleanup out-of-the-box.</p> <p>The simple usage example:</p> <p>.. code-block:: python</p> <pre><code>from aiohttp import web <p>async def hello(request):<br /> return web.Response(body=b&quot;Hello, world&quot;)</p> <p>def create_app():<br /> app = web.Application()<br /> app.router.add_route(&quot;GET&quot;, &quot;/&quot;, hello)<br /> return app</p> <p>async def test_hello(aiohttp_client):<br /> client = await aiohttp_client(create_app())<br /> resp = await client.get(&quot;/&quot;)<br /> </code></pre></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst">pytest-aiohttp's changelog</a>.</em></p> <blockquote> <h2>1.1.1 (2026-06-08)</h2> <ul> <li> <p>Drop Python 3.9 (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/162">#162</a>)</p> </li> <li> <p>Typing improvements (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/69">#69</a>, <a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/162">#162</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/52d99ef5a35bb238d99e3d625fdde6dcdc59ebba"><code>52d99ef</code></a> Release v1.1.1 (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/164">#164</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/31f276529436aa1a5202da6cc069562af603b179"><code>31f2765</code></a> Bump pytest-asyncio from 1.3.0 to 1.4.0 (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/163">#163</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/6dcf1350bc3711c354c42bf5a366418e49d22906"><code>6dcf135</code></a> Bump pytest from 8.3.5 to 9.0.3 (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/145">#145</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/a879de8bf1c0d83abe3a7585756011044dc3940e"><code>a879de8</code></a> tests: add pytest.ini to set asyncio_default_fixture_loop_scope (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/115">#115</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/65f08f031055b31b949298659d861241079d3175"><code>65f08f0</code></a> Bump pytest-asyncio from 1.1.0 to 1.3.0 (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/158">#158</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/aa166d8e936ff2050cd5b316ab7519e5dbf25e50"><code>aa166d8</code></a> Bump aiohttp from 3.13.5 to 3.14.1 (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/160">#160</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/786b3325c266c0bc067f9d243e5da23f46cd43a4"><code>786b332</code></a> Update setuptools-scm requirement from &gt;=6.2 to &gt;=10.0.5 (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/147">#147</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/31fbd7bb0e9ff3066d2bf5dc1d5ef1159dd0934e"><code>31fbd7b</code></a> Bump actions/setup-python from 5 to 6 (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/117">#117</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/01dfa797966ee9883e359536dfb9c2167d0bd83c"><code>01dfa79</code></a> Drop Python 3.9 (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/162">#162</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/ed3a446646c71bba4ac4322f4030ff4ee873cc3e"><code>ed3a446</code></a> Bump actions/checkout from 6.0.2 to 6.0.3 (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/159">#159</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/pytest-aiohttp/compare/v1.1.0...v1.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-aiohttp&package-manager=uv&previous-version=1.1.0&new-version=1.1.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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5b0bd9 commit 8929b90

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)